Date: Thu, 27 Dec 2018 15:51:09 -0800 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Mathieu Arnold <mat@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r488534 - head/security/fwbuilder Message-ID: <201812272351.wBRNp9jZ055382@slippy.cwsent.com> In-Reply-To: Message from Mathieu Arnold <mat@FreeBSD.org> of "Thu, 27 Dec 2018 12:34:43 %2B0000." <201812271234.wBRCYhYE069248@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201812271234.wBRCYhYE069248@repo.freebsd.org>, Mathieu Arnold write s: > Author: mat > Date: Thu Dec 27 12:34:42 2018 > New Revision: 488534 > URL: https://svnweb.freebsd.org/changeset/ports/488534 > > Log: > Fix USE_GITHUB usage. > > Modified: > head/security/fwbuilder/Makefile (contents, props changed) > head/security/fwbuilder/distinfo (contents, props changed) > > Modified: head/security/fwbuilder/Makefile > ============================================================================= > = > --- head/security/fwbuilder/Makefile Thu Dec 27 11:11:28 2018 (r48853 > 3) > +++ head/security/fwbuilder/Makefile Thu Dec 27 12:34:42 2018 (r48853 > 4) > @@ -3,14 +3,12 @@ > > PORTNAME= fwbuilder > PORTVERSION= 5.3.7 > +DISTVERSIONPREFIX= v > CATEGORIES= security > > MAINTAINER= cy@FreeBSD.org > COMMENT= Firewall Builder GUI and policy compilers > > -USE_GITHUB= yes > -GH_TAGNAME= v${PORTVERSION} > - > BROKEN_powerpc64= fails to configure: libz library not found > > LIB_DEPENDS= libxslt.so:textproc/libxslt \ > @@ -27,6 +25,7 @@ CONFLICTS= fwbuilder-[234].* fwbuilder-devel-* \ > .endif > > USES= autoreconf:build gmake libtool qmake:no_configure qt:5 > ssl > +USE_GITHUB= yes > PLIST_SUB= PORTVERSION=${PORTVERSION} > USE_QT= gui \ > linguist_build \ > > Modified: head/security/fwbuilder/distinfo > ============================================================================= > = > --- head/security/fwbuilder/distinfo Thu Dec 27 11:11:28 2018 (r48853 > 3) > +++ head/security/fwbuilder/distinfo Thu Dec 27 12:34:42 2018 (r48853 > 4) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1544427950 > -SHA256 (fwbuilder-fwbuilder-5.3.7-v5.3.7_GH0.tar.gz) = aba1ed8f690e9e4659c0e > 981120ea68da7ee327d6cf81260d51329351addf91e > -SIZE (fwbuilder-fwbuilder-5.3.7-v5.3.7_GH0.tar.gz) = 7332419 > +TIMESTAMP = 1545914013 > +SHA256 (fwbuilder-fwbuilder-v5.3.7_GH0.tar.gz) = aba1ed8f690e9e4659c0e981120 > ea68da7ee327d6cf81260d51329351addf91e > +SIZE (fwbuilder-fwbuilder-v5.3.7_GH0.tar.gz) = 7332419 > Thank you. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812272351.wBRNp9jZ055382>