aboutsummaryrefslogtreecommitdiff
path: root/databases/pgFormatter
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-13 21:52:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-13 21:52:22 +0000
commit1aba4ba12ca98c346359f1b1cd5d084706765dfc (patch)
tree7f02a387569b948642236c7de30dcaf22a091856 /databases/pgFormatter
parent44528e3d9cedda49799eee22e9c61b78f22b5262 (diff)
downloadports-1aba4ba12ca98c346359f1b1cd5d084706765dfc.tar.gz
ports-1aba4ba12ca98c346359f1b1cd5d084706765dfc.zip
Update to 3.1
- Sort PLIST - Reformat pkg-descr - Take maintainership Changes: https://github.com/darold/pgFormatter/releases
Notes
Notes: svn path=/head/; revision=479698
Diffstat (limited to 'databases/pgFormatter')
-rw-r--r--databases/pgFormatter/Makefile6
-rw-r--r--databases/pgFormatter/distinfo6
-rw-r--r--databases/pgFormatter/pkg-descr14
-rw-r--r--databases/pgFormatter/pkg-plist8
4 files changed, 19 insertions, 15 deletions
diff --git a/databases/pgFormatter/Makefile b/databases/pgFormatter/Makefile
index 4dba4fc28b44..68963e702f42 100644
--- a/databases/pgFormatter/Makefile
+++ b/databases/pgFormatter/Makefile
@@ -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>
diff --git a/databases/pgFormatter/distinfo b/databases/pgFormatter/distinfo
index 04e6b2573615..cfc3972e4e3a 100644
--- a/databases/pgFormatter/distinfo
+++ b/databases/pgFormatter/distinfo
@@ -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
diff --git a/databases/pgFormatter/pkg-descr b/databases/pgFormatter/pkg-descr
index 0039357e6ac2..00b8fa28f4fa 100644
--- a/databases/pgFormatter/pkg-descr
+++ b/databases/pgFormatter/pkg-descr
@@ -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
diff --git a/databases/pgFormatter/pkg-plist b/databases/pgFormatter/pkg-plist
index 778b4694155e..74dc81335012 100644
--- a/databases/pgFormatter/pkg-plist
+++ b/databases/pgFormatter/pkg-plist
@@ -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