From owner-svn-ports-head@freebsd.org Wed Jul 8 08:22:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B505996476; Wed, 8 Jul 2015 08:22:02 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61FF6112A; Wed, 8 Jul 2015 08:22:02 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t688M2Kd067282; Wed, 8 Jul 2015 08:22:02 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t688M2VJ067281; Wed, 8 Jul 2015 08:22:02 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201507080822.t688M2VJ067281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 8 Jul 2015 08:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391551 - head/databases/p5-DBD-Pg32 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 08:22:02 -0000 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@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