aboutsummaryrefslogtreecommitdiff
path: root/security/pam_google_authenticator
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-10-18 08:51:46 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-10-18 08:51:46 +0000
commit9b269795948a2533bb586497a095e97e73d72ada (patch)
tree2f77c73fe786dc9d0466fdb034f24380bbe782c3 /security/pam_google_authenticator
parent9730c25779f64dd0ac6c9c83b56108c49af347e7 (diff)
downloadports-9b269795948a2533bb586497a095e97e73d72ada.tar.gz
ports-9b269795948a2533bb586497a095e97e73d72ada.zip
- Update to upstream version 20140826
PR: 193020 Submitted by: rsimmons0@gmail.com Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=371100
Diffstat (limited to 'security/pam_google_authenticator')
-rw-r--r--security/pam_google_authenticator/Makefile4
-rw-r--r--security/pam_google_authenticator/distinfo4
-rw-r--r--security/pam_google_authenticator/files/patch-Makefile10
3 files changed, 9 insertions, 9 deletions
diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile
index 6e46cbd9122a..9e38000cfcbe 100644
--- a/security/pam_google_authenticator/Makefile
+++ b/security/pam_google_authenticator/Makefile
@@ -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
diff --git a/security/pam_google_authenticator/distinfo b/security/pam_google_authenticator/distinfo
index 120fdae82daf..4df46ef66c7c 100644
--- a/security/pam_google_authenticator/distinfo
+++ b/security/pam_google_authenticator/distinfo
@@ -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
diff --git a/security/pam_google_authenticator/files/patch-Makefile b/security/pam_google_authenticator/files/patch-Makefile
index 0061994b5872..8298be45c8f4 100644
--- a/security/pam_google_authenticator/files/patch-Makefile
+++ b/security/pam_google_authenticator/files/patch-Makefile
@@ -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)