diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-12-23 12:46:05 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-12-23 12:46:05 +0000 |
commit | b4aa1ec8d7ce6188046dcbd4e581c3cccd0535ba (patch) | |
tree | 9d3a27e0d227027f8a0526fe0092249cfaef7d38 /security/checkpassword | |
parent | Add editss 2.2, an editor for XPilot shipshapes. (diff) |
Upgrade to 0.90.
PR: ports/32494
Submitted by: Mario Doria <madd@tecdigital.net>
Diffstat (limited to 'security/checkpassword')
-rw-r--r-- | security/checkpassword/Makefile | 12 | ||||
-rw-r--r-- | security/checkpassword/distinfo | 2 | ||||
-rw-r--r-- | security/checkpassword/pkg-plist | 4 |
3 files changed, 7 insertions, 11 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile index 07bc4a4e2ac8..ba40ce9da892 100644 --- a/security/checkpassword/Makefile +++ b/security/checkpassword/Makefile @@ -6,18 +6,16 @@ # PORTNAME= checkpassword -PORTVERSION= 0.81 +PORTVERSION= 0.90 CATEGORIES= security -MASTER_SITES= http://cr.yp.to/software/ \ - ${MASTER_SITE_LOCAL} \ - ${MASTER_SITE_PORTS_JP} +MASTER_SITES= http://cr.yp.to/checkpwd/ MASTER_SITE_SUBDIR= sada MAINTAINER= sada@FreeBSD.org ALL_TARGET= it INSTALL_TARGET= setup -MAN8= checkpassword.8 +#MAN8= checkpassword.8 RESTRICTED= "Unsure of djb's license" DOCDIR= ${PREFIX}/share/doc/checkpassword @@ -29,9 +27,9 @@ do-configure: ${ECHO} ${PREFIX} >${WRKSRC}/conf-home post-install: - ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8 +# ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8 ${MKDIR} ${DOCDIR} -.for f in BLURB CHANGES FILES INSTALL README SYSDEPS TARGETS THANKS TODO +.for f in CHANGES FILES README SYSDEPS TARGETS TODO VERSION ${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR} .endfor diff --git a/security/checkpassword/distinfo b/security/checkpassword/distinfo index 99f29e29f235..928b6e2d77bc 100644 --- a/security/checkpassword/distinfo +++ b/security/checkpassword/distinfo @@ -1 +1 @@ -MD5 (checkpassword-0.81.tar.gz) = 29c8b98a26b4f0a1a24a5b4fb28d7757 +MD5 (checkpassword-0.90.tar.gz) = e75842e908f96571ae56c3da499ba1fc diff --git a/security/checkpassword/pkg-plist b/security/checkpassword/pkg-plist index 381a5849368e..076dc38118ce 100644 --- a/security/checkpassword/pkg-plist +++ b/security/checkpassword/pkg-plist @@ -1,11 +1,9 @@ bin/checkpassword -share/doc/checkpassword/BLURB share/doc/checkpassword/CHANGES share/doc/checkpassword/FILES -share/doc/checkpassword/INSTALL share/doc/checkpassword/README share/doc/checkpassword/SYSDEPS share/doc/checkpassword/TARGETS -share/doc/checkpassword/THANKS share/doc/checkpassword/TODO +share/doc/checkpassword/VERSION @dirrm share/doc/checkpassword |