Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 11:19:00 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335659 - head/security/gnupg1
Message-ID:  <201312051119.rB5BJ0Ak084180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Dec  5 11:19:00 2013
New Revision: 335659
URL: http://svnweb.freebsd.org/changeset/ports/335659

Log:
  Fixup pkgname.
  
  PR:		ports/184444
  Submitted by:	mat
  Approved by:	portmgr (bapt)

Modified:
  head/security/gnupg1/Makefile

Modified: head/security/gnupg1/Makefile
==============================================================================
--- head/security/gnupg1/Makefile	Thu Dec  5 11:10:49 2013	(r335658)
+++ head/security/gnupg1/Makefile	Thu Dec  5 11:19:00 2013	(r335659)
@@ -6,6 +6,7 @@ PORTVERSION=	1.4.15
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
+PKGNAMESUFFIX=	1
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
@@ -24,7 +25,6 @@ MAN1=		gpg.1 gpgv.1 gpg.ru.1 gpg-zip.1
 MAN7=		gnupg.7
 INFO=		gnupg1
 DOCSDIR=	${PREFIX}/share/doc/gnupg1
-LATEST_LINK=	gnupg1
 
 PORTDOCS=	*
 



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