Date: Sun, 20 Oct 2013 19:31:50 +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: r331059 - head/security/gpa Message-ID: <201310201931.r9KJVolc023319@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310201931.r9KJVolc023319>