diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2010-12-22 19:16:12 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2010-12-22 19:16:12 +0000 |
| commit | 54767cbda3b31d482111d4b101f8a3c8c340546f (patch) | |
| tree | ee88d0700d306ded5c8343ccfc02ac43673892f1 /security/libassuan/Makefile | |
| parent | fe394c762f7960416f32be38a63fe260b7aeb8cc (diff) | |
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
Notes
svn path=/head/; revision=266734
Diffstat (limited to 'security/libassuan/Makefile')
| -rw-r--r-- | security/libassuan/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 4bebf5231bb9..d184d6941ea7 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libassuan -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR=${PORTNAME} @@ -19,14 +19,12 @@ COMMENT= IPC library used by GnuPG and gpgme LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth \ gpg-error:${PORTSDIR}/security/libgpg-error -CONFLICTS= libassuan-1-1* - USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= assuan PLIST_FILES= bin/libassuan-config include/assuan.h lib/libassuan.la \ - lib/libassuan.so.0 lib/libassuan.so share/aclocal/libassuan.m4 + lib/libassuan.so.1 lib/libassuan.so share/aclocal/libassuan.m4 .include <bsd.port.pre.mk> |
