diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-04-28 14:07:01 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-04-28 14:07:01 +0000 |
commit | f604f9e4838e44d1525d085f61a52ecf9636883f (patch) | |
tree | 2bd9719e0164cb0ca645692414d2ee12fc9a05a1 /security | |
parent | 7410b370a0d7c76dedf1fe2bbf2ad662e701ae2f (diff) | |
download | freebsd-ports-f604f9e4838e44d1525d085f61a52ecf9636883f.zip |
Fix expiration date format of r439610
Submitted by: Freshports Sanity Daemon
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-PGPSimple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-PGPSimple/Makefile b/security/p5-Crypt-PGPSimple/Makefile index 28fb2036da91..2686899e02bd 100644 --- a/security/p5-Crypt-PGPSimple/Makefile +++ b/security/p5-Crypt-PGPSimple/Makefile @@ -12,7 +12,7 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Crypt::PGPSimple provides a simple object-oriented interface to PGP DEPRECATED= Depends on expired security/pgp -EXPIRATION_DATE=20170601 +EXPIRATION_DATE=2017-06-01 LICENSE= ART10 GPLv1 LICENSE_COMB= dual |