Date: Fri, 20 Apr 2018 14:34:09 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467828 - head/devel/git Message-ID: <201804201434.w3KEY9JR060652@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804201434.w3KEY9JR060652>