diff options
author | culot <culot@FreeBSD.org> | 2011-08-29 15:22:17 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-08-29 15:22:17 +0800 |
commit | c70310f4e7e388b80972edb48204746d93ec3a03 (patch) | |
tree | a9fe5d4f2709c9c3944c1fb8d0936036217e02f2 /security/pgp | |
parent | 1c4790f48a733adf26c0172053f4cfa2d4e668d5 (diff) | |
download | freebsd-ports-gnome-c70310f4e7e388b80972edb48204746d93ec3a03.tar.gz freebsd-ports-gnome-c70310f4e7e388b80972edb48204746d93ec3a03.tar.zst freebsd-ports-gnome-c70310f4e7e388b80972edb48204746d93ec3a03.zip |
- Update MASTER_SITES
- Undeprecate (distfile fetchable again)
PR: ports/160143
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index b29fd1b2f418..0a258c1c6a64 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -9,16 +9,12 @@ PORTNAME= pgp PORTVERSION= 2.6.3i PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \ - ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ +MASTER_SITES= PACKETSTORM/crypt/pgp/V5.0 DISTNAME= pgp263is MAINTAINER= ports@FreeBSD.org COMMENT= PGP International version - Public-Key encryption for the masses -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - WRKSRC= ${WRKDIR}/src MAKEFILE= makefile |