diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-01-12 20:46:13 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-01-12 20:46:13 +0000 |
commit | 364f7de4e1c96bb0a8e9e0daac0bbdf54b6ebfd4 (patch) | |
tree | 6dfd07812f916ab24330ace1a30bc0c3bb2bfe6c /databases/postgresql-libpqxx | |
parent | picklefield provides an implementation of a pickled object field. (diff) |
Update to 4.0.1
Stage
PR: ports/185591
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes
Notes:
svn path=/head/; revision=339547
Diffstat (limited to 'databases/postgresql-libpqxx')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 15 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/distinfo | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 9cb1359ff4a7..dd768db868dd 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpqxx -PORTVERSION= 4.0 +PORTVERSION= 4.0.1 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/libpqxx/ PKGNAMEPREFIX= postgresql- @@ -11,24 +11,27 @@ DIST_SUBDIR= postgresql MAINTAINER= pgsql@FreeBSD.org COMMENT= New C++ interface for PostgreSQL +LICENSE= BSD3CLAUSE + CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.* PORTSCOUT= limit:^2\. USE_PGSQL= yes -USES= gmake +USE_PYTHON_BUILD= yes +USES= gmake shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes SOVERSION= 4 -PLIST_SUB= PORTVERSION=${PORTVERSION} \ +PLIST_SUB= PORTVERSION=${PORTVERSION:R} \ SOVERSION=${SOVERSION} +SHEBANG_FILES= ${WRKSRC}/tools/splitconfig CONFIGURE_ARGS= --enable-shared \ --disable-dependency-tracking -NO_STAGE= yes post-install: # This is needed for ldconfig - ${LN} -s ${PREFIX}/lib/libpqxx-${PORTVERSION}.so \ - ${PREFIX}/lib/libpqxx.so.${SOVERSION} + ${LN} -sf libpqxx-${PORTVERSION}.so \ + ${STAGEDIR}${PREFIX}/lib/libpqxx.so.${SOVERSION} .include <bsd.port.mk> diff --git a/databases/postgresql-libpqxx/distinfo b/databases/postgresql-libpqxx/distinfo index ea55b7a63fea..23b32e01115e 100644 --- a/databases/postgresql-libpqxx/distinfo +++ b/databases/postgresql-libpqxx/distinfo @@ -1,2 +1,2 @@ -SHA256 (postgresql/libpqxx-4.0.tar.gz) = b160043289cfbf2a186d3b12f9976b6914e76d918d3d4469ff408bd199bbb8ed -SIZE (postgresql/libpqxx-4.0.tar.gz) = 2631181 +SHA256 (postgresql/libpqxx-4.0.1.tar.gz) = 097ceda2797761ce517faa5bee186c883df1c407cb2aada613a16773afeedc38 +SIZE (postgresql/libpqxx-4.0.1.tar.gz) = 1582532 |