From owner-svn-ports-head@freebsd.org Thu Dec 1 19:23:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EED58C61615; Thu, 1 Dec 2016 19:23:08 +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 mx1.freebsd.org (Postfix) with ESMTPS id BE89F1EFB; Thu, 1 Dec 2016 19:23:08 +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 uB1JN73q084572; Thu, 1 Dec 2016 19:23:07 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB1JN7Je084570; Thu, 1 Dec 2016 19:23:07 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201612011923.uB1JN7Je084570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 1 Dec 2016 19:23:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427513 - head/devel/git X-SVN-Group: ports-head 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.23 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, 01 Dec 2016 19:23:09 -0000 Author: garga Date: Thu Dec 1 19:23:07 2016 New Revision: 427513 URL: https://svnweb.freebsd.org/changeset/ports/427513 Log: Revert part of r427504 Helpers used to access http(s) and ftp(s) were not being built due to an error on libcurl, then they ended up showing as PLIST errors. PR: 213971 Modified: head/devel/git/Makefile head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Thu Dec 1 19:07:39 2016 (r427512) +++ head/devel/git/Makefile Thu Dec 1 19:23:07 2016 (r427513) @@ -3,7 +3,7 @@ PORTNAME= git DISTVERSION= 2.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Thu Dec 1 19:07:39 2016 (r427512) +++ head/devel/git/pkg-plist Thu Dec 1 19:23:07 2016 (r427513) @@ -83,6 +83,8 @@ libexec/git-core/git-grep libexec/git-core/git-hash-object libexec/git-core/git-help libexec/git-core/git-http-backend +%%CURL%%libexec/git-core/git-http-fetch +%%CURL%%libexec/git-core/git-http-push libexec/git-core/git-imap-send libexec/git-core/git-index-pack libexec/git-core/git-init @@ -135,6 +137,10 @@ libexec/git-core/git-relink libexec/git-core/git-remote libexec/git-core/git-remote-ext libexec/git-core/git-remote-fd +%%CURL%%libexec/git-core/git-remote-ftp +%%CURL%%libexec/git-core/git-remote-ftps +%%CURL%%libexec/git-core/git-remote-http +%%CURL%%libexec/git-core/git-remote-https libexec/git-core/git-remote-testsvn libexec/git-core/git-repack libexec/git-core/git-replace