svn commit: r360694 - head/security/ykpers
Danilo Egea Gondolfo
danilo at FreeBSD.org
Fri Jul 4 23:53:52 UTC 2014
Author: danilo
Date: Fri Jul 4 23:53:52 2014
New Revision: 360694
URL: http://svnweb.freebsd.org/changeset/ports/360694
QAT: https://qat.redports.org/buildarchive/r360694/
Log:
- Update from 1.15.0 to 1.15.1 [1]
- Add libtool to USES
PR: ports/191616
Submitted by: matt at mjslabs.com [1]
Modified:
head/security/ykpers/Makefile
head/security/ykpers/distinfo
Modified: head/security/ykpers/Makefile
==============================================================================
--- head/security/ykpers/Makefile Fri Jul 4 23:51:25 2014 (r360693)
+++ head/security/ykpers/Makefile Fri Jul 4 23:53:52 2014 (r360694)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ykpers
-PORTVERSION= 1.15.0
+PORTVERSION= 1.15.1
CATEGORIES= security
MASTER_SITES= http://opensource.yubico.com/yubikey-personalization/releases/
@@ -14,7 +14,7 @@ LIB_DEPENDS= libyubikey.so:${PORTSDIR}/s
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= pkgconfig
+USES= libtool pkgconfig
PLIST_FILES= bin/ykchalresp \
bin/ykinfo \
@@ -25,9 +25,9 @@ PLIST_FILES= bin/ykchalresp \
include/ykpers-1/ykpers.h \
include/ykpers-1/ykpers-version.h \
include/ykpers-1/ykstatus.h \
- lib/libykpers-1.la \
lib/libykpers-1.so \
- lib/libykpers-1.so.16 \
+ lib/libykpers-1.so.1 \
+ lib/libykpers-1.so.1.15.1 \
libdata/pkgconfig/ykpers-1.pc \
man/man1/ykchalresp.1.gz \
man/man1/ykinfo.1.gz \
Modified: head/security/ykpers/distinfo
==============================================================================
--- head/security/ykpers/distinfo Fri Jul 4 23:51:25 2014 (r360693)
+++ head/security/ykpers/distinfo Fri Jul 4 23:53:52 2014 (r360694)
@@ -1,2 +1,2 @@
-SHA256 (ykpers-1.15.0.tar.gz) = cd5f4f31422aa4e16d9afbda56e38a887a8376c549ea53b380bfe030e6449ad8
-SIZE (ykpers-1.15.0.tar.gz) = 501021
+SHA256 (ykpers-1.15.1.tar.gz) = 80cd384696007be5d195be7fe646b9bd64bcd65d2fadc29e9c55f6862c87dff5
+SIZE (ykpers-1.15.1.tar.gz) = 500262
More information about the svn-ports-all
mailing list