diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-04-30 03:22:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-04-30 03:22:56 +0000 |
commit | e946206995b3fc8739e0ef30547ebe10e0a84b54 (patch) | |
tree | 427831146cf91283da483d513baca786054a995b /security/gnupg1/Makefile | |
parent | 8b3d4249c71abef0abc181b00e85a74fe34731be (diff) | |
download | ports-e946206995b3fc8739e0ef30547ebe10e0a84b54.tar.gz ports-e946206995b3fc8739e0ef30547ebe10e0a84b54.zip |
Notes
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 6 |
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 |