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

Matthew Seaman matthew at FreeBSD.org
Wed Jul 8 08:22:02 UTC 2015


Author: matthew
Date: Wed Jul  8 08:22:01 2015
New Revision: 391551
URL: https://svnweb.freebsd.org/changeset/ports/391551

Log:
  Deprecate and set expiry for two months from now.
  
     - The original motivation for this port was to work around
       compatibility problems with p5-DBD-Pg, but those were fixed
       upstream long ago.

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

Modified: head/databases/p5-DBD-Pg32/Makefile
==============================================================================
--- head/databases/p5-DBD-Pg32/Makefile	Wed Jul  8 08:08:05 2015	(r391550)
+++ head/databases/p5-DBD-Pg32/Makefile	Wed Jul  8 08:22:01 2015	(r391551)
@@ -12,6 +12,9 @@ PKGNAMESUFFIX=	32
 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
+
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 


More information about the svn-ports-all mailing list