svn commit: r339547 - head/databases/postgresql-libpqxx

Chris Rees crees at FreeBSD.org
Sun Jan 12 20:46:14 UTC 2014


Author: crees
Date: Sun Jan 12 20:46:13 2014
New Revision: 339547
URL: http://svnweb.freebsd.org/changeset/ports/339547

Log:
  Update to 4.0.1
  
  Stage
  
  PR:		ports/185591
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/databases/postgresql-libpqxx/Makefile
  head/databases/postgresql-libpqxx/distinfo

Modified: head/databases/postgresql-libpqxx/Makefile
==============================================================================
--- head/databases/postgresql-libpqxx/Makefile	Sun Jan 12 20:44:24 2014	(r339546)
+++ head/databases/postgresql-libpqxx/Makefile	Sun Jan 12 20:46:13 2014	(r339547)
@@ -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 at 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>

Modified: head/databases/postgresql-libpqxx/distinfo
==============================================================================
--- head/databases/postgresql-libpqxx/distinfo	Sun Jan 12 20:44:24 2014	(r339546)
+++ head/databases/postgresql-libpqxx/distinfo	Sun Jan 12 20:46:13 2014	(r339547)
@@ -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


More information about the svn-ports-all mailing list