Sat Aug 11 17:09:43 2012 UTC ()
Update to 1.0: use distfile provided by upstream.


(jmmv)
diff -r1.1.1.1 -r1.2 pkgsrc/security/google-authenticator/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/security/google-authenticator/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/security/google-authenticator/Makefile (expand / switch to unified diff)

--- pkgsrc/security/google-authenticator/Makefile 2012/05/07 00:01:48 1.1.1.1
+++ pkgsrc/security/google-authenticator/Makefile 2012/08/11 17:09:43 1.2
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1# $NetBSD: Makefile,v 1.1.1.1 2012/05/07 00:01:48 jmmv Exp $ 1# $NetBSD: Makefile,v 1.2 2012/08/11 17:09:43 jmmv Exp $
2 2
3DISTNAME= google-authenticator-0.0.20120506 3DISTNAME= libpam-google-authenticator-1.0-source
 4PKGNAME= ${DISTNAME:S/libpam-//:S/-source//}
4CATEGORIES= security 5CATEGORIES= security
5MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/google-authenticator/ 6MASTER_SITES= http://google-authenticator.googlecode.com/files/
 7EXTRACT_SUFX= .tar.bz2
6 8
7HOMEPAGE= http://code.google.com/p/google-authenticator/ 9HOMEPAGE= http://code.google.com/p/google-authenticator/
8MAINTAINER= jmmv@NetBSD.org 10MAINTAINER= jmmv@NetBSD.org
9COMMENT= One-time password generator and PAM module from Google 11COMMENT= One-time password generator and PAM module from Google
10 12
11LICENSE= apache-2.0 13LICENSE= apache-2.0
12 14
13PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
14USE_TOOLS= gmake 16USE_TOOLS= gmake
15 17
16BUILD_TARGET= google-authenticator pam_google_authenticator.so 
17CFLAGS+= -DNO_STATIC_MODULES 18CFLAGS+= -DNO_STATIC_MODULES
18WRKSRC= ${WRKDIR}/google-authenticator/libpam 19WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
19 20
20INSTALLATION_DIRS= bin lib/security share/doc/google-authenticator 21INSTALLATION_DIRS= bin lib/security share/doc/google-authenticator
21 22
22do-install: 23do-install:
23 cd ${WRKSRC} && ${INSTALL_PROGRAM} google-authenticator \ 24 cd ${WRKSRC} && ${INSTALL_PROGRAM} google-authenticator \
24 ${DESTDIR}${PREFIX}/bin 25 ${DESTDIR}${PREFIX}/bin
25 cd ${WRKSRC} && ${INSTALL_LIB} pam_google_authenticator.so \ 26 cd ${WRKSRC} && ${INSTALL_LIB} pam_google_authenticator.so \
26 ${DESTDIR}${PREFIX}/lib/security 27 ${DESTDIR}${PREFIX}/lib/security
27 cd ${WRKSRC} && ${INSTALL_DATA} README \ 28 cd ${WRKSRC} && ${INSTALL_DATA} README \
28 ${DESTDIR}${PREFIX}/share/doc/google-authenticator 29 ${DESTDIR}${PREFIX}/share/doc/google-authenticator
29 30
30.include "../../mk/pam.buildlink3.mk" 31.include "../../mk/pam.buildlink3.mk"
31.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/security/google-authenticator/distinfo (expand / switch to unified diff)

--- pkgsrc/security/google-authenticator/distinfo 2012/05/07 00:01:48 1.1.1.1
+++ pkgsrc/security/google-authenticator/distinfo 2012/08/11 17:09:43 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2012/05/07 00:01:48 jmmv Exp $ 1$NetBSD: distinfo,v 1.2 2012/08/11 17:09:43 jmmv Exp $
2 2
3SHA1 (google-authenticator-0.0.20120506.tar.gz) = c42b7f048611c6c8f9c2869db491a3553272f803 3SHA1 (libpam-google-authenticator-1.0-source.tar.bz2) = 017b7d89989f1624e360abe02d6b27a6298d285d
4RMD160 (google-authenticator-0.0.20120506.tar.gz) = 65f129731f73b517f2af75635e641bdd68390205 4RMD160 (libpam-google-authenticator-1.0-source.tar.bz2) = ce26a2f805f36a82a7ab3d930116a73fb444e037
5Size (google-authenticator-0.0.20120506.tar.gz) = 4272288 bytes 5Size (libpam-google-authenticator-1.0-source.tar.bz2) = 32708 bytes