diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-23 03:16:12 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-23 03:16:12 +0800 |
commit | 6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5 (patch) | |
tree | 56d252c289c0380255c3712a076c14f1182877ef /security/opensc | |
parent | f0dc9537b95a80cd741e509eb06f30dfc17341f1 (diff) | |
download | freebsd-ports-gnome-6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5.tar.gz freebsd-ports-gnome-6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5.tar.zst freebsd-ports-gnome-6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5.zip |
Update libassuan to version 2.0.1:
* Input and output notification handler can now really access the
parsed fd as stated in the manual.
* Cleaned up the logging.
Bump PORTREVISION and libassuan version number in related ports
Diffstat (limited to 'security/opensc')
-rw-r--r-- | security/opensc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index ea1417b391aa..7ed12c74c753 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -7,7 +7,7 @@ PORTNAME= opensc PORTVERSION= 0.11.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \ http://www.opensc-project.org/files/${PORTNAME}/testing/ @@ -79,7 +79,7 @@ CONFIGURE_ARGS+=--enable-pcsc .endif .if defined(WITH_SIGNER) -LIB_DEPENDS+= assuan.0:${PORTSDIR}/security/libassuan +LIB_DEPENDS+= assuan.1:${PORTSDIR}/security/libassuan PINENTRY?= ${LOCALBASE}/bin/pinentry PINENTRY_PORT?= security/pinentry RUN_DEPENDS+= pinentry:${PORTSDIR}/${PINENTRY_PORT} |