svn commit: r360695 - head/security/pam_yubico

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Jul 4 23:54:56 UTC 2014


Author: danilo
Date: Fri Jul  4 23:54:55 2014
New Revision: 360695
URL: http://svnweb.freebsd.org/changeset/ports/360695
QAT: https://qat.redports.org/buildarchive/r360695/

Log:
  - Update from 2.14 to 2.16 [1]
  - Add libtool to USES
  
  PR:		ports/191617
  Submitted by:	matt at mjslabs.com [1]

Modified:
  head/security/pam_yubico/Makefile
  head/security/pam_yubico/distinfo

Modified: head/security/pam_yubico/Makefile
==============================================================================
--- head/security/pam_yubico/Makefile	Fri Jul  4 23:53:52 2014	(r360694)
+++ head/security/pam_yubico/Makefile	Fri Jul  4 23:54:55 2014	(r360695)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pam_yubico
-PORTVERSION=	2.14
-PORTREVISION=	2
+PORTVERSION=	2.16
 CATEGORIES=	security
 MASTER_SITES=	http://opensource.yubico.com/yubico-pam/releases/
 
@@ -15,10 +14,10 @@ LIB_DEPENDS=	libykclient.so:${PORTSDIR}/
 		libyubikey.so:${PORTSDIR}/security/libyubikey
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		libtool pkgconfig
 
-PLIST_FILES=	lib/security/pam_yubico.la \
-		lib/security/pam_yubico.so
+PLIST_FILES=	lib/security/pam_yubico.so \
+		man/man8/pam_yubico.8.gz
 PLIST_DIRS=	lib/security
 SUB_FILES=	pkg-message
 PORTDOCS=	*

Modified: head/security/pam_yubico/distinfo
==============================================================================
--- head/security/pam_yubico/distinfo	Fri Jul  4 23:53:52 2014	(r360694)
+++ head/security/pam_yubico/distinfo	Fri Jul  4 23:54:55 2014	(r360695)
@@ -1,2 +1,2 @@
-SHA256 (pam_yubico-2.14.tar.gz) = 77bf0bce4cf7aedcfe5e65d8ee4a5f191c0346a809952f87080bfe71ea3b0c32
-SIZE (pam_yubico-2.14.tar.gz) = 380023
+SHA256 (pam_yubico-2.16.tar.gz) = b6dfbbba8bb9ad8d4b66c72396e7762d0cd91b2d5bd8ac433c79286c166722f6
+SIZE (pam_yubico-2.16.tar.gz) = 388153


More information about the svn-ports-head mailing list