Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 21:52:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479698 - head/databases/pgFormatter
Message-ID:  <201809132152.w8DLqNSB080632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 13 21:52:22 2018
New Revision: 479698
URL: https://svnweb.freebsd.org/changeset/ports/479698

Log:
  Update to 3.1
  
  - Sort PLIST
  - Reformat pkg-descr
  - Take maintainership
  
  Changes:	https://github.com/darold/pgFormatter/releases

Modified:
  head/databases/pgFormatter/Makefile
  head/databases/pgFormatter/distinfo   (contents, props changed)
  head/databases/pgFormatter/pkg-descr   (contents, props changed)
  head/databases/pgFormatter/pkg-plist   (contents, props changed)

Modified: head/databases/pgFormatter/Makefile
==============================================================================
--- head/databases/pgFormatter/Makefile	Thu Sep 13 21:49:52 2018	(r479697)
+++ head/databases/pgFormatter/Makefile	Thu Sep 13 21:52:22 2018	(r479698)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	pgFormatter
-PORTVERSION=	3.0
+PORTVERSION=	3.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	PostgreSQL SQL syntax beautifier
 
 LICENSE=	PostgreSQL
@@ -14,8 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		perl5
 USE_PERL5=	configure
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	darold
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/pgFormatter/distinfo
==============================================================================
--- head/databases/pgFormatter/distinfo	Thu Sep 13 21:49:52 2018	(r479697)
+++ head/databases/pgFormatter/distinfo	Thu Sep 13 21:52:22 2018	(r479698)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534388007
-SHA256 (darold-pgFormatter-v3.0_GH0.tar.gz) = 8cf2452d0e4a6448e86b80e9a0dbc9252729544150f3141d14192e33bc86fedb
-SIZE (darold-pgFormatter-v3.0_GH0.tar.gz) = 61783
+TIMESTAMP = 1536875089
+SHA256 (darold-pgFormatter-v3.1_GH0.tar.gz) = 250e3cfab11deda28d86a3e0ba9d3e03a76106957bd122fdbbf08953e68f88fc
+SIZE (darold-pgFormatter-v3.1_GH0.tar.gz) = 90564

Modified: head/databases/pgFormatter/pkg-descr
==============================================================================
--- head/databases/pgFormatter/pkg-descr	Thu Sep 13 21:49:52 2018	(r479697)
+++ head/databases/pgFormatter/pkg-descr	Thu Sep 13 21:52:22 2018	(r479698)
@@ -1,8 +1,10 @@
-This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
-SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
-works with any other databases too. pgFormatter can work as a console
-program or as a CGI. It will automatically detect his environment and
-output as text or as HTML following the context. Keywords highlighting
-will only be available in CGI context.
+This SQL formatter/beautifier supports keywords from SQL-92, SQL-99, SQL-2003,
+SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May works with any other
+databases too.
+
+pgFormatter can work as a console program or as a CGI. It will automatically
+detect his environment and output as text or as HTML following the context.
+
+Keywords highlighting will only be available in CGI context.
 
 WWW: https://github.com/darold/pgFormatter

Modified: head/databases/pgFormatter/pkg-plist
==============================================================================
--- head/databases/pgFormatter/pkg-plist	Thu Sep 13 21:49:52 2018	(r479697)
+++ head/databases/pgFormatter/pkg-plist	Thu Sep 13 21:52:22 2018	(r479698)
@@ -1,9 +1,9 @@
 bin/pg_format
-%%PERL5_MAN1%%/pg_format.1.gz
-%%PERL5_MAN3%%/pgFormatter::Beautify.3.gz
-%%PERL5_MAN3%%/pgFormatter::CGI.3.gz
-%%PERL5_MAN3%%/pgFormatter::CLI.3.gz
 %%SITE_PERL%%/pgFormatter/Beautify.pm
 %%SITE_PERL%%/pgFormatter/CGI.pm
 %%SITE_PERL%%/pgFormatter/CLI.pm
 %%SITE_PERL%%/regress_test.pl
+%%PERL5_MAN1%%/pg_format.1.gz
+%%PERL5_MAN3%%/pgFormatter::Beautify.3.gz
+%%PERL5_MAN3%%/pgFormatter::CGI.3.gz
+%%PERL5_MAN3%%/pgFormatter::CLI.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809132152.w8DLqNSB080632>