aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-01-10 02:48:53 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-01-10 02:48:53 +0000
commit14449520c4b758e26af62800645eaa0a8091243e (patch)
treebcfe19bbdcd1f56ba9039d2c7a42771e9428911d /security/gnupg1
parent184919d4b2c0a9ac42318faa6c607157b93be1ff (diff)
downloadports-14449520c4b758e26af62800645eaa0a8091243e.tar.gz
ports-14449520c4b758e26af62800645eaa0a8091243e.zip
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r--security/gnupg1/Makefile9
-rw-r--r--security/gnupg1/distinfo4
-rw-r--r--security/gnupg1/pkg-descr12
-rw-r--r--security/gnupg1/pkg-plist4
4 files changed, 14 insertions, 15 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 24b188648aac..39af31fd42e9 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -2,20 +2,20 @@
PORTNAME= gnupg
PORTVERSION= 1.4.21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= GNUPG
PKGNAMESUFFIX= 1
MAINTAINER= adamw@FreeBSD.org
-COMMENT= Minimal version of the PGP-compatible GNU Privacy Guard
+COMMENT= The GNU Privacy Guard (minimalist "classic" version)
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
CPE_VENDOR= gnupg
-USES= charsetfix compiler cpe gmake tar:bzip2
+USES= charsetfix compiler cpe gmake readline tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-camellia \
--enable-noexecstack
@@ -51,9 +51,6 @@ LDAP_CONFIGURE_WITH= ldap=${LOCALBASE}
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-SUID_GPG_PLIST_SUB= GPGMODE=4555
-SUID_GPG_PLIST_SUB_OFF= GPGMODE=
-
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" && ${COMPILER_TYPE} == "clang"
diff --git a/security/gnupg1/distinfo b/security/gnupg1/distinfo
index a8d586ebe8a4..f77196b6d6cd 100644
--- a/security/gnupg1/distinfo
+++ b/security/gnupg1/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1471478689
+TIMESTAMP = 1484016284
SHA256 (gnupg-1.4.21.tar.bz2) = 6b47a3100c857dcab3c60e6152e56a997f2c7862c1b8b2b25adf3884a1ae2276
SIZE (gnupg-1.4.21.tar.bz2) = 3689305
-SHA256 (gnupg-1.4.21.tar.bz2.sig) = 2836778a868cf45ba5c785221f447d34f841f5bb653fe2edf3a8dd88b486b26e
-SIZE (gnupg-1.4.21.tar.bz2.sig) = 287
diff --git a/security/gnupg1/pkg-descr b/security/gnupg1/pkg-descr
index 1475d5075de2..e32a733f3c58 100644
--- a/security/gnupg1/pkg-descr
+++ b/security/gnupg1/pkg-descr
@@ -1,6 +1,10 @@
-GnuPG is a complete and free replacement for PGP. The security/gnupg
-port is the modern 2.x branch with support for newer algorithms, but
-the 1.x branch has few dependencies and is sufficient for most PGP
-operations using common algorithms.
+GnuPG is a complete and free replacement for PGP. This is the "classic"
+version, which doesn't support newer algorithms, but also has very
+few dependencies. Use security/gnupg unless you're sure you want thisone.
+
+GnuPG allows encrypting and signing your data and communication, and
+features a versatile key management system as well as access modules
+for many public key directories. GnuPG, also known as GPG, is a command
+line tool with features for easy integration with other applications.
WWW: https://www.gnupg.org/
diff --git a/security/gnupg1/pkg-plist b/security/gnupg1/pkg-plist
index f37ca9bf0677..d2e4b8eb2939 100644
--- a/security/gnupg1/pkg-plist
+++ b/security/gnupg1/pkg-plist
@@ -1,4 +1,5 @@
-@(,,%%GPGMODE%%) bin/gpg
+%%SUID_GPG%%@(,,4555) bin/gpg
+%%NO_SUID_GPG%%bin/gpg
bin/gpg-zip
bin/gpgsplit
bin/gpgv
@@ -41,4 +42,3 @@ 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
-@postunexec [ -r %D/bin/gpg2 ] && ln -s gpg2 %D/bin/gpg || true