Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 07:08:33 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311812 - in head: . databases databases/postgresql-libpqxx
Message-ID:  <201302070708.r1778XMf046444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Feb  7 07:08:33 2013
New Revision: 311812
URL: http://svnweb.freebsd.org/changeset/ports/311812

Log:
  - restore databases/postgresql-libpqxx, distfiles are now available
  - maintainership over to pgsql@ (with hat pgsql@)
  
  Reported by: kjedruczyk@fastmail.net

Added:
  head/databases/postgresql-libpqxx/
     - copied from r307766, head/databases/postgresql-libpqxx/
Modified:
  head/MOVED
  head/databases/Makefile
  head/databases/postgresql-libpqxx/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Feb  7 05:51:39 2013	(r311811)
+++ head/MOVED	Thu Feb  7 07:08:33 2013	(r311812)
@@ -3931,7 +3931,6 @@ www/p5-Sledge-Template-Expr||2012-11-28|
 mail/vchkuser|mail/qmail-spamcontrol|2012-11-28|Has expired: mail/qmail-spamcontrol replaces this port
 chinese/pyDict||2012-11-28|Removed: Depends on the expired gtkglarea through py-gtk
 x11-toolkits/py-gtk||2012-11-28|Has expired: Depends on the expired gtkglarea
-databases/postgresql-libpqxx||2012-11-28|Has expired: No more public distfiles
 devel/portlet-api||2012-11-28|Has expired: No more public distfiles
 net/amqp08||2012-11-29|Has expired: No more public distfiles
 games/kmquake2||2012-11-29|Has expired: No more public distfiles

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu Feb  7 05:51:39 2013	(r311811)
+++ head/databases/Makefile	Thu Feb  7 07:08:33 2013	(r311812)
@@ -632,6 +632,7 @@
     SUBDIR += postgresql-jdbc
     SUBDIR += postgresql-libpgeasy
     SUBDIR += postgresql-libpq++
+    SUBDIR += postgresql-libpqxx
     SUBDIR += postgresql-libpqxx3
     SUBDIR += postgresql-odbc
     SUBDIR += postgresql-pllua

Modified: head/databases/postgresql-libpqxx/Makefile
==============================================================================
--- head/databases/postgresql-libpqxx/Makefile	Mon Nov 26 06:04:08 2012	(r307766)
+++ head/databases/postgresql-libpqxx/Makefile	Thu Feb  7 07:08:33 2013	(r311812)
@@ -8,11 +8,8 @@ MASTER_SITES=	http://pqxx.org/download/s
 PKGNAMEPREFIX=	postgresql-
 DIST_SUBDIR=	postgresql
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A new C++ interface for PostgreSQL
-
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2012-11-26
+MAINTAINER=	pgsql@FreeBSD.org
+COMMENT=	New C++ interface for PostgreSQL
 
 CONFLICTS=	postgresql-libpqxx-3.*
 PORTSCOUT=	limit:^2\.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302070708.r1778XMf046444>