svn commit: r467762 - head/devel/git

Renato Botelho garga at FreeBSD.org
Thu Apr 19 10:05:45 UTC 2018


Author: garga
Date: Thu Apr 19 10:05:44 2018
New Revision: 467762
URL: https://svnweb.freebsd.org/changeset/ports/467762

Log:
  - Register p5-CGI dependency when GITWEB option is enabled [1]
  - Bump PORTREVISION since GITWEB is on by default
  - While here, unmute install command and make portlint happy
  
  PR:		225358 [1]
  Submitted by:	Fabian Kell <fk at fabiankeil.de> [1]
  MFH:		2018Q2
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Thu Apr 19 10:02:45 2018	(r467761)
+++ head/devel/git/Makefile	Thu Apr 19 10:05:44 2018	(r467762)
@@ -3,6 +3,7 @@
 
 PORTNAME=	git
 DISTVERSION=	2.17.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	KERNEL_ORG/software/scm/git
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
@@ -74,6 +75,7 @@ PERL_RUN_DEPENDS=	p5-Error>=0:lang/p5-Error
 PERL_MAKE_ARGS_OFF=	NO_PERL=1
 
 GITWEB_IMPLIES=		PERL
+GITWEB_RUN_DEPENDS=	p5-CGI>=0:www/p5-CGI
 
 PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
 PCRE_CONFIGURE_WITH=	libpcre
@@ -226,7 +228,7 @@ post-install-CONTRIB-on:
 post-install-CONTRIB-off:
 	# Install the contrib completions anyway
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
-	@${INSTALL_SCRIPT} ${WRKSRC}/contrib/completion/git-completion.bash \
+	${INSTALL_SCRIPT} ${WRKSRC}/contrib/completion/git-completion.bash \
 		${STAGEDIR}${PREFIX}/etc/bash_completion.d/git.sh
 
 post-install-P4-on:


More information about the svn-ports-head mailing list