diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-05 23:06:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-05 23:06:30 +0000 |
commit | 0ce3115e0ab5763983cec320bf97ce65d709cfd3 (patch) | |
tree | 667ed43c25c99cef65c4fdab38064bba30405a12 /sysutils/checkperms/Makefile | |
parent | 97afcc471a7cdd673e40f9a94d262c53e33f8ace (diff) | |
download | pkgsrc-0ce3115e0ab5763983cec320bf97ce65d709cfd3.tar.gz |
Updated checkperms to 1.7.
Changes since 1.4:
Version 1.7 (2007-03-05):
Added support for more Mac OS X binaries.
Patch provided by Darrin B. Jewell.
Version 1.6 (2007-02-06):
Added support for Microsoft Windows, MS-DOS, and Mono binaries.
Version 1.5 (2007-01-01):
Added support for more Mac OS X binaries. Patch provided by
Julio M. Merino Vidal.
Diffstat (limited to 'sysutils/checkperms/Makefile')
-rw-r--r-- | sysutils/checkperms/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile index aa0e929c794..6853adf79f3 100644 --- a/sysutils/checkperms/Makefile +++ b/sysutils/checkperms/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2007/03/05 02:38:33 dbj Exp $ +# $NetBSD: Makefile,v 1.8 2007/03/05 23:06:30 rillig Exp $ # -DISTNAME= checkperms-1.4 -PKGREVISION= 2 +DISTNAME= checkperms-1.7 CATEGORIES= sysutils MASTER_SITES= http://www.schlechte-software.de/checkperms/ |