From owner-svn-ports-head@FreeBSD.ORG Sat Oct 18 08:51:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDE14CA8; Sat, 18 Oct 2014 08:51:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F4593F6; Sat, 18 Oct 2014 08:51:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9I8plGI012563; Sat, 18 Oct 2014 08:51:47 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9I8pk1o012557; Sat, 18 Oct 2014 08:51:46 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201410180851.s9I8pk1o012557@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 18 Oct 2014 08:51:46 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 08:51:48 -0000 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)