From owner-svn-ports-head@FreeBSD.ORG Wed Jan 1 23:49:54 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6419F9CE; Wed, 1 Jan 2014 23:49:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34CAA1FF5; Wed, 1 Jan 2014 23:49:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s01Nnsj1094923; Wed, 1 Jan 2014 23:49:54 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s01NnrQ6094921; Wed, 1 Jan 2014 23:49:53 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201401012349.s01NnrQ6094921@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 1 Jan 2014 23:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338405 - head/security/ykpers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 23:49:54 -0000 Author: danilo Date: Wed Jan 1 23:49:53 2014 New Revision: 338405 URL: http://svnweb.freebsd.org/changeset/ports/338405 Log: - 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 (maintainer) Modified: head/security/ykpers/Makefile head/security/ykpers/distinfo Modified: head/security/ykpers/Makefile ============================================================================== --- head/security/ykpers/Makefile Wed Jan 1 23:46:59 2014 (r338404) +++ head/security/ykpers/Makefile Wed Jan 1 23:49:53 2014 (r338405) @@ -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 Modified: head/security/ykpers/distinfo ============================================================================== --- head/security/ykpers/distinfo Wed Jan 1 23:46:59 2014 (r338404) +++ head/security/ykpers/distinfo Wed Jan 1 23:49:53 2014 (r338405) @@ -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