Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 11:48:20 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348942 - head/devel/git
Message-ID:  <201403241148.s2OBmKHB058276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241148.s2OBmKHB058276>