mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Update to 4.0.1
Stage PR: ports/185591 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
parent
acd94e936f
commit
364f7de4e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339547
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user