Abel Abraham Camarillo Ojeda: > On Wed, Mar 7, 2018 at 3:44 AM, Stuart Henderson <[email protected]> wrote: >> On 2018/03/07 02:17, Abel Abraham Camarillo Ojeda wrote: >>> I have the same diff sitting on my tree, can anyone comment on this? >>> >>> Thanks >>> >>> On Sat, Feb 17, 2018 at 9:21 AM, George Rosamond >>> <[email protected]> wrote: >>>> Update from 3.5=>9.2 includes move from Sourceforge to GH. >>>> >>>> Homepage =>https >>>> >>>> reformatted for clarity >>>> >>>> pkg/DESCR language rework. >>>> >>>> g >>>> >>>> >>>> Index: Makefile >>>> =================================================================== >>>> RCS file: /cvs/ports/databases/pgbadger/Makefile,v >>>> retrieving revision 1.1.1.1 >>>> diff -u -p -r1.1.1.1 Makefile >>>> --- Makefile 10 Aug 2013 16:07:50 -0000 1.1.1.1 >>>> +++ Makefile 16 Feb 2018 18:24:37 -0000 >>>> @@ -1,16 +1,20 @@ >>>> # $OpenBSD: Makefile,v 1.1.1.1 2013/08/10 16:07:50 landry Exp $ >>>> >>>> -COMMENT = advanced PostgreSQL log analyzer >>>> +COMMENT = advanced PostgreSQL log analyzer >>>> >>>> -DISTNAME = pgbadger-3.5 >>>> -CATEGORIES = databases >>>> +V = 9.2 >>>> +PKGNAME = pgbadger-${V} >>>> +CATEGORIES = databases >>>> >>>> -HOMEPAGE = http://dalibo.github.io/pgbadger/ >>>> +HOMEPAGE = https://dalibo.github.io/pgbadger/ >>>> >>>> -# GPLv2 >>>> +# BSD >> >> I'll take care of updating. It's not BSD license though. > > Yes it's not, according to github its PostgresSQL license: bsd-style: > > https://github.com/dalibo/pgbadger/blob/master/LICENSE
Previous versions were on Sourceforge, and had based license on that. https://sourceforge.net/projects/pgbadger/ g > >> >>>> PERMIT_PACKAGE_CDROM = Yes >>>> >>>> -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pgbadger/} >>>> +GH_ACCOUNT = dalibo >>>> +GH_PROJECT = pgbadger >>>> +GH_TAGNAME = v${V} >>>> + >>>> CONFIGURE_STYLE = perl >>>> >>>> .include <bsd.port.mk> >>>> Index: distinfo >>>> =================================================================== >>>> RCS file: /cvs/ports/databases/pgbadger/distinfo,v >>>> retrieving revision 1.1.1.1 >>>> diff -u -p -r1.1.1.1 distinfo >>>> --- distinfo 10 Aug 2013 16:07:50 -0000 1.1.1.1 >>>> +++ distinfo 16 Feb 2018 18:24:37 -0000 >>>> @@ -1,2 +1,2 @@ >>>> -SHA256 (pgbadger-3.5.tar.gz) = >>>> XSVgI+Yvc7DC+9v0eNqvYyrEe35dstuPYb+W1cFNT+U= >>>> -SIZE (pgbadger-3.5.tar.gz) = 106899 >>>> +SHA256 (pgbadger-9.2.tar.gz) = >>>> IQdGYwmkCfueQPEbt3ysH5unkQ1TKOey4I63ocbXYOw= >>>> +SIZE (pgbadger-9.2.tar.gz) = 745128 >>>> Index: pkg/DESCR >>>> =================================================================== >>>> RCS file: /cvs/ports/databases/pgbadger/pkg/DESCR,v >>>> retrieving revision 1.1.1.1 >>>> diff -u -p -r1.1.1.1 DESCR >>>> --- pkg/DESCR 10 Aug 2013 16:07:50 -0000 1.1.1.1 >>>> +++ pkg/DESCR 16 Feb 2018 18:24:37 -0000 >>>> @@ -4,10 +4,10 @@ Perl script that aims to replace and out >>>> pgFouine. >>>> >>>> pgBadger is written in pure Perl language. It uses a Javascript library >>>> -draw graphs so that you don't need additional Perl modules or any >>>> -other package to install. Furthermore, this library gives us additional >>>> -features, such as zooming. >>>> +to draw graphs so that you don't need additional Perl modules or any >>>> +other package to install. Furthermore, this library adds additional >>>> +features such as zooming. >>>> >>>> -pgBadger is able to autodetect your log file format (syslog, stderr or >>>> -csvlog). It is designed to parse huge log files, as well as gzip, zip or >>>> -bzip2 compressed files. >>>> +pgBadger autodetects your log file format (syslog, stderr or csvlog). >>>> +It is designed to parse huge log files, as well as gzip, zip or bzip2 >>>> +compressed files. >>>> Index: pkg/PLIST >>>> =================================================================== >>>> RCS file: /cvs/ports/databases/pgbadger/pkg/PLIST,v >>>> retrieving revision 1.1.1.1 >>>> diff -u -p -r1.1.1.1 PLIST >>>> --- pkg/PLIST 10 Aug 2013 16:07:50 -0000 1.1.1.1 >>>> +++ pkg/PLIST 16 Feb 2018 18:24:37 -0000 >>>> @@ -1,3 +1,3 @@ >>>> @comment $OpenBSD: PLIST,v 1.1.1.1 2013/08/10 16:07:50 landry Exp $ >>>> bin/pgbadger >>>> -@man man/man1/pgbadger.1 >>>> +@man man/man1/pgbadger.1p >>>> >>>> -- >>>> >>>> >>>> 5822 F82D 665B 5C6A 915B FAD4 B014 1CEE 545A A6C6 >>>> >>>
