diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2012-02-10 09:28:32 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2012-02-10 09:28:32 +0000 |
commit | fcc643c6b02563f500c6c0e0ecafb21602e988f6 (patch) | |
tree | 15e3d626ad0e5f2144e01d477533d4a804ac0028 /security | |
parent | bb2703cd73a012984e76999210160e19c0a845de (diff) | |
download | ports-fcc643c6b02563f500c6c0e0ecafb21602e988f6.tar.gz ports-fcc643c6b02563f500c6c0e0ecafb21602e988f6.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_google_authenticator/Makefile | 6 | ||||
-rw-r--r-- | security/pam_google_authenticator/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile index 231c75248d4a..5a219009fe48 100644 --- a/security/pam_google_authenticator/Makefile +++ b/security/pam_google_authenticator/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pam_google_authenticator -PORTVERSION= 20110519 +PORTVERSION= 20120119 CATEGORIES= security -MASTER_SITES= http://www.cs.nctu.edu.tw/~jnlin/distfiles/ +MASTER_SITES= LOCAL/dumbbell DISTNAME= google-authenticator-${PORTVERSION} MAINTAINER= jnlin@csie.nctu.edu.tw @@ -16,8 +16,6 @@ COMMENT= PAM module for two-step authentication from Google LICENSE= AL2 -WRKSRC= ${WRKDIR}/${DISTNAME}/libpam - USE_GMAKE= yes PLIST_FILES= bin/google-authenticator lib/pam_google_authenticator.so diff --git a/security/pam_google_authenticator/distinfo b/security/pam_google_authenticator/distinfo index e52d085e723a..bfbecbeb5616 100644 --- a/security/pam_google_authenticator/distinfo +++ b/security/pam_google_authenticator/distinfo @@ -1,2 +1,2 @@ -SHA256 (google-authenticator-20110519.tar.gz) = ceae954d2d6533ded5abc100ec4b22ee5199b7484969b3ac113656e0da687f30 -SIZE (google-authenticator-20110519.tar.gz) = 402127 +SHA256 (google-authenticator-20120119.tar.gz) = 5626086d46a68525975cbb3f06553ac0120f464f205bfbe8979a13f16d821cf5 +SIZE (google-authenticator-20120119.tar.gz) = 36795 |