From owner-svn-ports-head@freebsd.org Sun Mar 6 20:00:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EC35AC123E; Sun, 6 Mar 2016 20:00:34 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 09887E2; Sun, 6 Mar 2016 20:00:33 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u26K0XLH007873; Sun, 6 Mar 2016 20:00:33 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u26K0WGt007870; Sun, 6 Mar 2016 20:00:32 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603062000.u26K0WGt007870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 6 Mar 2016 20:00:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410480 - 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.21 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: Sun, 06 Mar 2016 20:00:34 -0000 Author: rakuco Date: Sun Mar 6 20:00:32 2016 New Revision: 410480 URL: https://svnweb.freebsd.org/changeset/ports/410480 Log: Update to the 1.01.20160208 snapshot. - Removed STEPSIZE option since it's now part of the code (which also makes the patches obsolete). - The upstream code is now hosted on GitHub, so use USE_GITHUB=yes. - The upstream code now has a proper buildsystem, which allows us to simplify the code quite significantly. PR: 207229 Submitted by: Ralf van der Enden Approved by: maintainer timeout (20 days) Added: head/security/pam_google_authenticator/pkg-plist (contents, props changed) Deleted: head/security/pam_google_authenticator/files/ Modified: head/security/pam_google_authenticator/Makefile head/security/pam_google_authenticator/distinfo Modified: head/security/pam_google_authenticator/Makefile ============================================================================== --- head/security/pam_google_authenticator/Makefile Sun Mar 6 19:56:18 2016 (r410479) +++ head/security/pam_google_authenticator/Makefile Sun Mar 6 20:00:32 2016 (r410480) @@ -2,31 +2,23 @@ # $FreeBSD$ PORTNAME= pam_google_authenticator -PORTVERSION= 20140826 -PORTREVISION= 1 +PORTVERSION= 1.01.20160208 +PORTEPOCH= 1 CATEGORIES= security -MASTER_SITES= LOCAL/riggs/google-authenticator -DISTNAME= google-authenticator-${PORTVERSION} MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PAM module for two-step authentication from Google LICENSE= APACHE20 -OPTIONS_DEFINE= STEPSIZE -STEPSIZE_DESC= Allow time steps other than the default of 30 seconds -STEPSIZE_CFLAGS= -DSTEPSIZE +USES= autoreconf gmake libtool +GNU_CONFIGURE= YES -USES= gmake +WRKSRC_SUBDIR= libpam -PLIST_FILES= bin/google-authenticator lib/pam_google_authenticator.so - -.include - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/google-authenticator \ - ${STAGEDIR}${PREFIX}/bin/google-authenticator - ${INSTALL_LIB} ${WRKSRC}/pam_google_authenticator.so \ - ${STAGEDIR}${PREFIX}/lib/pam_google_authenticator.so +USE_GITHUB= yes +GH_ACCOUNT= google +GH_PROJECT= google-authenticator +GH_TAGNAME= 195ddc1 .include Modified: head/security/pam_google_authenticator/distinfo ============================================================================== --- head/security/pam_google_authenticator/distinfo Sun Mar 6 19:56:18 2016 (r410479) +++ head/security/pam_google_authenticator/distinfo Sun Mar 6 20:00:32 2016 (r410480) @@ -1,2 +1,2 @@ -SHA256 (google-authenticator-20140826.tar.gz) = 4988bae896fc48c0ffaa471837289adc5afa1ad6c9f7e3df97907fc134fc2e8d -SIZE (google-authenticator-20140826.tar.gz) = 38302 +SHA256 (google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz) = 65c0ec2dea2191337a921e518e24774058fadd55d52f2a21d60371b5d5a0c2a3 +SIZE (google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz) = 1791991 Added: head/security/pam_google_authenticator/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam_google_authenticator/pkg-plist Sun Mar 6 20:00:32 2016 (r410480) @@ -0,0 +1,5 @@ +bin/google-authenticator +lib/security/pam_google_authenticator.so +share/doc/google-authenticator/FILEFORMAT +share/doc/google-authenticator/README.md +share/doc/google-authenticator/totp.html