From owner-svn-ports-head@freebsd.org Wed Sep 11 18:09:33 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A1A6DB454; Wed, 11 Sep 2019 18:09:33 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46T90F1D4Hz4F5r; Wed, 11 Sep 2019 18:09:33 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D439A3EB; Wed, 11 Sep 2019 18:09:33 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8BI9Wx4032704; Wed, 11 Sep 2019 18:09:32 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8BI9WGS032701; Wed, 11 Sep 2019 18:09:32 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201909111809.x8BI9WGS032701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 11 Sep 2019 18:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511831 - head/databases/pspg X-SVN-Group: ports-head X-SVN-Commit-Author: jgh X-SVN-Commit-Paths: head/databases/pspg X-SVN-Commit-Revision: 511831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2019 18:09:33 -0000 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@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@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