summaryrefslogtreecommitdiff
path: root/security/gnupg1/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-04-30 03:22:56 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-04-30 03:22:56 +0000
commite946206995b3fc8739e0ef30547ebe10e0a84b54 (patch)
tree427831146cf91283da483d513baca786054a995b /security/gnupg1/Makefile
parentRespect CC, CXX, CFLAGS and CXXFLAGS (diff)
Upgrade to 1.0.5.
o The semantics of --verify have changed. o Corrected hash calculation for input data larger than 512M. o Large File Support is now working. o A bunch of new options and commands. o Keyserver support for the W32 version. o Better handling of key expiration and subkeys. o Estonian and Turkish translation. o The usual fixes and other enhancements.
Notes
Notes: svn path=/head/; revision=42061
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r--security/gnupg1/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 87e3f43afda5..cd7de2e33b31 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -6,16 +6,12 @@
#
PORTNAME= gnupg
-PORTVERSION= 1.0.4
-PORTREVISION= 3
+PORTVERSION= 1.0.5
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \
ftp://pgp.iijlab.net/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,}
MASTER_SITE_SUBDIR= gnupg
-PATCHFILES= gnupg-1.0.4.security-patch1.diff
-PATCH_SITES= ${MASTER_SITES}
-PATCH_DIST_STRIP= -p1
MAINTAINER= kuriyama@FreeBSD.org