From owner-svn-ports-head@FreeBSD.ORG Sat Aug 16 17:30:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F60B351; Sat, 16 Aug 2014 17:30:14 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B1902297; Sat, 16 Aug 2014 17:30:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7GHUEx4063077; Sat, 16 Aug 2014 17:30:14 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7GHUE5u063076; Sat, 16 Aug 2014 17:30:14 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201408161730.s7GHUE5u063076@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 16 Aug 2014 17:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365110 - 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.18-1 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: Sat, 16 Aug 2014 17:30:14 -0000 Author: jhale Date: Sat Aug 16 17:30:13 2014 New Revision: 365110 URL: http://svnweb.freebsd.org/changeset/ports/365110 QAT: https://qat.redports.org/buildarchive/r365110/ Log: - Abbreviate MASTER_SITES - Add LICENSE_FILE - Update IGNORE message as it is no longer neccessary to rebuild gpgme Modified: head/security/gpa/Makefile Modified: head/security/gpa/Makefile ============================================================================== --- head/security/gpa/Makefile Sat Aug 16 17:27:02 2014 (r365109) +++ head/security/gpa/Makefile Sat Aug 16 17:30:13 2014 (r365110) @@ -4,13 +4,13 @@ PORTNAME= gpa PORTVERSION= 0.9.4 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= gpa +MASTER_SITES= GNUPG/gpa MAINTAINER= jhale@FreeBSD.org COMMENT= GTK2+ frontend for the GNU Privacy Guard LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ libgpgme.so:${PORTSDIR}/security/gpgme @@ -34,7 +34,7 @@ NLS_CONFIGURE_ENABLE= nls .include .if !exists(${LOCALBASE}/bin/gpgsm) -IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed +IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON .endif .include