Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2017 14:07:01 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439612 - in head: devel/p5-Penguin mail/pgpsendmail security/p5-Crypt-PGPSimple
Message-ID:  <201704281407.v3SE71pt083439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704281407.v3SE71pt083439>