Date: Fri, 20 Apr 2018 11:36:23 -0300 From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r467828 - head/devel/git Message-ID: <7dbc071c-c8a1-add2-8ae5-8cebd67daf9f@FreeBSD.org> In-Reply-To: <201804201434.w3KEY9JR060652@repo.freebsd.org> References: <201804201434.w3KEY9JR060652@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 20/04/18 11:34, Renato Botelho wrote: > Author: garga > Date: Fri Apr 20 14:34:08 2018 > New Revision: 467828 > URL: https://svnweb.freebsd.org/changeset/ports/467828 > > Log: > Fix PLIST with GITWEB option enabled Of course I meant "disabled" here :) > > PR: 227652 > Reported by: rozhuk.im@gmail.com and w.schwarzenfeld@utanet.at > Sponsored by: Rubicon Communications, LLC (Netgate) > > Modified: > head/devel/git/Makefile > head/devel/git/pkg-plist > > Modified: head/devel/git/Makefile > ============================================================================== > --- head/devel/git/Makefile Fri Apr 20 14:32:27 2018 (r467827) > +++ head/devel/git/Makefile Fri Apr 20 14:34:08 2018 (r467828) > @@ -3,7 +3,7 @@ > > PORTNAME= git > DISTVERSION= 2.17.0 > -PORTREVISION= 2 > +PORTREVISION= 3 > CATEGORIES= devel > MASTER_SITES= KERNEL_ORG/software/scm/git > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ > > Modified: head/devel/git/pkg-plist > ============================================================================== > --- head/devel/git/pkg-plist Fri Apr 20 14:32:27 2018 (r467827) > +++ head/devel/git/pkg-plist Fri Apr 20 14:34:08 2018 (r467828) > @@ -1497,4 +1497,4 @@ share/git-core/templates/info/exclude > %%NLS%%share/locale/vi/LC_MESSAGES/git.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/git.mo > @dir share/git-core/templates/branches > -@dir %%ETCDIR%% > +%%GITWEB%%@dir %%ETCDIR%% > -- Renato Botelho
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7dbc071c-c8a1-add2-8ae5-8cebd67daf9f>