svn commit: r511831 - head/databases/pspg

Jason Helfman jgh at FreeBSD.org
Wed Sep 11 18:09:33 UTC 2019


Author: jgh
Date: Wed Sep 11 18:09:32 2019
New Revision: 511831
URL: https://svnweb.freebsd.org/changeset/ports/511831

Log:
  - update to 2.0.2
  
  PR:		240365
  Submitted by:	dg at syrec.org (maintainer)
  Changelog:	https://github.com/okbob/pspg/releases

Modified:
  head/databases/pspg/Makefile
  head/databases/pspg/distinfo
  head/databases/pspg/pkg-descr

Modified: head/databases/pspg/Makefile
==============================================================================
--- head/databases/pspg/Makefile	Wed Sep 11 17:53:23 2019	(r511830)
+++ head/databases/pspg/Makefile	Wed Sep 11 18:09:32 2019	(r511831)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pspg
-DISTVERSION=	1.7.2
+DISTVERSION=	2.0.2
 CATEGORIES=	databases
 
 MAINTAINER=	dg at syrec.org

Modified: head/databases/pspg/distinfo
==============================================================================
--- head/databases/pspg/distinfo	Wed Sep 11 17:53:23 2019	(r511830)
+++ head/databases/pspg/distinfo	Wed Sep 11 18:09:32 2019	(r511831)
@@ -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

Modified: head/databases/pspg/pkg-descr
==============================================================================
--- head/databases/pspg/pkg-descr	Wed Sep 11 17:53:23 2019	(r511830)
+++ head/databases/pspg/pkg-descr	Wed Sep 11 18:09:32 2019	(r511831)
@@ -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


More information about the svn-ports-all mailing list