databases/postgresql-libpqxx: Update to 7.9.0
Release notes: https://github.com/jtv/libpqxx/releases/tag/7.9.0
This commit is contained in:
parent
a5f16599ed
commit
948295277c
3 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libpqxx
|
||||
PORTVERSION= 7.8.1
|
||||
PORTVERSION= 7.9.0
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= postgresql-
|
||||
DIST_SUBDIR= postgresql
|
||||
|
@ -18,7 +18,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= jtv
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
|
||||
SHEBANG_FILES= ${WRKSRC}/tools/splitconfig.py
|
||||
INSTALL_TARGET= install-strip
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1691350802
|
||||
SHA256 (postgresql/jtv-libpqxx-7.8.1_GH0.tar.gz) = 0f4c0762de45a415c9fd7357ce508666fa88b9a4a463f5fb76c235bc80dd6a84
|
||||
SIZE (postgresql/jtv-libpqxx-7.8.1_GH0.tar.gz) = 776338
|
||||
TIMESTAMP = 1708424380
|
||||
SHA256 (postgresql/jtv-libpqxx-7.9.0_GH0.tar.gz) = a1fafd5f6455f6c66241fca1f35f5cb603251580b99f9a0cf1b5d0a586006f16
|
||||
SIZE (postgresql/jtv-libpqxx-7.9.0_GH0.tar.gz) = 787113
|
||||
|
|
|
@ -23,7 +23,6 @@ include/pqxx/internal/array-composite.hxx
|
|||
include/pqxx/internal/callgate.hxx
|
||||
include/pqxx/internal/concat.hxx
|
||||
include/pqxx/internal/conversions.hxx
|
||||
include/pqxx/internal/cxx-features.hxx
|
||||
include/pqxx/internal/encoding_group.hxx
|
||||
include/pqxx/internal/encodings.hxx
|
||||
include/pqxx/internal/gates/connection-errorhandler.hxx
|
||||
|
|
Loading…
Reference in a new issue