# HG changeset patch # User Franz Glasner # Date 1725990487 -7200 # Node ID 48b31d24d71d9ed49c9bef4f3fedd8ad0c6db99f # Parent 6b85a603765a901d307b2070e1169e356101fef6 Changed description: remove the wording "private" diff -r 6b85a603765a -r 48b31d24d71d Makefile --- a/Makefile Tue Sep 10 19:46:56 2024 +0200 +++ b/Makefile Tue Sep 10 19:48:07 2024 +0200 @@ -7,7 +7,7 @@ DISTFILES= # none MAINTAINER= freebsd-dev@dom66.de -COMMENT= Collection of private system management tools +COMMENT= Collection of system management tools for FreeBSD LICENSE= BSD3CLAUSE @@ -23,7 +23,7 @@ alldeps_PKGNAMESUFFIX= -alldeps .if ${FLAVOR} == alldeps -COMMENT= Collection of private system management tools (all runtime dependencies) +COMMENT= Collection of system management tools for FreeBSD (all runtime dependencies) .endif alldeps_DESCR= pkg-descr.alldeps alldeps_CONFLICTS_INSTALL= local-bsdtools diff -r 6b85a603765a -r 48b31d24d71d pkg-descr --- a/pkg-descr Tue Sep 10 19:46:56 2024 +0200 +++ b/pkg-descr Tue Sep 10 19:48:07 2024 +0200 @@ -1,4 +1,4 @@ -A collection of private local FreeBSD tools for managing the system. +A collection of local FreeBSD tools for managing the system. Contains tools to manage jails, thin jails and binary packages. diff -r 6b85a603765a -r 48b31d24d71d pkg-descr.alldeps --- a/pkg-descr.alldeps Tue Sep 10 19:46:56 2024 +0200 +++ b/pkg-descr.alldeps Tue Sep 10 19:48:07 2024 +0200 @@ -1,4 +1,4 @@ -A collection of private local FreeBSD tools for managing the system. +A collection of local FreeBSD tools for managing the system. Contains tools to manage jails, thin jails and binary packages.