Date: Wed, 10 Oct 2012 15:21:55 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305666 - head/security/libassuan Message-ID: <201210101521.q9AFLuYw052580@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Oct 10 15:21:55 2012 New Revision: 305666 URL: http://svn.freebsd.org/changeset/ports/305666 Log: - 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) Modified: head/security/libassuan/Makefile head/security/libassuan/distinfo (contents, props changed) Modified: head/security/libassuan/Makefile ============================================================================== --- head/security/libassuan/Makefile Wed Oct 10 15:09:25 2012 (r305665) +++ head/security/libassuan/Makefile Wed Oct 10 15:21:55 2012 (r305666) @@ -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 includ 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> Modified: head/security/libassuan/distinfo ============================================================================== --- head/security/libassuan/distinfo Wed Oct 10 15:09:25 2012 (r305665) +++ head/security/libassuan/distinfo Wed Oct 10 15:21:55 2012 (r305666) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210101521.q9AFLuYw052580>