aboutsummaryrefslogtreecommitdiff
path: root/security/ykpers
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-01-01 23:49:53 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-01-01 23:49:53 +0000
commitec3e8843d9ddd350b2ed192ac5c8f3aa97703414 (patch)
treedd81d96eac4af4f74b55c6ae89590f914dc31bbd /security/ykpers
parent240c436590d53ae1f9b1c413ab9aa6a4e0659682 (diff)
downloadports-ec3e8843d9ddd350b2ed192ac5c8f3aa97703414.tar.gz
ports-ec3e8843d9ddd350b2ed192ac5c8f3aa97703414.zip
- Update from 1.12.0 to 1.14.1
- Update MASTER_SITES - Convert LICENSE from BSD to BSD2CLAUSE - Convert LIB_DEPENDS to new syntax - Add stage support - Add STATIC as option PR: ports/185258 Submitted by: Matt Stofko <matt@mjslabs.com> (maintainer)
Notes
Notes: svn path=/head/; revision=338405
Diffstat (limited to 'security/ykpers')
-rw-r--r--security/ykpers/Makefile27
-rw-r--r--security/ykpers/distinfo4
2 files changed, 16 insertions, 15 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
index bcac2a0aef4f..429d685d5c03 100644
--- a/security/ykpers/Makefile
+++ b/security/ykpers/Makefile
@@ -1,24 +1,21 @@
# $FreeBSD$
PORTNAME= ykpers
-PORTVERSION= 1.12.0
+PORTVERSION= 1.14.1
CATEGORIES= security
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= http://opensource.yubico.com/yubikey-personalization/releases/
MAINTAINER= matt@mjslabs.com
COMMENT= Library and tool for personalization of Yubico's YubiKey
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
-LIB_DEPENDS= yubikey:${PORTSDIR}/security/libyubikey
+LIB_DEPENDS= libyubikey.so:${PORTSDIR}/security/libyubikey
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pkgconfig
-MAN1= ykchalresp.1 \
- ykinfo.1 \
- ykpersonalize.1
PLIST_FILES= bin/ykchalresp \
bin/ykinfo \
bin/ykpersonalize \
@@ -28,20 +25,24 @@ PLIST_FILES= bin/ykchalresp \
include/ykpers-1/ykpers.h \
include/ykpers-1/ykpers-version.h \
include/ykpers-1/ykstatus.h \
- lib/libykpers-1.a \
lib/libykpers-1.la \
lib/libykpers-1.so \
- lib/libykpers-1.so.13 \
- libdata/pkgconfig/ykpers-1.pc
+ lib/libykpers-1.so.15 \
+ libdata/pkgconfig/ykpers-1.pc \
+ man/man1/ykchalresp.1.gz \
+ man/man1/ykinfo.1.gz \
+ man/man1/ykpersonalize.1.gz
PLIST_DIRS= include/ykpers-1
-PROJECTHOST= yubikey-personalization
+OPTIONS_DEFINE= STATIC
-MAKE_JOBS_UNSAFE=yes
+STATIC_CONFIGURE_ENABLE= static
+STATIC_PLIST_FILES= lib/libykpers-1.a
+
+MAKE_JOBS_UNSAFE= yes
LDFLAGS+= -L/usr/lib
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^pkgconfigdir = .*|pkgconfigdir = /usr/local/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo
index 111f1e54a9b0..bfad93edb70a 100644
--- a/security/ykpers/distinfo
+++ b/security/ykpers/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ykpers-1.12.0.tar.gz) = b6968982b9e9c3435a245ba6c3096a823dcb722967b5700402d91b8614a72429
-SIZE (ykpers-1.12.0.tar.gz) = 464464
+SHA256 (ykpers-1.14.1.tar.gz) = 7c1e25cd9c931bafa3c4693e98c64a481db25d0f7674e4960103cce639da1607
+SIZE (ykpers-1.14.1.tar.gz) = 499173