Date: Sat, 18 Oct 2014 08:51:46 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371100 - in head/security/pam_google_authenticator: . files Message-ID: <201410180851.s9I8pk1o012557@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Oct 18 08:51:46 2014 New Revision: 371100 URL: https://svnweb.freebsd.org/changeset/ports/371100 QAT: https://qat.redports.org/buildarchive/r371100/ Log: - Update to upstream version 20140826 PR: 193020 Submitted by: rsimmons0@gmail.com Approved by: maintainer timeout Modified: head/security/pam_google_authenticator/Makefile head/security/pam_google_authenticator/distinfo head/security/pam_google_authenticator/files/patch-Makefile Modified: head/security/pam_google_authenticator/Makefile ============================================================================== --- head/security/pam_google_authenticator/Makefile Sat Oct 18 08:45:54 2014 (r371099) +++ head/security/pam_google_authenticator/Makefile Sat Oct 18 08:51:46 2014 (r371100) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= pam_google_authenticator -PORTVERSION= 20120831 +PORTVERSION= 20140826 CATEGORIES= security -MASTER_SITES= LOCAL/dumbbell +MASTER_SITES= LOCAL/riggs/google-authenticator DISTNAME= google-authenticator-${PORTVERSION} MAINTAINER= jnlin@csie.nctu.edu.tw Modified: head/security/pam_google_authenticator/distinfo ============================================================================== --- head/security/pam_google_authenticator/distinfo Sat Oct 18 08:45:54 2014 (r371099) +++ head/security/pam_google_authenticator/distinfo Sat Oct 18 08:51:46 2014 (r371100) @@ -1,2 +1,2 @@ -SHA256 (google-authenticator-20120831.tar.gz) = d305497f97c2f8c1537850553e6d2630d688689f3323427fac30d4857185ff34 -SIZE (google-authenticator-20120831.tar.gz) = 37160 +SHA256 (google-authenticator-20140826.tar.gz) = 4988bae896fc48c0ffaa471837289adc5afa1ad6c9f7e3df97907fc134fc2e8d +SIZE (google-authenticator-20140826.tar.gz) = 38302 Modified: head/security/pam_google_authenticator/files/patch-Makefile ============================================================================== --- head/security/pam_google_authenticator/files/patch-Makefile Sat Oct 18 08:45:54 2014 (r371099) +++ head/security/pam_google_authenticator/files/patch-Makefile Sat Oct 18 08:51:46 2014 (r371100) @@ -1,6 +1,6 @@ ---- Makefile.orig 2012-01-18 18:05:11.000000000 +0800 -+++ Makefile 2012-02-13 21:43:14.409460968 +0800 -@@ -24,8 +24,6 @@ +--- Makefile.orig 2012-05-14 21:32:53.000000000 -0400 ++++ Makefile 2014-08-26 11:26:55.000000000 -0400 +@@ -26,8 +26,6 @@ echo ' -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT') \ -fvisibility=hidden $(CFLAGS) DEF_LDFLAGS := $(shell [ `uname` = SunOS ] && echo ' -mimpure-text') $(LDFLAGS) @@ -9,8 +9,8 @@ all: google-authenticator pam_google_authenticator.so demo \ pam_google_authenticator_unittest -@@ -60,14 +58,14 @@ - pam_google_authenticator_unittest +@@ -70,14 +68,14 @@ + libpam-google-authenticator-*-source.tar.bz2 google-authenticator: google-authenticator.o base32.o hmac.o sha1.o - $(CC) -g $(DEF_LDFLAGS) -o $@ $+ $(LDL_LDFLAGS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410180851.s9I8pk1o012557>