Bug 202033 - devel/git: Some functions require /usr/bin/perl (e.g. git submodule)
Summary: devel/git: Some functions require /usr/bin/perl (e.g. git submodule)
Status: Closed DUPLICATE of bug 200630
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-01 23:35 UTC by Michael Gmelin
Modified: 2015-08-14 16:39 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (garga)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gmelin freebsd_committer freebsd_triage 2015-08-01 23:35:13 UTC
Those are not covered by shebangfix (.sample is a bonus, git-request-pull and git-submodule a must):

$ grep -R "/usr/bin/perl -e

stage/usr/local/share/git-core/templates/hooks/pre-rebase.sample:       /usr/bin/perl -e '
stage/usr/local/libexec/git-core/git-request-pull:ref=$(git ls-remote "$url" | /usr/bin/perl -e "$find_matching_ref" "${remote:-HEAD}" "$headrev")
stage/usr/local/libexec/git-core/git-submodule: /usr/bin/perl -e '
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2015-08-14 16:39:53 UTC

*** This bug has been marked as a duplicate of bug 200630 ***