Index: head/security/opensc/Makefile =================================================================== --- head/security/opensc/Makefile (revision 521472) +++ head/security/opensc/Makefile (revision 521473) @@ -1,73 +1,72 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= opensc -DISTVERSIONPREFIX= ${GH_PROJECT}- -DISTVERSION= 0.20.0-rc3 +DISTVERSION= 0.20.0 CATEGORIES= security devel MAINTAINER= ale@FreeBSD.org COMMENT= Libraries and utilities to access smart cards LICENSE= LGPL21 USES= autoreconf compiler:c11 gmake libtool pkgconfig ssl OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND=PCSC OPENCT CTAPI OPTIONS_DEFINE= SM NOTIFY DOCS MANPAGES OPTIONS_DEFAULT=PCSC SM NOTIFY MANPAGES OPTIONS_SUB= yes PCSC_DESC= Use PC/SC backend OPENCT_DESC= Use OpenCT backend 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} GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ENV= \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" CONFIGURE_ARGS= --with-completiondir=${PREFIX}/etc/bash_completion.d PORTDOCS= * MANPAGES_CONFIGURE_ENABLE= man OPENCT_LIB_DEPENDS= libopenct.so:security/openct OPENCT_CONFIGURE_ENABLE= openct PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite PCSC_CONFIGURE_ENABLE= pcsc CTAPI_CONFIGURE_ENABLE= ctapi SM_CONFIGURE_ENABLE= sm NOTIFY_USES= gnome NOTIFY_USE= GNOME=glib20 NOTIFY_CONFIGURE_ENABLE= notify DOCS_CONFIGURE_ENABLE= doc .include .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} BUILD_DEPENDS+= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl CONFIGURE_ENV+= XSLTPROC="${LOCALBASE}/bin/xsltproc" CONFIGURE_ARGS+=--with-xsl-stylesheetsdir=${LOCALBASE}/share/xsl/docbook .else CONFIGURE_ENV+= XSLTPROC="${FALSE}" CONFIGURE_ARGS+=--without-xsl-stylesheetsdir .endif .include Index: head/security/opensc/distinfo =================================================================== --- head/security/opensc/distinfo (revision 521472) +++ head/security/opensc/distinfo (revision 521473) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572345913 -SHA256 (OpenSC-OpenSC-OpenSC-0.20.0-rc3_GH0.tar.gz) = 7fa011486e0b0cba5a32fb69ab25018c6904ac727d6b25b685518758a0c3a196 -SIZE (OpenSC-OpenSC-OpenSC-0.20.0-rc3_GH0.tar.gz) = 1647932 +TIMESTAMP = 1577693394 +SHA256 (OpenSC-OpenSC-0.20.0_GH0.tar.gz) = c8ddea5eb767f08e9e70bc6506d72f8e73805803b974bd3a96dce6c3af3bfe95 +SIZE (OpenSC-OpenSC-0.20.0_GH0.tar.gz) = 1653931 Index: head/security/opensc/files/patch-src_tests_p11test_p11test.c =================================================================== --- head/security/opensc/files/patch-src_tests_p11test_p11test.c (revision 521472) +++ head/security/opensc/files/patch-src_tests_p11test_p11test.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/tests/p11test/p11test.c.orig 2019-10-30 14:56:38 UTC -+++ src/tests/p11test/p11test.c -@@ -49,7 +49,7 @@ void display_usage() { - } - - int main(int argc, char** argv) { -- char command; -+ signed char command; - const struct CMUnitTest readonly_tests_without_initialization[] = { - /* Test card events on slot */ - cmocka_unit_test_setup_teardown(wait_test, Property changes on: head/security/opensc/files/patch-src_tests_p11test_p11test.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property