diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-12-20 22:49:31 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-12-20 22:49:31 +0000 |
commit | ae8099c3350ed6c905b05ca8f16d594680bae713 (patch) | |
tree | a0efe4eb27bac1a66fedc0a024f780b60013559b /security/gnupg/Makefile | |
parent | 026dc4dd35be4dca4102fdda209709de207aac02 (diff) | |
download | FreeBSD-ports-ae8099c3350ed6c905b05ca8f16d594680bae713.zip FreeBSD-ports-ae8099c3350ed6c905b05ca8f16d594680bae713.tar.gz |
Add security-patch1.diff.
Pointed out by: Sergii Laskavyi <ls@gambit.com.ru>
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index d7956b1..33f6c30 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,12 +7,15 @@ PORTNAME= gnupg PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 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 |