From owner-svn-ports-all@freebsd.org Wed Nov 1 11:27:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AACCBE586D6; Wed, 1 Nov 2017 11:27:55 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 789086A058; Wed, 1 Nov 2017 11:27:55 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA1BRs7e072351; Wed, 1 Nov 2017 11:27:54 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA1BRs1a072348; Wed, 1 Nov 2017 11:27:54 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201711011127.vA1BRs1a072348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 1 Nov 2017 11:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453274 - head/security/opensc X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/security/opensc X-SVN-Commit-Revision: 453274 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 11:27:55 -0000 Author: ale Date: Wed Nov 1 11:27:54 2017 New Revision: 453274 URL: https://svnweb.freebsd.org/changeset/ports/453274 Log: Unbreak support for Feitian ePass2003 token and fix the configure args. PR: 223353 Submitted by: Craig Leres Modified: head/security/opensc/Makefile head/security/opensc/distinfo Modified: head/security/opensc/Makefile ============================================================================== --- head/security/opensc/Makefile Wed Nov 1 10:52:19 2017 (r453273) +++ head/security/opensc/Makefile Wed Nov 1 11:27:54 2017 (r453274) @@ -5,8 +5,12 @@ PORTNAME= opensc PORTVERSION= 0.17.0 PORTREVISION= 1 CATEGORIES= security devel -MASTER_SITES= https://github.com/OpenSC/OpenSC/releases/download/0.17.0/ +MASTER_SITES= https://github.com/OpenSC/OpenSC/releases/download/${PORTVERSION}/ +PATCH_SITES= https://github.com/OpenSC/OpenSC/commit/ +PATCHFILES= 8d7346406d166a9db4afd239e6669df3e3b99f79.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= ale@FreeBSD.org COMMENT= Libraries and utilities to access smart cards @@ -34,16 +38,19 @@ CONFIGURE_ENV= \ PORTDOCS= * -MANPAGES_CONFIGURE_ARGS_OFF=--disable-man +MANPAGES_CONFIGURE_ENABLE= man OPENCT_LIB_DEPENDS= libopenct.so:security/openct -OPENCT_CONFIGURE_ARGS= --enable-openct +OPENCT_CONFIGURE_ENABLE= openct PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite -PCSC_CONFIGURE_ARGS_OFF=--disable-pcsc -CTAPI_CONFIGURE_ARGS= --enable-ctapi -SM_CONFIGURE_ARGS_OFF= --disable-sm -DOCS_CONFIGURE_ARGS+= --enable-doc +PCSC_CONFIGURE_ENABLE= pcsc + +CTAPI_CONFIGURE_ENABLE= ctapi + +SM_CONFIGURE_ENABLE= sm + +DOCS_CONFIGURE_ENABLE= doc .include Modified: head/security/opensc/distinfo ============================================================================== --- head/security/opensc/distinfo Wed Nov 1 10:52:19 2017 (r453273) +++ head/security/opensc/distinfo Wed Nov 1 11:27:54 2017 (r453274) @@ -1,3 +1,5 @@ -TIMESTAMP = 1509027157 +TIMESTAMP = 1509534561 SHA256 (opensc-0.17.0.tar.gz) = be73c6816867ab4721e6a9ae7dba8e890c5f169f0a2cbb4bf354e0f30a948300 SIZE (opensc-0.17.0.tar.gz) = 1950547 +SHA256 (8d7346406d166a9db4afd239e6669df3e3b99f79.patch) = 50cbf9fcb75755407bf4bca01d143e85f3f8df1888ac7c9557a48935d6332573 +SIZE (8d7346406d166a9db4afd239e6669df3e3b99f79.patch) = 15954