svn commit: r310086 - head/devel/icu

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 8 12:16:10 UTC 2013


Author: bapt
Date: Tue Jan  8 12:16:09 2013
New Revision: 310086
URL: http://svnweb.freebsd.org/changeset/ports/310086

Log:
  Update to 50.1.1
  This version fixes the failure when building libreoffice if icu is built with
  gcc.

Modified:
  head/devel/icu/Makefile
  head/devel/icu/distinfo

Modified: head/devel/icu/Makefile
==============================================================================
--- head/devel/icu/Makefile	Tue Jan  8 11:26:59 2013	(r310085)
+++ head/devel/icu/Makefile	Tue Jan  8 12:16:09 2013	(r310086)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	icu
-PORTVERSION=	50.1
+PORTVERSION=	50.1.1
 CATEGORIES=	devel
 MASTER_SITES=	http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \
 		SF/${PORTNAME}/ICU4C/${PORTVERSION}/
@@ -54,7 +54,7 @@ MAN8+=	gencmn.8
 MAN8+=	gensprep.8
 
 ICUMAJOR=	50
-ICUMINOR=	1
+ICUMINOR=	1.1
 .if ${ICUMINOR} == ""
 ICUMINOR=	0
 .endif

Modified: head/devel/icu/distinfo
==============================================================================
--- head/devel/icu/distinfo	Tue Jan  8 11:26:59 2013	(r310085)
+++ head/devel/icu/distinfo	Tue Jan  8 12:16:09 2013	(r310086)
@@ -1,2 +1,2 @@
-SHA256 (icu4c-50_1-src.tgz) = 68592b3c07d9b86100f41d0172eb1a81f3ffb2a8fef1104d7395099079ba7350
-SIZE (icu4c-50_1-src.tgz) = 21181132
+SHA256 (icu4c-50_1_1-src.tgz) = a6f426e3c04749c74bcb9d2ce229f905de88deda2353db2249f2e96fe604df8f
+SIZE (icu4c-50_1_1-src.tgz) = 21189084


More information about the svn-ports-all mailing list