svn commit: r439612 - in head: devel/p5-Penguin mail/pgpsendmail security/p5-Crypt-PGPSimple
Rene Ladan
rene at FreeBSD.org
Fri Apr 28 14:07:02 UTC 2017
Author: rene
Date: Fri Apr 28 14:07:01 2017
New Revision: 439612
URL: https://svnweb.freebsd.org/changeset/ports/439612
Log:
Fix expiration date format of r439610
Submitted by: Freshports Sanity Daemon
Modified:
head/devel/p5-Penguin/Makefile
head/mail/pgpsendmail/Makefile
head/security/p5-Crypt-PGPSimple/Makefile
Modified: head/devel/p5-Penguin/Makefile
==============================================================================
--- head/devel/p5-Penguin/Makefile Fri Apr 28 13:55:51 2017 (r439611)
+++ head/devel/p5-Penguin/Makefile Fri Apr 28 14:07:01 2017 (r439612)
@@ -12,7 +12,7 @@ MAINTAINER= perl at FreeBSD.org
COMMENT= Framework for passing digitally signed perl5 code between machines
DEPRECATED= Depends on expired security/pgp
-EXPIRATION_DATE=20170601
+EXPIRATION_DATE=2017-06-01
RUN_DEPENDS= pgp:security/pgp
Modified: head/mail/pgpsendmail/Makefile
==============================================================================
--- head/mail/pgpsendmail/Makefile Fri Apr 28 13:55:51 2017 (r439611)
+++ head/mail/pgpsendmail/Makefile Fri Apr 28 14:07:01 2017 (r439612)
@@ -12,7 +12,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= PGP sign/encrypt/decrypt messages automatically
DEPRECATED= Depends on expired security/pgp
-EXPIRATION_DATE=20170601
+EXPIRATION_DATE=2017-06-01
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
Modified: head/security/p5-Crypt-PGPSimple/Makefile
==============================================================================
--- head/security/p5-Crypt-PGPSimple/Makefile Fri Apr 28 13:55:51 2017 (r439611)
+++ head/security/p5-Crypt-PGPSimple/Makefile Fri Apr 28 14:07:01 2017 (r439612)
@@ -12,7 +12,7 @@ MAINTAINER= bofh at 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
More information about the svn-ports-head
mailing list