From owner-svn-ports-head@freebsd.org Wed Jul 8 09:12:07 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 56463995740; Wed, 8 Jul 2015 09:12:07 +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 4613D18FE; Wed, 8 Jul 2015 09:12:07 +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 t689C7At091290; Wed, 8 Jul 2015 09:12:07 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t689C78k091289; Wed, 8 Jul 2015 09:12:07 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201507080912.t689C78k091289@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 09:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391553 - 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 09:12:07 -0000 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