svn commit: r431096 - head/security/gnupg1

Tijl Coosemans tijl at FreeBSD.org
Tue Jan 10 15:42:13 UTC 2017


Author: tijl
Date: Tue Jan 10 15:42:11 2017
New Revision: 431096
URL: https://svnweb.freebsd.org/changeset/ports/431096

Log:
  Restore the link from gpg to gpg2 on uninstallation, removed in r431058.
  
  When gnupg is installed, installing gnupg1 overwrites the link.  Uninstall
  should restore the link so the system is back in the same state.
  
  Approved by:	adamw (maintainer)

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

Modified: head/security/gnupg1/Makefile
==============================================================================
--- head/security/gnupg1/Makefile	Tue Jan 10 15:37:35 2017	(r431095)
+++ head/security/gnupg1/Makefile	Tue Jan 10 15:42:11 2017	(r431096)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnupg
 PORTVERSION=	1.4.21
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 PKGNAMESUFFIX=	1

Modified: head/security/gnupg1/pkg-plist
==============================================================================
--- head/security/gnupg1/pkg-plist	Tue Jan 10 15:37:35 2017	(r431095)
+++ head/security/gnupg1/pkg-plist	Tue Jan 10 15:42:11 2017	(r431096)
@@ -42,3 +42,4 @@ man/man1/gpgv.1.gz
 %%NLS%%share/locale/uk/LC_MESSAGES/gnupg.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/gnupg.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg.mo
+ at postunexec [ ! -e %D/bin/gpg2 ] || ln -sf gpg2 %D/bin/gpg


More information about the svn-ports-all mailing list