diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-10 23:21:55 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-10 23:21:55 +0800 |
commit | 97658188d46ec9d35d0f80ece7930e991a715949 (patch) | |
tree | e342e1ccbc42756bb74423771f82fdbf50708451 /security/libassuan | |
parent | b13e508869ff459f6ad8a5b80b607e310416ec9c (diff) | |
download | freebsd-ports-gnome-97658188d46ec9d35d0f80ece7930e991a715949.tar.gz freebsd-ports-gnome-97658188d46ec9d35d0f80ece7930e991a715949.tar.zst freebsd-ports-gnome-97658188d46ec9d35d0f80ece7930e991a715949.zip |
- Update to 2.0.3
- Remove devel/pth dependency; libassuan-pth was dropped in 2.0.0
- Remove additional CFLAGS for amd64; builds fine on tinderbox without them
Approved by: makc, avilla (mentors, implicit)
Diffstat (limited to 'security/libassuan')
-rw-r--r-- | security/libassuan/Makefile | 13 | ||||
-rw-r--r-- | security/libassuan/distinfo | 8 |
2 files changed, 7 insertions, 14 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 5fc32cbe723d..1f487272a7b9 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libassuan -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR=${PORTNAME} @@ -12,8 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jhale@FreeBSD.org COMMENT= IPC library used by GnuPG and gpgme -LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth \ - gpg-error:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes GNU_CONFIGURE= yes @@ -28,13 +27,7 @@ PLIST_FILES= bin/libassuan-config include/assuan.h \ lib/libassuan.a lib/libassuan.la \ lib/libassuan.so.0 lib/libassuan.so share/aclocal/libassuan.m4 -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/libassuan/distinfo b/security/libassuan/distinfo index a46c58cc4f7c..9ff108e2cb40 100644 --- a/security/libassuan/distinfo +++ b/security/libassuan/distinfo @@ -1,4 +1,4 @@ -SHA256 (libassuan-2.0.2.tar.bz2) = 61e0cba33dcbade2dce953b95f06b843af2a73de875303f2585227ecd475b4d8 -SIZE (libassuan-2.0.2.tar.bz2) = 491172 -SHA256 (libassuan-2.0.2.tar.bz2.sig) = 13c2189acc2c3f054fba829c0f5578b357afb04ae09b8c85b268edb02ed22bae -SIZE (libassuan-2.0.2.tar.bz2.sig) = 326 +SHA256 (libassuan-2.0.3.tar.bz2) = bad5682374c76bcc0abb1a7a34c9557af6874a477500748e64a7d3def79cac1b +SIZE (libassuan-2.0.3.tar.bz2) = 529149 +SHA256 (libassuan-2.0.3.tar.bz2.sig) = dc3948dd031a453ed03a7c1ce5cc27d144df5ed030f834d613b61ffb2011d460 +SIZE (libassuan-2.0.3.tar.bz2.sig) = 287 |