Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2019 20:21:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505477 - head/security/pam_google_authenticator
Message-ID:  <201906302021.x5UKLjRW016055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jun 30 20:21:44 2019
New Revision: 505477
URL: https://svnweb.freebsd.org/changeset/ports/505477

Log:
  security/pam_google_authenticator: update to 1.06
  
  PR:		238625
  Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
  Approved by:	maintainer timeout (jnlin@freebsd.cs.nctu.edu.tw, >2 weeks)

Modified:
  head/security/pam_google_authenticator/Makefile   (contents, props changed)
  head/security/pam_google_authenticator/distinfo   (contents, props changed)
  head/security/pam_google_authenticator/pkg-plist   (contents, props changed)

Modified: head/security/pam_google_authenticator/Makefile
==============================================================================
--- head/security/pam_google_authenticator/Makefile	Sun Jun 30 20:19:21 2019	(r505476)
+++ head/security/pam_google_authenticator/Makefile	Sun Jun 30 20:21:44 2019	(r505477)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pam_google_authenticator
-PORTVERSION=	1.05
+PORTVERSION=	1.06
 PORTEPOCH=	1
 CATEGORIES=	security
 
@@ -18,9 +18,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	google
 GH_PROJECT=	google-authenticator-libpam
 
-OPTIONS_DEFINE=	QRENCODE
+OPTIONS_DEFINE=		QRENCODE
 OPTIONS_DEFAULT=	QRENCODE
-QRENCODE_DESC=	Allow creation of QR-codes
+QRENCODE_DESC=		Allow creation of QR-codes
 
 QRENCODE_LIB_DEPENDS=	libqrencode.so:graphics/libqrencode
 

Modified: head/security/pam_google_authenticator/distinfo
==============================================================================
--- head/security/pam_google_authenticator/distinfo	Sun Jun 30 20:19:21 2019	(r505476)
+++ head/security/pam_google_authenticator/distinfo	Sun Jun 30 20:21:44 2019	(r505477)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519235290
-SHA256 (google-google-authenticator-libpam-1.05_GH0.tar.gz) = 862412d6927ee1a19d81150006d53c21935897ba6d033616c31fc4d6aaa4db08
-SIZE (google-google-authenticator-libpam-1.05_GH0.tar.gz) = 57778
+TIMESTAMP = 1560711027
+SHA256 (google-google-authenticator-libpam-1.06_GH0.tar.gz) = 52f03ec746e8deb1af37911697d096f0fa87583491b7cc460cdf09a6ef0d6b06
+SIZE (google-google-authenticator-libpam-1.06_GH0.tar.gz) = 62292

Modified: head/security/pam_google_authenticator/pkg-plist
==============================================================================
--- head/security/pam_google_authenticator/pkg-plist	Sun Jun 30 20:19:21 2019	(r505476)
+++ head/security/pam_google_authenticator/pkg-plist	Sun Jun 30 20:21:44 2019	(r505477)
@@ -5,4 +5,3 @@ man/man8/pam_google_authenticator.8.gz
 share/doc/google-authenticator/FILEFORMAT
 share/doc/google-authenticator/README.md
 share/doc/google-authenticator/totp.html
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906302021.x5UKLjRW016055>