databases/pspg: Update to 2.5.2
Changes: https://github.com/okbob/pspg/releases Reported by: portscout Approved by: tz (mentor, implicit)
This commit is contained in:
parent
0aba919f8c
commit
2972621525
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516222
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pspg
|
||||
DISTVERSION= 2.1.8
|
||||
DISTVERSION= 2.5.2
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= dmgk@FreeBSD.org
|
||||
@ -22,7 +22,15 @@ SUB_FILES= pkg-message
|
||||
PLIST_FILES= bin/pspg
|
||||
PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFINE= DOCS PGSQL
|
||||
OPTIONS_DEFAULT= PGSQL
|
||||
|
||||
PGSQL_DESC= Work as PostgreSQL interactive client
|
||||
|
||||
PGSQL_USES= pgsql
|
||||
PGSQL_CONFIGURE_OFF= --without-postgresql
|
||||
PGSQL_CONFIGURE_ON= --with-postgresql=yes
|
||||
PGSQL_VARS= WANT_PGSQL=client
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1571396199
|
||||
SHA256 (okbob-pspg-2.1.8_GH0.tar.gz) = 13c1c96b3f4042fb1ace4f9a2ff8792044adc4dbbe60e9298280a52387bba78e
|
||||
SIZE (okbob-pspg-2.1.8_GH0.tar.gz) = 1338151
|
||||
TIMESTAMP = 1572611687
|
||||
SHA256 (okbob-pspg-2.5.2_GH0.tar.gz) = 62b1761bcb6387bd5fc8106b634949d3658a833dcfb0cc78f740e72f379b257d
|
||||
SIZE (okbob-pspg-2.5.2_GH0.tar.gz) = 1344573
|
||||
|
Loading…
Reference in New Issue
Block a user