svn commit: r391553 - head/databases/p5-DBD-Pg32

Matthew Seaman matthew at FreeBSD.org
Wed Jul 8 09:12:07 UTC 2015


Author: matthew
Date: Wed Jul  8 09:12:06 2015
New Revision: 391553
URL: https://svnweb.freebsd.org/changeset/ports/391553

Log:
  Fix previous shoddy attempt to set the EXPIRATION_DATE.
  Also, on advice reduce the expiration period to two weeks.
  
  Submitted by:	mat

Modified:
  head/databases/p5-DBD-Pg32/Makefile

Modified: head/databases/p5-DBD-Pg32/Makefile
==============================================================================
--- head/databases/p5-DBD-Pg32/Makefile	Wed Jul  8 08:41:33 2015	(r391552)
+++ head/databases/p5-DBD-Pg32/Makefile	Wed Jul  8 09:12:06 2015	(r391553)
@@ -13,7 +13,7 @@ MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	Provides access to PostgreSQL databases through the DBI
 
 DEPRECATED=	Use databases/p5-DBD-Pg instead, compatability probles are fixed
-EXPIRY=		20150908
+EXPIRATION_DATE=	2015-07-22
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual


More information about the svn-ports-all mailing list