Date: Thu, 26 Sep 2019 12:31:26 +0000 (UTC) From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512895 - head/databases/pspg Message-ID: <201909261231.x8QCVQxn043863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dmgk Date: Thu Sep 26 12:31:26 2019 New Revision: 512895 URL: https://svnweb.freebsd.org/changeset/ports/512895 Log: databases/pspg: Update to 2.1.2 - While here, pet portclippy. Changes: https://github.com/okbob/pspg/compare/2.0.4...2.1.2 Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21799 Modified: head/databases/pspg/Makefile head/databases/pspg/distinfo Modified: head/databases/pspg/Makefile ============================================================================== --- head/databases/pspg/Makefile Thu Sep 26 12:31:03 2019 (r512894) +++ head/databases/pspg/Makefile Thu Sep 26 12:31:26 2019 (r512895) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pspg -DISTVERSION= 2.0.4 +DISTVERSION= 2.1.2 CATEGORIES= databases MAINTAINER= dmgk@FreeBSD.org @@ -17,10 +17,10 @@ USE_GITHUB= yes GH_ACCOUNT= okbob GNU_CONFIGURE= yes +SUB_FILES= pkg-message + PLIST_FILES= bin/pspg PORTDOCS= README.md - -SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS Modified: head/databases/pspg/distinfo ============================================================================== --- head/databases/pspg/distinfo Thu Sep 26 12:31:03 2019 (r512894) +++ head/databases/pspg/distinfo Thu Sep 26 12:31:26 2019 (r512895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569153286 -SHA256 (okbob-pspg-2.0.4_GH0.tar.gz) = 6711a96ede9a2fd4afb849693929a5ef422e731652e63a35706e8a1811e78975 -SIZE (okbob-pspg-2.0.4_GH0.tar.gz) = 1329049 +TIMESTAMP = 1569500112 +SHA256 (okbob-pspg-2.1.2_GH0.tar.gz) = 6209732de97a843e9c0a1de99307927fa54203d19e0b9be4dbebc63449090ea9 +SIZE (okbob-pspg-2.1.2_GH0.tar.gz) = 1335109
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261231.x8QCVQxn043863>