changeset 13:f5f04faa9acf

Renamed the package to the more generic local-bsdtools
author Franz Glasner <hg@dom66.de>
date Thu, 26 Oct 2017 09:28:53 +0200
parents fd56d1b7d822
children c0e2eb5613fe
files Makefile pkg-descr
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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-dev@dom66.de>
 # $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}
 
--- 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