From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 15:21:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D2AEC2C; Wed, 10 Oct 2012 15:21:56 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B1588FC1D; Wed, 10 Oct 2012 15:21:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9AFLuL6052584; Wed, 10 Oct 2012 15:21:56 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AFLuYw052580; Wed, 10 Oct 2012 15:21:56 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210101521.q9AFLuYw052580@svn.freebsd.org> From: "Jason E. Hale" Date: Wed, 10 Oct 2012 15:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305666 - head/security/libassuan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 15:21:56 -0000 X-List-Received-Date: Wed, 10 Oct 2012 15:21:56 -0000 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 - -.if ${ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig -.include +.include 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