svn commit: r348942 - head/devel/git
Tijl Coosemans
tijl at FreeBSD.org
Mon Mar 24 11:48:20 UTC 2014
Author: tijl
Date: Mon Mar 24 11:48:19 2014
New Revision: 348942
URL: http://svnweb.freebsd.org/changeset/ports/348942
QAT: https://qat.redports.org/buildarchive/r348942/
Log:
The previous commit made git use nl_langinfo instead of locale_charset
but did not bump PORTREVISION. Bump it now that libiconv no longer exports
locale_charset.
PR: ports/187894
Modified:
head/devel/git/Makefile
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Mon Mar 24 11:46:06 2014 (r348941)
+++ head/devel/git/Makefile Mon Mar 24 11:48:19 2014 (r348942)
@@ -3,6 +3,7 @@
PORTNAME= git
PORTVERSION= 1.9.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
More information about the svn-ports-all
mailing list