aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg1
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2006-12-25 11:49:00 +0800
committerkuriyama <kuriyama@FreeBSD.org>2006-12-25 11:49:00 +0800
commitb66aa280c99bc512145916bf49ad50ec226713d5 (patch)
treeaa81424e44b2b821204ac29b144d25b598c3252f /security/gnupg1
parentd7ef914437debb22174305d928fff074e6243d05 (diff)
downloadfreebsd-ports-gnome-b66aa280c99bc512145916bf49ad50ec226713d5.tar.gz
freebsd-ports-gnome-b66aa280c99bc512145916bf49ad50ec226713d5.tar.zst
freebsd-ports-gnome-b66aa280c99bc512145916bf49ad50ec226713d5.zip
- I forgot to bump PORTREVISION to sync with security/gnupg as of
before 2.0 upgrade. - Add a patch to fix info/dir entry in gnupg1.info [1]. - Recover symlink during removing this port after installing security/gnupg (2.0) (I forgot to add this before...). PR: ports/106819 [1] Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
Diffstat (limited to 'security/gnupg1')
-rw-r--r--security/gnupg1/Makefile1
-rw-r--r--security/gnupg1/files/patch-doc:gnupg1.info11
-rw-r--r--security/gnupg1/files/patch-openfile.c0
-rw-r--r--security/gnupg1/pkg-plist1
4 files changed, 13 insertions, 0 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 63c5c7cb2978..6a28d3a20de5 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 1.4.6
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
diff --git a/security/gnupg1/files/patch-doc:gnupg1.info b/security/gnupg1/files/patch-doc:gnupg1.info
new file mode 100644
index 000000000000..ed538f450d65
--- /dev/null
+++ b/security/gnupg1/files/patch-doc:gnupg1.info
@@ -0,0 +1,11 @@
+--- doc/gnupg1.info.orig Mon Dec 25 12:17:12 2006
++++ doc/gnupg1.info Mon Dec 25 12:17:22 2006
+@@ -13,7 +13,7 @@
+
+ INFO-DIR-SECTION GNU Utilities
+ START-INFO-DIR-ENTRY
+-* gpg: (gpg). OpenPGP encryption and signing tool (v1).
++* gpg: (gnupg1). OpenPGP encryption and signing tool (v1).
+ END-INFO-DIR-ENTRY
+
+ 
diff --git a/security/gnupg1/files/patch-openfile.c b/security/gnupg1/files/patch-openfile.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/security/gnupg1/files/patch-openfile.c
+++ /dev/null
diff --git a/security/gnupg1/pkg-plist b/security/gnupg1/pkg-plist
index 3db11f3d783f..c29524878e62 100644
--- a/security/gnupg1/pkg-plist
+++ b/security/gnupg1/pkg-plist
@@ -58,3 +58,4 @@ libexec/gnupg/gpgkeys_hkp
@dirrmtry share/locale/sk
@dirrmtry share/locale/zh_TW/LC_MESSAGES
@dirrmtry share/locale/zh_TW
+@unexec [ -r %D/bin/gpg2 ] && ln -s gpg2 %D/bin/gpg || true