diff options
author | jmmv <jmmv@pkgsrc.org> | 2012-08-11 17:09:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2012-08-11 17:09:43 +0000 |
commit | dbe36493a19862a6c0942931b526125ad8afd879 (patch) | |
tree | 5e87b98b0e235eb11d095cfda6981176946b653e /security | |
parent | 645188b9f8621afa86a21763fb1166311f52b906 (diff) | |
download | pkgsrc-dbe36493a19862a6c0942931b526125ad8afd879.tar.gz |
Update to 1.0: use distfile provided by upstream.
Diffstat (limited to 'security')
-rw-r--r-- | security/google-authenticator/Makefile | 11 | ||||
-rw-r--r-- | security/google-authenticator/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/security/google-authenticator/Makefile b/security/google-authenticator/Makefile index f2ef9d9297f..5df00d886e8 100644 --- a/security/google-authenticator/Makefile +++ b/security/google-authenticator/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/07 00:01:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2012/08/11 17:09:43 jmmv Exp $ -DISTNAME= google-authenticator-0.0.20120506 +DISTNAME= libpam-google-authenticator-1.0-source +PKGNAME= ${DISTNAME:S/libpam-//:S/-source//} CATEGORIES= security -MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/google-authenticator/ +MASTER_SITES= http://google-authenticator.googlecode.com/files/ +EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://code.google.com/p/google-authenticator/ MAINTAINER= jmmv@NetBSD.org @@ -13,9 +15,8 @@ LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS= gmake -BUILD_TARGET= google-authenticator pam_google_authenticator.so CFLAGS+= -DNO_STATIC_MODULES -WRKSRC= ${WRKDIR}/google-authenticator/libpam +WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} INSTALLATION_DIRS= bin lib/security share/doc/google-authenticator diff --git a/security/google-authenticator/distinfo b/security/google-authenticator/distinfo index 4a2076aeba3..bcefc0d713c 100644 --- a/security/google-authenticator/distinfo +++ b/security/google-authenticator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/05/07 00:01:48 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2012/08/11 17:09:43 jmmv Exp $ -SHA1 (google-authenticator-0.0.20120506.tar.gz) = c42b7f048611c6c8f9c2869db491a3553272f803 -RMD160 (google-authenticator-0.0.20120506.tar.gz) = 65f129731f73b517f2af75635e641bdd68390205 -Size (google-authenticator-0.0.20120506.tar.gz) = 4272288 bytes +SHA1 (libpam-google-authenticator-1.0-source.tar.bz2) = 017b7d89989f1624e360abe02d6b27a6298d285d +RMD160 (libpam-google-authenticator-1.0-source.tar.bz2) = ce26a2f805f36a82a7ab3d930116a73fb444e037 +Size (libpam-google-authenticator-1.0-source.tar.bz2) = 32708 bytes |