Index: security/engine_pkcs11/Makefile =================================================================== --- security/engine_pkcs11/Makefile (revision 405302) +++ security/engine_pkcs11/Makefile (working copy) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= engine_pkcs11 -PORTVERSION= 0.1.8 -PORTREVISION= 2 +PORTVERSION= 0.2.0 CATEGORIES= security -MASTER_SITES= SF/opensc/${PORTNAME} +MASTER_SITES= https://github.com/OpenSC/${PORTNAME}/archive/ MAINTAINER= ale@FreeBSD.org COMMENT= Implementation of a PKCS\#11 engine for OpenSSL @@ -16,9 +15,10 @@ OPTIONS_DEFINE= DOCS -USES= libtool pkgconfig +USES= autoreconf libtool pkgconfig USE_OPENSSL= yes GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" Index: security/engine_pkcs11/distinfo =================================================================== --- security/engine_pkcs11/distinfo (revision 405302) +++ security/engine_pkcs11/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (engine_pkcs11-0.1.8.tar.gz) = de7d7e41e7c42deef40c53e10ccc3f88d2c036d6656ecee7e82e8be07b06a2e5 -SIZE (engine_pkcs11-0.1.8.tar.gz) = 320799 +SHA256 (engine_pkcs11-0.2.0.tar.gz) = 11793291ba38c05908e3a4073adc4888dba534fdab8abe01c2500feadc007b4e +SIZE (engine_pkcs11-0.2.0.tar.gz) = 23594 Index: security/engine_pkcs11/pkg-plist =================================================================== --- security/engine_pkcs11/pkg-plist (revision 405302) +++ security/engine_pkcs11/pkg-plist (working copy) @@ -1 +1 @@ -lib/engines/engine_pkcs11.so +lib/engines/libpkcs11.so