From owner-svn-ports-head@FreeBSD.ORG Tue Aug 14 12:01:38 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 572A91065678; Tue, 14 Aug 2012 12:01:38 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2861F8FC29; Tue, 14 Aug 2012 12:01:38 +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 q7EC1cds091734; Tue, 14 Aug 2012 12:01:38 GMT (envelope-from scheidell@svn.freebsd.org) Received: (from scheidell@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7EC1bwY091731; Tue, 14 Aug 2012 12:01:37 GMT (envelope-from scheidell@svn.freebsd.org) Message-Id: <201208141201.q7EC1bwY091731@svn.freebsd.org> From: Michael Scheidell Date: Tue, 14 Aug 2012 12:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302519 - head/security/gpa X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2012 12:01:38 -0000 Author: scheidell Date: Tue Aug 14 12:01:37 2012 New Revision: 302519 URL: http://svn.freebsd.org/changeset/ports/302519 Log: - Update security/gpa to 0.9.3 bugfix release - Clean up COMMENT - Drop ABI numbers from LIB_DEPENDS - pkg-config is needed for build - Make sure we are picking up version 2.x of gpg during configure - Convert to OPTIONSng PR: ports/170570 Submitted by: Jason E. Hale (maintainer) Modified: head/security/gpa/Makefile head/security/gpa/distinfo Modified: head/security/gpa/Makefile ============================================================================== --- head/security/gpa/Makefile Tue Aug 14 11:35:29 2012 (r302518) +++ head/security/gpa/Makefile Tue Aug 14 12:01:37 2012 (r302519) @@ -6,31 +6,35 @@ # PORTNAME= gpa -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpa MAINTAINER= bsdkaffee@gmail.com -COMMENT= A graphical frontend for the GNU Privacy Guard +COMMENT= GTK2+ frontend for the GNU Privacy Guard LICENSE= GPLv3 -LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ - gpgme.19:${PORTSDIR}/security/gpgme +LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \ + gpgme:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg USE_BZIP2= yes USE_GMAKE= yes +USE_PKGCONFIG= build USE_GNOME= gtk20 GNU_CONFIGURE= yes -CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" +CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \ + GPG="${LOCALBASE}/bin/gpgv2" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes MAN1= gpa.1 -OPTIONS= NLS "Native language support" on +OPTIONS_DEFINE= NLS .include @@ -38,7 +42,7 @@ OPTIONS= NLS "Native language support" o IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed .endif -.if defined(WITHOUT_NLS) +.if empty(PORT_OPTIONS:MNLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else Modified: head/security/gpa/distinfo ============================================================================== --- head/security/gpa/distinfo Tue Aug 14 11:35:29 2012 (r302518) +++ head/security/gpa/distinfo Tue Aug 14 12:01:37 2012 (r302519) @@ -1,2 +1,2 @@ -SHA256 (gpa-0.9.2.tar.bz2) = d0262b2ddd61c66c16168b61b758c4f387613e776454db2e50356d29eda49662 -SIZE (gpa-0.9.2.tar.bz2) = 710552 +SHA256 (gpa-0.9.3.tar.bz2) = 9c5b67a562d2831689d4659cf377fb4db521f55f08ba6e0bd47b88e69d70c014 +SIZE (gpa-0.9.3.tar.bz2) = 711197