diff options
author | rillig <rillig> | 2007-09-22 07:49:16 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-09-22 07:49:16 +0000 |
commit | e53f3ac27351f7cb1d1d1d73d95d542f5d31e2da (patch) | |
tree | 410a8c427063f517980d2df54e9d949def0ee074 /sysutils/checkperms | |
parent | fcc071b7f73e9ee5af8e528534ef5e9d3f1b8af5 (diff) | |
download | pkgsrc-e53f3ac27351f7cb1d1d1d73d95d542f5d31e2da.tar.gz |
Updated checkperms to 1.9.
Changes since 1.7:
Version 1.9 (2007-09-22):
Made the code simpler: For regular files, chmod and lchmod
behave the same.
Provide a preformatted man page with the package, to get rid
of the build dependency for groff.
Version 1.8 (2007-06-18):
Added the -e option, which treats warnings like errors.
Committed during the freeze to allow easier installation on Solaris and
stripped-down versions of GNU/Linux. Ok'ed by wiz.
Diffstat (limited to 'sysutils/checkperms')
-rw-r--r-- | sysutils/checkperms/Makefile | 8 | ||||
-rw-r--r-- | sysutils/checkperms/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile index 4bc175ba746..5440321c3a1 100644 --- a/sysutils/checkperms/Makefile +++ b/sysutils/checkperms/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2007/07/30 10:18:32 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2007/09/22 07:49:16 rillig Exp $ # -DISTNAME= checkperms-1.7 +DISTNAME= checkperms-1.9 CATEGORIES= sysutils MASTER_SITES= http://www.schlechte-software.de/checkperms/ @@ -10,9 +10,7 @@ HOMEPAGE= http://www.schlechte-software.de/checkperms/ COMMENT= Check and correct file permissions PKG_DESTDIR_SUPPORT= user-destdir - -INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 - +INSTALLATION_DIRS_FROM_PLIST= yes USE_BSD_MAKEFILE= yes .include "../../mk/bsd.prefs.mk" diff --git a/sysutils/checkperms/distinfo b/sysutils/checkperms/distinfo index 4ec271c864d..83afc9d8797 100644 --- a/sysutils/checkperms/distinfo +++ b/sysutils/checkperms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/03/19 08:59:17 dsainty Exp $ +$NetBSD: distinfo,v 1.7 2007/09/22 07:49:16 rillig Exp $ -SHA1 (checkperms-1.7.tar.gz) = 2b3269bfc1487d2f27c4d05e2f31b24288baa868 -RMD160 (checkperms-1.7.tar.gz) = a1afcbb76cbdb1ff2071df8fc98c5eec58d80668 -Size (checkperms-1.7.tar.gz) = 5472 bytes +SHA1 (checkperms-1.9.tar.gz) = 3e57271f62b3b2f9230616922d24f44b4d01d66a +RMD160 (checkperms-1.9.tar.gz) = 73151f97d8ea5b59ebdecf39aade29e0bf2ff3eb +Size (checkperms-1.9.tar.gz) = 6255 bytes |