Index: head/databases/pspg/Makefile =================================================================== --- head/databases/pspg/Makefile (revision 511830) +++ head/databases/pspg/Makefile (revision 511831) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= pspg -DISTVERSION= 1.7.2 +DISTVERSION= 2.0.2 CATEGORIES= databases MAINTAINER= dg@syrec.org COMMENT= Tabular data pager designed to be used with psql LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf gmake localbase ncurses pkgconfig readline USE_GITHUB= yes GH_ACCOUNT= okbob GNU_CONFIGURE= yes PLIST_FILES= bin/pspg PORTDOCS= README.md SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/databases/pspg/distinfo =================================================================== --- head/databases/pspg/distinfo (revision 511830) +++ head/databases/pspg/distinfo (revision 511831) @@ -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 Index: head/databases/pspg/pkg-descr =================================================================== --- head/databases/pspg/pkg-descr (revision 511830) +++ head/databases/pspg/pkg-descr (revision 511831) @@ -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