Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2014 23:46:59 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338404 - head/security/libyubikey
Message-ID:  <201401012346.s01NkxtM094532@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Jan  1 23:46:59 2014
New Revision: 338404
URL: http://svnweb.freebsd.org/changeset/ports/338404

Log:
  - Update from 1.10 to 1.11
  - Update MASTER_SITES
  - Convert LICENSE from BSD to BSD2CLAUSE
  - Add STATIC as option
  
  PR:		ports/185260
  Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)

Modified:
  head/security/libyubikey/Makefile
  head/security/libyubikey/distinfo

Modified: head/security/libyubikey/Makefile
==============================================================================
--- head/security/libyubikey/Makefile	Wed Jan  1 23:44:27 2014	(r338403)
+++ head/security/libyubikey/Makefile	Wed Jan  1 23:46:59 2014	(r338404)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	libyubikey
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	security devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://opensource.yubico.com/yubico-c/releases/
 
 MAINTAINER=	matt@mjslabs.com
 COMMENT=	Library for decrypting and parsing YubiKey One-Time Passwords
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -17,14 +17,19 @@ PLIST_FILES=	bin/modhex \
 		bin/ykgenerate \
 		bin/ykparse \
 		include/yubikey.h \
-		lib/libyubikey.a \
 		lib/libyubikey.la \
 		lib/libyubikey.so \
-		lib/libyubikey.so.1
+		lib/libyubikey.so.1 \
+		man/man1/modhex.1.gz \
+		man/man1/ykgenerate.1.gz \
+		man/man1/ykparse.1.gz
 
-PROJECTHOST=	yubico-c
+MAKE_JOBS_UNSAFE=	yes
 
-MAKE_JOBS_UNSAFE=yes
+OPTIONS_DEFINE=		STATIC
+
+STATIC_CONFIGURE_ENABLE=	static
+STATIC_PLIST_FILES=		lib/libyubikey.a
 
 regression-test: build
 	@(cd ${WRKSRC}; ${MAKE} check)

Modified: head/security/libyubikey/distinfo
==============================================================================
--- head/security/libyubikey/distinfo	Wed Jan  1 23:44:27 2014	(r338403)
+++ head/security/libyubikey/distinfo	Wed Jan  1 23:46:59 2014	(r338404)
@@ -1,2 +1,2 @@
-SHA256 (libyubikey-1.10.tar.gz) = 8cabfe4a547550bcf6eea1fa830fd78bfdef35d1368de5455a29cfdfa30bc00a
-SIZE (libyubikey-1.10.tar.gz) = 330630
+SHA256 (libyubikey-1.11.tar.gz) = 8953c33a94739b40ee79e56df6b76a355e19549f7819218b053955ab7126f5a6
+SIZE (libyubikey-1.11.tar.gz) = 344900



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