diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-08-13 14:50:21 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-08-13 14:50:21 +0000 |
commit | 4f9693c3814ee78b69f7a3421affd3adddc9c992 (patch) | |
tree | 7dc7d4756baf5078fb5436c74253d44b51ea2188 /security/chntpw | |
parent | bbf61b662c8049a44e79d7d7ef36e9f8ecd2f133 (diff) | |
download | ports-4f9693c3814ee78b69f7a3421affd3adddc9c992.tar.gz ports-4f9693c3814ee78b69f7a3421affd3adddc9c992.zip |
Notes
Diffstat (limited to 'security/chntpw')
-rw-r--r-- | security/chntpw/Makefile | 8 | ||||
-rw-r--r-- | security/chntpw/distinfo | 6 | ||||
-rw-r--r-- | security/chntpw/pkg-descr | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/chntpw/Makefile b/security/chntpw/Makefile index 78c464da4749..e8131c988e66 100644 --- a/security/chntpw/Makefile +++ b/security/chntpw/Makefile @@ -6,9 +6,9 @@ # PORTNAME= chntpw -PORTVERSION= 080526 +PORTVERSION= 100627 CATEGORIES= security sysutils -MASTER_SITES= http://home.eunet.no/pnordahl/ntpasswd/ +MASTER_SITES= http://pogostick.net/~pnh/ntpasswd/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= buganini@gmail.com @@ -30,10 +30,10 @@ post-patch: ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/chntpw/distinfo b/security/chntpw/distinfo index 1e1ded40683d..e71e1f8a4ed2 100644 --- a/security/chntpw/distinfo +++ b/security/chntpw/distinfo @@ -1,3 +1,3 @@ -MD5 (chntpw-source-080526.zip) = 09addfe7ae469677da39ed66d83858d3 -SHA256 (chntpw-source-080526.zip) = 3be15ff99c25226f6ce2b7ffe68bc667f3d82dd06fe90f5f50b165e70dfc89cc -SIZE (chntpw-source-080526.zip) = 671748 +MD5 (chntpw-source-100627.zip) = 8b046c2073f27eed728e18635ba72dd4 +SHA256 (chntpw-source-100627.zip) = e972252c39f426c0acaf807ec682eacde817caa7bafa2a2c7f83539d0dcc9c9e +SIZE (chntpw-source-100627.zip) = 668647 diff --git a/security/chntpw/pkg-descr b/security/chntpw/pkg-descr index b62ef700471b..44a36adae132 100644 --- a/security/chntpw/pkg-descr +++ b/security/chntpw/pkg-descr @@ -6,4 +6,4 @@ * Will detect and offer to unlock locked or disabled out user accounts! * It is also an almost fully functional registry editor! -WWW: http://home.eunet.no/pnordahl/ntpasswd/ +WWW: http://pogostick.net/~pnh/ntpasswd/ |