From owner-svn-ports-head@freebsd.org Wed Oct 31 23:05:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 156D010EBFFA; Wed, 31 Oct 2018 23:05:38 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCBAE6FC7B; Wed, 31 Oct 2018 23:05:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99AFE130D4; Wed, 31 Oct 2018 23:05:37 +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 w9VN5bda009296; Wed, 31 Oct 2018 23:05:37 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VN5bdG009196; Wed, 31 Oct 2018 23:05:37 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201810312305.w9VN5bdG009196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 31 Oct 2018 23:05:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483623 - head/security/gpa X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/security/gpa X-SVN-Commit-Revision: 483623 X-SVN-Commit-Repository: ports 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.29 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: Wed, 31 Oct 2018 23:05:38 -0000 Author: jhale Date: Wed Oct 31 23:05:36 2018 New Revision: 483623 URL: https://svnweb.freebsd.org/changeset/ports/483623 Log: security/gpa: Update to 0.10.0 - Fix LICENSE - Remove check for gpgsm since security/gnupg always installs it now Changes: https://lists.gnupg.org/pipermail/gnupg-devel/2018-October/033993.html Modified: head/security/gpa/Makefile head/security/gpa/distinfo Modified: head/security/gpa/Makefile ============================================================================== --- head/security/gpa/Makefile Wed Oct 31 22:09:10 2018 (r483622) +++ head/security/gpa/Makefile Wed Oct 31 23:05:36 2018 (r483623) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= gpa -PORTVERSION= 0.9.10 +PORTVERSION= 0.10.0 CATEGORIES= security MASTER_SITES= GNUPG/gpa MAINTAINER= jhale@FreeBSD.org COMMENT= GTK2+ frontend for the GNU Privacy Guard -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libassuan.so:security/libassuan \ @@ -18,7 +18,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ BUILD_DEPENDS= gpgv2:security/gnupg RUN_DEPENDS= gpgv2:security/gnupg -USES= gmake localbase pkgconfig tar:bzip2 +USES= desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2 USE_GNOME= gdkpixbuf2 gtk20 GNU_CONFIGURE= yes @@ -30,11 +30,5 @@ OPTIONS_SUB= yes NLS_USES= gettext 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" ; \ - exit 1; \ - fi) .include Modified: head/security/gpa/distinfo ============================================================================== --- head/security/gpa/distinfo Wed Oct 31 22:09:10 2018 (r483622) +++ head/security/gpa/distinfo Wed Oct 31 23:05:36 2018 (r483623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480106577 -SHA256 (gpa-0.9.10.tar.bz2) = c3b9cc36fd9916e83524930f99df13b1d5f601f4c0168cb9f5d81422e282b727 -SIZE (gpa-0.9.10.tar.bz2) = 763239 +TIMESTAMP = 1540943941 +SHA256 (gpa-0.10.0.tar.bz2) = 95dbabe75fa5c8dc47e3acf2df7a51cee096051e5a842b4c9b6d61e40a6177b1 +SIZE (gpa-0.10.0.tar.bz2) = 782455