- Update to upstream version 20140826

PR:		193020
Submitted by:	rsimmons0@gmail.com
Approved by:	maintainer timeout
This commit is contained in:
Thomas Zander 2014-10-18 08:51:46 +00:00
parent 9730c25779
commit 9b26979594
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371100
3 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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)