diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-11-06 16:37:20 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-11-06 16:37:20 +0800 |
commit | 37143f09649382d455bffa69ae79a8229654346c (patch) | |
tree | b66814cfe8d6986fdcbe612102131b864103b644 /security | |
parent | b3321e25cb954afa3da3d8317f8f0810c16605de (diff) | |
download | freebsd-ports-gnome-37143f09649382d455bffa69ae79a8229654346c.tar.gz freebsd-ports-gnome-37143f09649382d455bffa69ae79a8229654346c.tar.zst freebsd-ports-gnome-37143f09649382d455bffa69ae79a8229654346c.zip |
Use $MASTER_SITE_RINGSERVER.
Correct description around RSA/IDEA (with PORTREVISION bump).
Submitted by: knu
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 8 | ||||
-rw-r--r-- | security/gnupg/pkg-descr | 9 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 8 | ||||
-rw-r--r-- | security/gnupg1/pkg-descr | 9 |
4 files changed, 20 insertions, 14 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 1153b1354569..d7956b181df0 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/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/gnupg/pkg-descr b/security/gnupg/pkg-descr index e7a75ccbcf13..4ad9fb265d00 100644 --- a/security/gnupg/pkg-descr +++ b/security/gnupg/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 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 |