Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 13:54:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373488 - head/security/gnupg1
Message-ID:  <201411271354.sARDs70p045158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Nov 27 13:54:06 2014
New Revision: 373488
URL: https://svnweb.freebsd.org/changeset/ports/373488
QAT: https://qat.redports.org/buildarchive/r373488/

Log:
  Do not install gnupg(7) manpage to allow installing in parallel of regular gnupg
  People using spamassing can now still use it while having anything else using
  newer gnupg
  
  With hat:	portmgr

Modified:
  head/security/gnupg1/Makefile
  head/security/gnupg1/pkg-plist

Modified: head/security/gnupg1/Makefile
==============================================================================
--- head/security/gnupg1/Makefile	Thu Nov 27 13:47:55 2014	(r373487)
+++ head/security/gnupg1/Makefile	Thu Nov 27 13:54:06 2014	(r373488)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnupg
 PORTVERSION=	1.4.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
@@ -80,7 +80,6 @@ CONFIGURE_ARGS+=--without-libcurl
 .endif
 
 post-install:
-
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in DETAILS FAQ HACKING OpenPGP
 	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}

Modified: head/security/gnupg1/pkg-plist
==============================================================================
--- head/security/gnupg1/pkg-plist	Thu Nov 27 13:47:55 2014	(r373487)
+++ head/security/gnupg1/pkg-plist	Thu Nov 27 13:54:06 2014	(r373488)
@@ -9,7 +9,7 @@ libexec/gnupg/gpgkeys_hkp
 man/man1/gpg-zip.1.gz
 man/man1/gpg.1.gz
 man/man1/gpgv.1.gz
-man/man7/gnupg.7.gz
+@comment man/man7/gnupg.7.gz
 %%NLS%%share/locale/be/LC_MESSAGES/gnupg.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/gnupg.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/gnupg.mo



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