svn commit: r373488 - head/security/gnupg1

Baptiste Daroussin bapt at FreeBSD.org
Thu Nov 27 13:54:07 UTC 2014


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
+ at 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


More information about the svn-ports-head mailing list