databases/pspg: Update 1.6.5 -> 1.6.8

PR:		239444
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
This commit is contained in:
Yuri Victorovich
2019-08-03 23:12:10 +00:00
parent 006aaaa8ae
commit 3f56bd4461
3 changed files with 11 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pspg
DISTVERSION= 1.6.5
PORTREVISION= 1
DISTVERSION= 1.6.8
CATEGORIES= databases
MAINTAINER= dg@syrec.org

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1554735002
SHA256 (okbob-pspg-1.6.5_GH0.tar.gz) = 7a997af15b5a392b5112f826d88e808661986e1ef95bc344071dc8bd5e4f9204
SIZE (okbob-pspg-1.6.5_GH0.tar.gz) = 1005525
TIMESTAMP = 1564048863
SHA256 (okbob-pspg-1.6.8_GH0.tar.gz) = f2488ec0b600752a4896fe50ce8e5bde08e0e79af38fd86b7935cdb1240e2c9f
SIZE (okbob-pspg-1.6.8_GH0.tar.gz) = 1017316

View File

@@ -1,3 +1,10 @@
[
{
type: install
message: <<EOM
To use pspg as psql pager, add this line to ~/.psqlrc:
\setenv PAGER '%%PREFIX%%/bin/pspg -bX'
EOM
}
]