Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 2004 03:10:29 +0200 (CEST)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68217: [MAINTAINER] databases/postgresql-libpqxx: update to 2.2.3
Message-ID:  <200406230110.i5N1ATMd014417@palle.girgensohn.se>
Resent-Message-ID: <200406230120.i5N1KNPP046639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68217
>Category:       ports
>Synopsis:       [MAINTAINER] databases/postgresql-libpqxx: update to 2.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 23 01:20:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Ping Pong AB
>Environment:
System: FreeBSD palle.girgensohn.se 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Tue Apr 13 03:50:54 CEST 2004
>Description:
- Update to 2.2.3

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- postgresql-libpqxx-2.2.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	4 Feb 2004 05:19:06 -0000	1.6
+++ Makefile	23 Jun 2004 01:03:47 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libpqxx
-PORTVERSION=	2.1.1
-PORTREVISION=	1
+PORTVERSION=	2.2.3
 CATEGORIES=	databases
 MASTER_SITES=	ftp://gborg.postgresql.org/pub/libpqxx/stable/
 PKGNAMEPREFIX=	postgresql-
@@ -19,11 +18,13 @@
 POSTGRESQL_PORT?=	databases/postgresql7
 LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
 
+USE_LIBTOOL_VER=15
 USE_GMAKE=	YES
 GNU_CONFIGURE=	YES
 INSTALLS_SHLIB=	YES
 
 CONFIGURE_ARGS=	--with-postgres=${LOCALBASE} \
+		--enable-shared \
 		--with-postgres-include=${LOCALBASE}/include/postgresql
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	31 Mar 2004 03:06:43 -0000	1.4
+++ distinfo	22 Jun 2004 23:27:41 -0000
@@ -1,2 +1,2 @@
-MD5 (postgresql/libpqxx-2.1.1.tar.gz) = 570a04c4758fead88ac555e7bc90f88b
-SIZE (postgresql/libpqxx-2.1.1.tar.gz) = 948902
+MD5 (postgresql/libpqxx-2.2.3.tar.gz) = 02d34b97dc77c51ef8c54eea6965fc91
+SIZE (postgresql/libpqxx-2.2.3.tar.gz) = 744455
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	4 Dec 2003 12:00:47 -0000	1.3
+++ pkg-plist	23 Jun 2004 01:00:59 -0000
@@ -1,10 +1,10 @@
+bin/pqxx-config
 include/pqxx/pqxx
 include/pqxx/all.h
 include/pqxx/binarystring
 include/pqxx/binarystring.hxx
 include/pqxx/cachedresult.h
 include/pqxx/compiler.h
-include/pqxx/config.h
 include/pqxx/connection
 include/pqxx/connection.hxx
 include/pqxx/connection.h
@@ -19,6 +19,7 @@
 include/pqxx/except
 include/pqxx/except.hxx
 include/pqxx/except.h
+include/pqxx/internalconfig.h
 include/pqxx/isolation
 include/pqxx/isolation.hxx
 include/pqxx/isolation.h
@@ -30,6 +31,8 @@
 include/pqxx/nontransaction
 include/pqxx/nontransaction.hxx
 include/pqxx/nontransaction.h
+include/pqxx/pipeline
+include/pqxx/pipeline.hxx
 include/pqxx/result
 include/pqxx/result.hxx
 include/pqxx/result.h
@@ -64,6 +67,7 @@
 lib/libpqxx.a
 lib/libpqxx.la
 lib/libpqxx.so
-lib/libpqxx.so.0
+lib/libpqxx-2.2.3.so
 lib/pkgconfig/libpqxx.pc
+@dirrm lib/pkgconfig
 @dirrm include/pqxx
--- postgresql-libpqxx-2.2.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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