From owner-svn-ports-all@FreeBSD.ORG Sun Oct 20 19:31:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8F406E4; Sun, 20 Oct 2013 19:31:51 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CAF82B7F; Sun, 20 Oct 2013 19:31:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KJVpKR023322; Sun, 20 Oct 2013 19:31:51 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9KJVolc023319; Sun, 20 Oct 2013 19:31:51 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201310201931.r9KJVolc023319@svn.freebsd.org> From: "Jason E. Hale" Date: Sun, 20 Oct 2013 19:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331059 - head/security/gpa 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: Sun, 20 Oct 2013 19:31:51 -0000 Author: jhale Date: Sun Oct 20 19:31:50 2013 New Revision: 331059 URL: http://svnweb.freebsd.org/changeset/ports/331059 Log: - Update to 0.9.4 - Support staging - Use options helpers - Use new LIB_DEPENDS syntax Modified: head/security/gpa/Makefile head/security/gpa/distinfo (contents, props changed) head/security/gpa/pkg-plist (contents, props changed) Modified: head/security/gpa/Makefile ============================================================================== --- head/security/gpa/Makefile Sun Oct 20 19:28:39 2013 (r331058) +++ head/security/gpa/Makefile Sun Oct 20 19:31:50 2013 (r331059) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gpa -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpa @@ -13,38 +12,30 @@ COMMENT= GTK2+ frontend for the GNU Priv LICENSE= GPLv3 -LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \ - gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ + libgpgme.so:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg -USES= pkgconfig +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \ - GPG="${LOCALBASE}/bin/gpgv2" + GPG="${LOCALBASE}/bin/gpg2" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gpa.1 - OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls -NO_STAGE= yes .include .if !exists(${LOCALBASE}/bin/gpgsm) IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed .endif -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - .include Modified: head/security/gpa/distinfo ============================================================================== --- head/security/gpa/distinfo Sun Oct 20 19:28:39 2013 (r331058) +++ head/security/gpa/distinfo Sun Oct 20 19:31:50 2013 (r331059) @@ -1,2 +1,2 @@ -SHA256 (gpa-0.9.3.tar.bz2) = 9c5b67a562d2831689d4659cf377fb4db521f55f08ba6e0bd47b88e69d70c014 -SIZE (gpa-0.9.3.tar.bz2) = 711197 +SHA256 (gpa-0.9.4.tar.bz2) = 444de33735cec227f65549ea7bdca4526ead9f464e99903636902ca85f80cfba +SIZE (gpa-0.9.4.tar.bz2) = 730440 Modified: head/security/gpa/pkg-plist ============================================================================== --- head/security/gpa/pkg-plist Sun Oct 20 19:28:39 2013 (r331058) +++ head/security/gpa/pkg-plist Sun Oct 20 19:31:50 2013 (r331059) @@ -1,4 +1,5 @@ bin/gpa +man/man1/gpa.1.gz share/applications/gpa.desktop share/gpa/gpa-logo.ppm share/gpa/gpa.png