Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 09:35:03 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329430 - head/security/gnupg1
Message-ID:  <201310050935.r959Z3jc078646@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sat Oct  5 09:35:02 2013
New Revision: 329430
URL: http://svnweb.freebsd.org/changeset/ports/329430

Log:
  - Upgrade to 1.4.15 (security, VuXML entry will follow).
  - Use $STAGEDIR.

Modified:
  head/security/gnupg1/Makefile
  head/security/gnupg1/distinfo

Modified: head/security/gnupg1/Makefile
==============================================================================
--- head/security/gnupg1/Makefile	Sat Oct  5 09:34:12 2013	(r329429)
+++ head/security/gnupg1/Makefile	Sat Oct  5 09:35:02 2013	(r329430)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	1.4.14
+PORTVERSION=	1.4.15
 #PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
@@ -20,10 +20,7 @@ GNU_CONFIGURE=	YES
 MACHINE_ARCH=	i586
 .endif
 CFLAGS:=	${CFLAGS:S/-pipe//g}
-MAN1=		gpg.1 gpgv.1 gpg.ru.1 gpg-zip.1
-MAN7=		gnupg.7
-INFO=		gnupg1
-DOCSDIR=	${PREFIX}/share/doc/gnupg1
+DOCSDIR=	${STAGEDIR}${PREFIX}/share/doc/gnupg1
 LATEST_LINK=	gnupg1
 
 PORTDOCS=	*
@@ -36,7 +33,6 @@ LIBUSB_DESC=	use libusb
 SUID_GPG_DESC=	install GPG with suid
 CURL_DESC=	use libcurl for the keyserver interface
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${CC} == "clang" || ${OSVERSION} >= 1000024
@@ -97,7 +93,7 @@ post-install:
 .endfor
 .endif
 .if ${PORT_OPTIONS:MSUID_GPG}
-	${CHMOD} u+s ${PREFIX}/bin/gpg
+	${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/gpg
 .endif
 
 check:

Modified: head/security/gnupg1/distinfo
==============================================================================
--- head/security/gnupg1/distinfo	Sat Oct  5 09:34:12 2013	(r329429)
+++ head/security/gnupg1/distinfo	Sat Oct  5 09:35:02 2013	(r329430)
@@ -1,4 +1,4 @@
-SHA256 (gnupg-1.4.14.tar.bz2) = f2c4cd3ed6a5fb66cb369bf8160e53127712adfe41ebf965c0f02ab71d984413
-SIZE (gnupg-1.4.14.tar.bz2) = 3687929
-SHA256 (gnupg-1.4.14.tar.bz2.sig) = b87348b77b0a9a8473a54fc6503ec1e3ea9294e1705547159bede8b86d01e161
-SIZE (gnupg-1.4.14.tar.bz2.sig) = 287
+SHA256 (gnupg-1.4.15.tar.bz2) = b6bb40a8f96dc1227b69f8e3b35f0bc4c8276923147f6069cae2f6307c62795d
+SIZE (gnupg-1.4.15.tar.bz2) = 3654415
+SHA256 (gnupg-1.4.15.tar.bz2.sig) = fc2caeb473d42659d2099c2738f571d0a8cb72fd28308c6c3f07ccaa76ec5fce
+SIZE (gnupg-1.4.15.tar.bz2.sig) = 287



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