[Midnightbsd-cvs] mports [21529] trunk/databases/postgresql-libpqxx: update to 4.0.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 5 20:27:08 EDT 2016


Revision: 21529
          http://svnweb.midnightbsd.org/mports/?rev=21529
Author:   laffer1
Date:     2016-08-05 20:27:08 -0400 (Fri, 05 Aug 2016)
Log Message:
-----------
update to 4.0.1

Modified Paths:
--------------
    trunk/databases/postgresql-libpqxx/Makefile
    trunk/databases/postgresql-libpqxx/distinfo
    trunk/databases/postgresql-libpqxx/files/patch-Makefile.in
    trunk/databases/postgresql-libpqxx/pkg-plist

Modified: trunk/databases/postgresql-libpqxx/Makefile
===================================================================
--- trunk/databases/postgresql-libpqxx/Makefile	2016-08-06 00:23:55 UTC (rev 21528)
+++ trunk/databases/postgresql-libpqxx/Makefile	2016-08-06 00:27:08 UTC (rev 21529)
@@ -7,25 +7,28 @@
 #
 
 PORTNAME=	libpqxx
-PORTVERSION=	2.6.9
+PORTVERSION=	4.0.1
+PORTREVISION=	1
 CATEGORIES=	databases
-MASTER_SITES=	http://pqxx.org/download/%SUBDIR%/
-MASTER_SITE_SUBDIR=	software/libpqxx
+MASTER_SITES=	http://pqxx.org/download/software/libpqxx/
 PKGNAMEPREFIX=	postgresql-
 DIST_SUBDIR=	postgresql
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A new C++ interface for PostgreSQL
-LICENSE=        gpl2
+COMMENT=	New C++ interface for PostgreSQL
 
-USE_PGSQL=	yes
-USE_GMAKE=	yes
+LICENSE=        bsd3
+
+CONFLICTS=	postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
+PORTSCOUT=	limit:^2\.
+
+USES+=		gmake libtool pgsql python:build shebangfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
+PLIST_SUB=	PORTVERSION=${PORTVERSION:R}
+SHEBANG_FILES=	${WRKSRC}/tools/splitconfig
 
-CONFIGURE_ARGS=	--with-postgres=${LOCALBASE} \
-		--enable-shared \
-		--with-postgres-include=${LOCALBASE}/include/postgresql
+CONFIGURE_ARGS=	--enable-shared \
+		--disable-dependency-tracking
 
 .include <bsd.port.mk>

Modified: trunk/databases/postgresql-libpqxx/distinfo
===================================================================
--- trunk/databases/postgresql-libpqxx/distinfo	2016-08-06 00:23:55 UTC (rev 21528)
+++ trunk/databases/postgresql-libpqxx/distinfo	2016-08-06 00:27:08 UTC (rev 21529)
@@ -1,4 +1,2 @@
-MD5 (postgresql/libpqxx-2.6.9.tar.gz) = 0b0c64af41dfdeea8556dc359994e1cb
-SHA256 (postgresql/libpqxx-2.6.9.tar.gz) = 2b2ef5dfb852667299e50727419075cf333bbbeffadaa398d96dc93bac6f7b6a
-RMD160 (postgresql/libpqxx-2.6.9.tar.gz) = c456b5a3ed3c96963aad334d3504ed0443a8f63e
-SIZE (postgresql/libpqxx-2.6.9.tar.gz) = 1639557
+SHA256 (postgresql/libpqxx-4.0.1.tar.gz) = 097ceda2797761ce517faa5bee186c883df1c407cb2aada613a16773afeedc38
+SIZE (postgresql/libpqxx-4.0.1.tar.gz) = 1582532

Modified: trunk/databases/postgresql-libpqxx/files/patch-Makefile.in
===================================================================
--- trunk/databases/postgresql-libpqxx/files/patch-Makefile.in	2016-08-06 00:23:55 UTC (rev 21528)
+++ trunk/databases/postgresql-libpqxx/files/patch-Makefile.in	2016-08-06 00:27:08 UTC (rev 21529)
@@ -1,9 +1,9 @@
---- Makefile.in~	Sat May 27 12:46:50 2006
-+++ Makefile.in	Sun May 28 17:51:23 2006
-@@ -212,7 +212,7 @@
+--- Makefile.in.orig	2011-09-12 11:39:56.000000000 +0200
++++ Makefile.in	2011-09-12 11:40:48.000000000 +0200
+@@ -270,7 +270,7 @@
+ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
+ 	stamp-h.in
  
- 
- #includedir=$(prefix)/include
 -pkgconfigdir = $(libdir)/pkgconfig
 +pkgconfigdir = $(prefix)/libdata/pkgconfig
  pkgconfig_DATA = libpqxx.pc

Modified: trunk/databases/postgresql-libpqxx/pkg-plist
===================================================================
--- trunk/databases/postgresql-libpqxx/pkg-plist	2016-08-06 00:23:55 UTC (rev 21528)
+++ trunk/databases/postgresql-libpqxx/pkg-plist	2016-08-06 00:27:08 UTC (rev 21529)
@@ -3,7 +3,6 @@
 include/pqxx/basic_connection.hxx
 include/pqxx/binarystring
 include/pqxx/binarystring.hxx
-include/pqxx/cachedresult.h
 include/pqxx/compiler-internal-post.hxx
 include/pqxx/compiler-internal-pre.hxx
 include/pqxx/compiler-public.hxx
@@ -15,19 +14,50 @@
 include/pqxx/connectionpolicy
 include/pqxx/connectionpolicy.hxx
 include/pqxx/cursor
-include/pqxx/cursor.h
 include/pqxx/cursor.hxx
 include/pqxx/dbtransaction
 include/pqxx/dbtransaction.hxx
+include/pqxx/errorhandler
+include/pqxx/errorhandler.hxx
 include/pqxx/except
 include/pqxx/except.hxx
+include/pqxx/field
+include/pqxx/field.hxx
+include/pqxx/internal/callgate.hxx
+include/pqxx/internal/gates/connection-dbtransaction.hxx
+include/pqxx/internal/gates/connection-errorhandler.hxx
+include/pqxx/internal/gates/connection-largeobject.hxx
+include/pqxx/internal/gates/connection-notification_receiver.hxx
+include/pqxx/internal/gates/connection-parameterized_invocation.hxx
+include/pqxx/internal/gates/connection-pipeline.hxx
+include/pqxx/internal/gates/connection-prepare-invocation.hxx
+include/pqxx/internal/gates/connection-reactivation_avoidance_exemption.hxx
+include/pqxx/internal/gates/connection-sql_cursor.hxx
+include/pqxx/internal/gates/connection-transaction.hxx
+include/pqxx/internal/gates/errorhandler-connection.hxx
+include/pqxx/internal/gates/icursor_iterator-icursorstream.hxx
+include/pqxx/internal/gates/icursorstream-icursor_iterator.hxx
+include/pqxx/internal/gates/result-connection.hxx
+include/pqxx/internal/gates/result-creation.hxx
+include/pqxx/internal/gates/result-sql_cursor.hxx
+include/pqxx/internal/gates/transaction-subtransaction.hxx
+include/pqxx/internal/gates/transaction-tablereader.hxx
+include/pqxx/internal/gates/transaction-tablewriter.hxx
+include/pqxx/internal/gates/transaction-transactionfocus.hxx
+include/pqxx/internal/libpq-forward.hxx
+include/pqxx/internal/result_data.hxx
+include/pqxx/internal/statement_parameters.hxx
 include/pqxx/isolation
 include/pqxx/isolation.hxx
 include/pqxx/largeobject
 include/pqxx/largeobject.hxx
-include/pqxx/libpq-forward.hxx
 include/pqxx/nontransaction
 include/pqxx/nontransaction.hxx
+include/pqxx/notification
+include/pqxx/notification.hxx
+include/pqxx/notify-listen
+include/pqxx/notify-listen.hxx
+include/pqxx/performance.hxx
 include/pqxx/pipeline
 include/pqxx/pipeline.hxx
 include/pqxx/pqxx
@@ -37,6 +67,8 @@
 include/pqxx/result.hxx
 include/pqxx/robusttransaction
 include/pqxx/robusttransaction.hxx
+include/pqxx/strconv
+include/pqxx/strconv.hxx
 include/pqxx/subtransaction
 include/pqxx/subtransaction.hxx
 include/pqxx/tablereader
@@ -53,11 +85,13 @@
 include/pqxx/transactor.hxx
 include/pqxx/trigger
 include/pqxx/trigger.hxx
+include/pqxx/tuple
+include/pqxx/tuple.hxx
 include/pqxx/util
 include/pqxx/util.hxx
+include/pqxx/version
+include/pqxx/version.hxx
 lib/libpqxx-%%PORTVERSION%%.so
 lib/libpqxx.a
-lib/libpqxx.la
 lib/libpqxx.so
 libdata/pkgconfig/libpqxx.pc
- at dirrm include/pqxx



More information about the Midnightbsd-cvs mailing list