From owner-svn-ports-head@freebsd.org Fri Dec 9 03:11:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6F8DC6C641; Fri, 9 Dec 2016 03:11:35 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D24517A1; Fri, 9 Dec 2016 03:11:35 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB93BYCD022986; Fri, 9 Dec 2016 03:11:34 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB93BYxM022983; Fri, 9 Dec 2016 03:11:34 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612090311.uB93BYxM022983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 9 Dec 2016 03:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428163 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 03:11:35 -0000 Author: jhale Date: Fri Dec 9 03:11:34 2016 New Revision: 428163 URL: https://svnweb.freebsd.org/changeset/ports/428163 Log: - Update to 0.9.10 - Satisfy missing dependencies in stage-qa - Change pre-configure message to reference security/gnupg20 since security/gnupg always installs gpgsm Modified: head/security/gpa/Makefile head/security/gpa/distinfo head/security/gpa/pkg-plist Modified: head/security/gpa/Makefile ============================================================================== --- head/security/gpa/Makefile Fri Dec 9 01:09:50 2016 (r428162) +++ head/security/gpa/Makefile Fri Dec 9 03:11:34 2016 (r428163) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gpa -PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTVERSION= 0.9.10 CATEGORIES= security MASTER_SITES= GNUPG/gpa @@ -14,17 +13,17 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libassuan.so:security/libassuan \ - libgpgme.so:security/gpgme + libgpgme.so:security/gpgme \ + libgpg-error.so:security/libgpg-error BUILD_DEPENDS= gpgv2:security/gnupg RUN_DEPENDS= gpgv2:security/gnupg -USES= gmake pkgconfig tar:bzip2 -USE_GNOME= gtk20 +USES= gmake localbase pkgconfig tar:bzip2 +USE_GNOME= gdkpixbuf2 gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -Wl,--as-needed OPTIONS_DEFINE= NLS OPTIONS_SUB= yes @@ -34,7 +33,7 @@ NLS_CONFIGURE_ENABLE= nls pre-configure: @(if [ ! -e ${LOCALBASE}/bin/gpgsm ] ; then \ - ${ECHO_MSG} "gpa requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON" ; \ + ${ECHO_MSG} "gpa requires gpgsm. (Re)Install security/gnupg20 with the GPGSM option ON" ; \ exit 1; \ fi) Modified: head/security/gpa/distinfo ============================================================================== --- head/security/gpa/distinfo Fri Dec 9 01:09:50 2016 (r428162) +++ head/security/gpa/distinfo Fri Dec 9 03:11:34 2016 (r428163) @@ -1,2 +1,3 @@ -SHA256 (gpa-0.9.9.tar.bz2) = 6828d738b9e1d3cce96d2ec9831c09873c4cb2c87ba67a161ef54485192c4334 -SIZE (gpa-0.9.9.tar.bz2) = 737975 +TIMESTAMP = 1480106577 +SHA256 (gpa-0.9.10.tar.bz2) = c3b9cc36fd9916e83524930f99df13b1d5f601f4c0168cb9f5d81422e282b727 +SIZE (gpa-0.9.10.tar.bz2) = 763239 Modified: head/security/gpa/pkg-plist ============================================================================== --- head/security/gpa/pkg-plist Fri Dec 9 01:09:50 2016 (r428162) +++ head/security/gpa/pkg-plist Fri Dec 9 03:11:34 2016 (r428163) @@ -1,8 +1,8 @@ bin/gpa man/man1/gpa.1.gz share/applications/gpa.desktop -share/gpa/gpa-logo.ppm -share/gpa/gpa.png +%%DATADIR%%/gpa-logo.ppm +%%DATADIR%%/gpa.png %%NLS%%share/locale/ar/LC_MESSAGES/gpa.mo %%NLS%%share/locale/cs/LC_MESSAGES/gpa.mo %%NLS%%share/locale/de/LC_MESSAGES/gpa.mo @@ -15,5 +15,6 @@ share/gpa/gpa.png %%NLS%%share/locale/ru/LC_MESSAGES/gpa.mo %%NLS%%share/locale/sv/LC_MESSAGES/gpa.mo %%NLS%%share/locale/tr/LC_MESSAGES/gpa.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gpa.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gpa.mo share/pixmaps/gpa.png