pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/google-authenticator Update to 1.0: use distf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/350b2a81b8cf
branches:  trunk
changeset: 607415:350b2a81b8cf
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Aug 11 17:09:43 2012 +0000

description:
Update to 1.0: use distfile provided by upstream.

diffstat:

 security/google-authenticator/Makefile |  11 ++++++-----
 security/google-authenticator/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 69c7325a7d40 -r 350b2a81b8cf security/google-authenticator/Makefile
--- a/security/google-authenticator/Makefile    Sat Aug 11 15:45:05 2012 +0000
+++ b/security/google-authenticator/Makefile    Sat Aug 11 17:09:43 2012 +0000
@@ -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@localhost
@@ -13,9 +15,8 @@
 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 -r 69c7325a7d40 -r 350b2a81b8cf security/google-authenticator/distinfo
--- a/security/google-authenticator/distinfo    Sat Aug 11 15:45:05 2012 +0000
+++ b/security/google-authenticator/distinfo    Sat Aug 11 17:09:43 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index