# HG changeset patch # User Franz Glasner # Date 1509002933 -7200 # Node ID f5f04faa9acfc62808b5f525411527e3b837d482 # Parent fd56d1b7d822efb6ad3ba30aeba0fbe76affef93 Renamed the package to the more generic local-bsdtools diff -r fd56d1b7d822 -r f5f04faa9acf Makefile --- a/Makefile Wed Oct 25 09:22:56 2017 +0200 +++ b/Makefile Thu Oct 26 09:28:53 2017 +0200 @@ -1,20 +1,20 @@ # Created by: Franz Glasner # $FreeBSD$ -PORTNAME= check-ports +PORTNAME= local-bsdtools DISTVERSION= 0.0.1-pre1 -CATEGORIES= ports-mgmt +CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none MAINTAINER= freebsd-dev@dom66.de -COMMENT= Extensive binary package version check for several repositories +COMMENT= Collection of private system management tools LICENSE= BSD3CLAUSE NO_ARCH= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/check-ports +WRKSRC= ${WRKDIR}/local-bsdtools SRC= ${.CURDIR} diff -r fd56d1b7d822 -r f5f04faa9acf pkg-descr --- a/pkg-descr Wed Oct 25 09:22:56 2017 +0200 +++ b/pkg-descr Thu Oct 26 09:28:53 2017 +0200 @@ -1,2 +1,1 @@ -check-ports does an extended version check for packages from different -repositories. +A collection of private local FreeBSD tools for managing the system