svn commit: r467828 - head/devel/git
Renato Botelho
garga at FreeBSD.org
Fri Apr 20 14:34:11 UTC 2018
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
PR: 227652
Reported by: rozhuk.im at gmail.com and w.schwarzenfeld at 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
- at dir %%ETCDIR%%
+%%GITWEB%%@dir %%ETCDIR%%
More information about the svn-ports-all
mailing list