diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-11-06 08:37:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-11-06 08:37:20 +0000 |
commit | 97d273c0e6c0c99dd186df12fc358376c74d0eb4 (patch) | |
tree | cfffbfa4194369b20be76bb66b97fe77cb517efc /security/gnupg1 | |
parent | d6a41cd9f6ef73db0b2a043065b5dde52284b27d (diff) |
Use $MASTER_SITE_RINGSERVER.
Correct description around RSA/IDEA (with PORTREVISION bump).
Submitted by: knu
Notes
Notes:
svn path=/head/; revision=34832
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 8 | ||||
-rw-r--r-- | security/gnupg1/pkg-descr | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 1153b1354569..d7956b181df0 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -7,10 +7,12 @@ PORTNAME= gnupg PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ \ - ftp://pgp.iijlab.net/pub/gnupg/ \ - ftp://ring.aist.go.jp/pub/net/gnupg/gnupg/ +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 MAINTAINER= kuriyama@FreeBSD.org diff --git a/security/gnupg1/pkg-descr b/security/gnupg1/pkg-descr index e7a75ccbcf13..4ad9fb265d00 100644 --- a/security/gnupg1/pkg-descr +++ b/security/gnupg1/pkg-descr @@ -1,8 +1,9 @@ -GNUPG is a complete and free replacement for PGP. +GnuPG is a complete and free replacement for PGP. -Because it does not use IDEA or RSA it can be used without any -restrictions. GNUPG is nearly in complicance with the OpenPGP draft. +Because it does not use the patented IDEA algorithm, it can be used +without any restrictions. GnuPG is an RFC2440 (OpenPGP) compliant +application. WWW: http://www.gnupg.org/ -kuriyama@FreeBSD.ORG +kuriyama@FreeBSD.org |