aboutsummaryrefslogtreecommitdiff
path: root/databases/pspg
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2019-09-11 18:09:32 +0000
committerJason Helfman <jgh@FreeBSD.org>2019-09-11 18:09:32 +0000
commitbf6e7483adce85324562877498e109c38ea5c9a4 (patch)
treebd66db5d84e0f271e4500f4482e45fc393be0302 /databases/pspg
parent9e587ead7349554b399273975ec0e8c6bc2be46a (diff)
downloadports-bf6e7483adce85324562877498e109c38ea5c9a4.tar.gz
ports-bf6e7483adce85324562877498e109c38ea5c9a4.zip
- update to 2.0.2
PR: 240365 Submitted by: dg@syrec.org (maintainer) Changelog: https://github.com/okbob/pspg/releases
Notes
Notes: svn path=/head/; revision=511831
Diffstat (limited to 'databases/pspg')
-rw-r--r--databases/pspg/Makefile2
-rw-r--r--databases/pspg/distinfo6
-rw-r--r--databases/pspg/pkg-descr7
3 files changed, 8 insertions, 7 deletions
diff --git a/databases/pspg/Makefile b/databases/pspg/Makefile
index 8078b8480680..ffe7101ebb47 100644
--- a/databases/pspg/Makefile
+++ b/databases/pspg/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pspg
-DISTVERSION= 1.7.2
+DISTVERSION= 2.0.2
CATEGORIES= databases
MAINTAINER= dg@syrec.org
diff --git a/databases/pspg/distinfo b/databases/pspg/distinfo
index d3433044eee9..43c729bea7ca 100644
--- a/databases/pspg/distinfo
+++ b/databases/pspg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567371014
-SHA256 (okbob-pspg-1.7.2_GH0.tar.gz) = 8865da5672cb160a5609e0e6f3de0377b3e25e287311a54c0290edbb56f367f1
-SIZE (okbob-pspg-1.7.2_GH0.tar.gz) = 1316356
+TIMESTAMP = 1568217796
+SHA256 (okbob-pspg-2.0.2_GH0.tar.gz) = 7d3b1b2467c004302128d794243824e75b84182790e3e3815dc1b9403ecc691e
+SIZE (okbob-pspg-2.0.2_GH0.tar.gz) = 1328279
diff --git a/databases/pspg/pkg-descr b/databases/pspg/pkg-descr
index 3004b2e4d975..5956d33dcfc6 100644
--- a/databases/pspg/pkg-descr
+++ b/databases/pspg/pkg-descr
@@ -1,5 +1,6 @@
-pspg is a small specialized pager designed to be used with psql. It know how
-to work with tabular data, has the ability to freeze first few rows/columns
-and configurable colors.
+pspg is a small specialized pager designed to work with tables. Its primary
+purpose is to work as PostgreSQL pager, but MySQL is supported too. Main
+features include the ability to freeze first few rows/columns, possibility to
+sort data by specified numeric column and configurable color themes.
WWW: https://github.com/okbob/pspg