Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 17:30:14 +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: r365110 - head/security/gpa
Message-ID:  <201408161730.s7GHUE5u063076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <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
+IGNORE=		requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON
 .endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408161730.s7GHUE5u063076>