Date: Wed, 4 Apr 2018 04:33:02 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Rodrigo Osorio <rodrigo@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r466383 - head/graphics/ufraw Message-ID: <20180404043302.GA48386@FreeBSD.org> In-Reply-To: <201804032251.w33Mp2xs064748@repo.freebsd.org> References: <201804032251.w33Mp2xs064748@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 03, 2018 at 10:51:02PM +0000, Rodrigo Osorio wrote: > New Revision: 466383 > URL: https://svnweb.freebsd.org/changeset/ports/466383 > > Log: > Fix space in the Makefile > Bump PORTREVISION Why are you bumping port revision for a whitespace-only change? And why are you setting GH_PROJECT to its default value? ./danfe > @@ -3,7 +3,7 @@ > > PORTNAME= ufraw > PORTVERSION= 0.22 > -PORTREVISION= 4 > +PORTREVISION= 5 > CATEGORIES= graphics > > MAINTAINER= rodrigo@FreeBSD.org > @@ -36,7 +36,7 @@ GIMP_DESC= Install GIMP plugin > > USE_GITHUB= yes > GH_ACCOUNT= sergiomb2 > -GH_PROJECT= ufraw > +GH_PROJECT= ufraw > GH_TAGNAME= 6d3259a > > USE_GNOME+=glib20 gtk20 cairo gdkpixbuf2 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180404043302.GA48386>