Skip to content

Commit

Permalink
MFH: r446083
Browse files Browse the repository at this point in the history
- Add diff-highlight back to package when CONTRIB option is set
- While here, remove unnecessary lines from pkg-plist
- Bump PORTREVISION

PR:		220804
Submitted by:	martin@sugioarto.com
Sponsored by:	Rubicon Communications, LLC (Netgate)

Approved by:	ports-secteam (with hat)
  • Loading branch information
feld committed Aug 18, 2017
1 parent 0082975 commit e233fdb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion devel/git/Makefile
Expand Up @@ -3,6 +3,7 @@

PORTNAME= git
DISTVERSION= 2.13.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/software/scm/git
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
Expand Down Expand Up @@ -42,7 +43,6 @@ SHEBANG_FILES= *.perl */*.perl */*/*.perl */*.pl */*/*.pl */*/*/*.pl \
contrib/remote-helpers/git-remote-bzr \
contrib/remote-helpers/git-remote-hg \
contrib/credential/netrc/git-credential-netrc \
contrib/diff-highlight/diff-highlight.perl \
contrib/buildsystems/generate contrib/contacts/git-contacts \
contrib/svn-fe/svnrdump_sim.py
TEST_TARGET= test
Expand Down Expand Up @@ -155,6 +155,10 @@ post-patch:
.endfor
@${REINPLACE_CMD} -e 's|share/man/man3|man/man3|' ${WRKSRC}/perl/Makefile.PL

post-patch-CONTRIB-on:
@${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL}," \
${WRKSRC}/contrib/diff-highlight/Makefile

post-patch-CVS-off:
@${REINPLACE_CMD} -e '/git-cvsexportcommit.perl/d; \
/git-cvsimport.perl/d; \
Expand All @@ -180,6 +184,10 @@ post-build:
@${FIND} ${WRKSRC} -name "*.bak" -delete
.endif

post-build-CONTRIB-on:
${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC}/contrib/diff-highlight
${RM} ${WRKSRC}/contrib/diff-highlight/shebang.perl

post-install:
(cd ${WRKDIR}/man1/ && ${COPYTREE_SHARE} . ${STAGEDIR}${MANPREFIX}/man/man1)
(cd ${WRKDIR}/man5/ && ${COPYTREE_SHARE} . ${STAGEDIR}${MANPREFIX}/man/man5)
Expand Down
3 changes: 1 addition & 2 deletions devel/git/pkg-plist
Expand Up @@ -1228,7 +1228,6 @@ share/emacs/site-lisp/git/git.el
%%CONTRIB%%share/git-core/contrib/completion/git-completion.tcsh
%%CONTRIB%%share/git-core/contrib/completion/git-completion.zsh
%%CONTRIB%%share/git-core/contrib/completion/git-prompt.sh
@comment share/git-core/contrib/contacts/.gitignore
%%CONTRIB%%share/git-core/contrib/contacts/Makefile
%%CONTRIB%%share/git-core/contrib/contacts/git-contacts
%%CONTRIB%%share/git-core/contrib/contacts/git-contacts.txt
Expand All @@ -1251,7 +1250,7 @@ share/emacs/site-lisp/git/git.el
%%CONTRIB%%share/git-core/contrib/diff-highlight/README
%%CONTRIB%%share/git-core/contrib/diff-highlight/DiffHighlight.pm
%%CONTRIB%%share/git-core/contrib/diff-highlight/diff-highlight.perl
@comment share/git-core/contrib/diff-highlight/t/.gitignore
%%CONTRIB%%share/git-core/contrib/diff-highlight/diff-highlight
%%CONTRIB%%share/git-core/contrib/diff-highlight/t/Makefile
%%CONTRIB%%share/git-core/contrib/diff-highlight/t/t9400-diff-highlight.sh
%%CONTRIB%%share/git-core/contrib/emacs/.gitignore
Expand Down

0 comments on commit e233fdb

Please sign in to comment.