diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-12-17 16:02:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-12-17 16:02:57 +0000 |
commit | 98cfd34b46ebb7450b7c5a03f533c5e396cbf182 (patch) | |
tree | ea5de5e5b8dd526d5ecede9468a9837efdb526c0 | |
parent | 2a2873d00d4f50f6a10d2804fb55e91ec094b220 (diff) | |
download | freebsd-ports-98cfd34b46ebb7450b7c5a03f533c5e396cbf182.zip |
security/pgpin: back out my last commit. pgpin is still useful for various cases,
such as decrypting old email or migrating to new keys.
Reported by: dinoex (maintainer)
-rw-r--r-- | security/pgpin/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile index 3c573b0402a7..cb68560112f2 100644 --- a/security/pgpin/Makefile +++ b/security/pgpin/Makefile @@ -13,9 +13,6 @@ COMMENT= PGP International version - improved for use in IN-CA LICENSE= MIT -DEPRECATED= Does not support OpenPGP standards and uses untrustworthy algorithms -EXPIRATION_DATE=2018-02-01 - PORTSCOUT= ignore:1 BROKEN_mips64= Does not build |