diff options
author | Renato Botelho <garga@FreeBSD.org> | 2016-12-01 19:23:07 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-12-01 19:23:07 +0000 |
commit | 73dfb6095b33389891263890344902e9c00fb7fd (patch) | |
tree | 8e964b2ae62bd624e761f6c5faebc3efac070478 /devel/git | |
parent | 0b6407ee59bbe1a2a2b5170e72804917f2e1ed1b (diff) | |
download | ports-73dfb6095b33389891263890344902e9c00fb7fd.tar.gz ports-73dfb6095b33389891263890344902e9c00fb7fd.zip |
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
Notes
Notes:
svn path=/head/; revision=427513
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 2 | ||||
-rw-r--r-- | devel/git/pkg-plist | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 6cc25548dfa7..66716c72aa78 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -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} \ diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index 3caa2f60eefc..1d40a69417e9 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -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 |