diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2017-02-07 08:33:19 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2017-02-07 08:33:19 +0000 |
commit | 40ebf5e9781a367ad1eb7dc541bedfcce6d370aa (patch) | |
tree | 0338c4ab2f4a9d72b52a598255d753481feccb27 /security | |
parent | 02b1142aac9f34757ec2287a06ab8fd7a2dc2af6 (diff) | |
download | ports-40ebf5e9781a367ad1eb7dc541bedfcce6d370aa.tar.gz ports-40ebf5e9781a367ad1eb7dc541bedfcce6d370aa.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 7a1522e8c672..ea9b8ad3724b 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -13,7 +13,8 @@ COMMENT= PGP International version - Public-Key encryption for the masses ONLY_FOR_ARCHS= i386 amd64 sparc64 BROKEN_amd64= unable to validate signatures -DEPRECATED= Software released in 1996 has no place in the security category. Use GnuPG in stead +DEPRECATED= This software was last updated in 1996, use security/gnupg1 as a\ + drop-in replacement with legacy PGP support. EXPIRATION_DATE= 2017-04-01 WRKSRC= ${WRKDIR}/src |