svn commit: r390674 - head/devel/git
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 26 23:14:43 UTC 2015
Author: amdmi3
Date: Fri Jun 26 23:14:42 2015
New Revision: 390674
URL: https://svnweb.freebsd.org/changeset/ports/390674
Log:
- Add missing shebang fix
Approved by: portmgr blanket
Modified:
head/devel/git/Makefile
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Fri Jun 26 23:14:03 2015 (r390673)
+++ head/devel/git/Makefile Fri Jun 26 23:14:42 2015 (r390674)
@@ -3,6 +3,7 @@
PORTNAME= git
PORTVERSION= 2.4.5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/software/scm/git
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -34,7 +35,8 @@ SHEBANG_FILES= *.perl */*.perl */*/*.per
contrib/hooks/update-paranoid \
contrib/credential/netrc/git-credential-netrc \
contrib/diff-highlight/diff-highlight \
- contrib/buildsystems/generate contrib/contacts/git-contacts
+ contrib/buildsystems/generate contrib/contacts/git-contacts \
+ contrib/svn-fe/svnrdump_sim.py
CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no
More information about the svn-ports-all
mailing list