From owner-svn-ports-head@freebsd.org Thu Apr 19 10:05:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83493F9477D; Thu, 19 Apr 2018 10:05:45 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D4AA6C238; Thu, 19 Apr 2018 10:05:45 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2678F274; Thu, 19 Apr 2018 10:05:45 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3JA5jQw097888; Thu, 19 Apr 2018 10:05:45 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3JA5jXZ097887; Thu, 19 Apr 2018 10:05:45 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201804191005.w3JA5jXZ097887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 19 Apr 2018 10:05:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467762 - head/devel/git X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/devel/git X-SVN-Commit-Revision: 467762 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2018 10:05:45 -0000 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 [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: