Date: Wed, 8 Jul 2015 09:12:07 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391553 - head/databases/p5-DBD-Pg32 Message-ID: <201507080912.t689C78k091289@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507080912.t689C78k091289>