mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 0.20.0-rc3 release.
This commit is contained in:
parent
161943b0b6
commit
bbdb281de0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515331
@ -2,10 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opensc
|
||||
PORTVERSION= 0.19.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.20.0-rc3
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= https://github.com/OpenSC/OpenSC/releases/download/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= Libraries and utilities to access smart cards
|
||||
@ -26,6 +24,11 @@ CTAPI_DESC= Use CT-API backend
|
||||
SM_DESC= Enable secure messaging support
|
||||
NOTIFY_DESC= Enable notification support
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= OpenSC
|
||||
GH_PROJECT= ${GH_ACCOUNT}
|
||||
GH_TAGNAME= ${GH_PROJECT}-${DISTVERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1538984930
|
||||
SHA256 (opensc-0.19.0.tar.gz) = 2c5a0e4df9027635290b9c0f3addbbf0d651db5ddb0ab789cb0e978f02fd5826
|
||||
SIZE (opensc-0.19.0.tar.gz) = 2080320
|
||||
TIMESTAMP = 1571913284
|
||||
SHA256 (OpenSC-OpenSC-0.20.0-rc3-OpenSC-0.20.0-rc3_GH0.tar.gz) = 7fa011486e0b0cba5a32fb69ab25018c6904ac727d6b25b685518758a0c3a196
|
||||
SIZE (OpenSC-OpenSC-0.20.0-rc3-OpenSC-0.20.0-rc3_GH0.tar.gz) = 1647932
|
||||
|
@ -4,6 +4,7 @@ bin/dnie-tool
|
||||
bin/egk-tool
|
||||
bin/eidenv
|
||||
bin/gids-tool
|
||||
bin/goid-tool
|
||||
bin/iasecc-tool
|
||||
bin/netkey-tool
|
||||
bin/npa-tool
|
||||
@ -13,6 +14,7 @@ bin/opensc-explorer
|
||||
bin/opensc-notify
|
||||
bin/opensc-tool
|
||||
bin/piv-tool
|
||||
bin/pkcs11-register
|
||||
bin/pkcs11-tool
|
||||
bin/pkcs15-crypt
|
||||
bin/pkcs15-init
|
||||
@ -41,6 +43,7 @@ etc/bash_completion.d/pkcs15-tool
|
||||
etc/bash_completion.d/sc-hsm-tool
|
||||
etc/bash_completion.d/westcos-tool
|
||||
@sample etc/opensc.conf.sample
|
||||
etc/xdg/autostart/pkcs11-register.desktop
|
||||
lib/libopensc.a
|
||||
lib/libopensc.so
|
||||
lib/libopensc.so.6
|
||||
@ -83,6 +86,7 @@ share/applications/org.opensc.notify.desktop
|
||||
%%DATADIR%%/pkcs15.profile
|
||||
%%DATADIR%%/rutoken.profile
|
||||
%%DATADIR%%/rutoken_ecp.profile
|
||||
%%DATADIR%%/rutoken_lite.profile
|
||||
%%DATADIR%%/sc-hsm.profile
|
||||
%%DATADIR%%/setcos.profile
|
||||
%%DATADIR%%/starcos.profile
|
||||
|
Loading…
Reference in New Issue
Block a user