svn commit: r482832 - head/devel/icu
Jan Beich
jbeich at FreeBSD.org
Tue Oct 23 11:48:55 UTC 2018
Author: jbeich
Date: Tue Oct 23 11:48:54 2018
New Revision: 482832
URL: https://svnweb.freebsd.org/changeset/ports/482832
Log:
devel/icu: restore SF mirror after r482830
Directory timestamp says it was modified on 2018-10-17 i.e.,
2 days after 63.1 release.
PR: 232300
Modified:
head/devel/icu/Makefile (contents, props changed)
Modified: head/devel/icu/Makefile
==============================================================================
--- head/devel/icu/Makefile Tue Oct 23 11:44:41 2018 (r482831)
+++ head/devel/icu/Makefile Tue Oct 23 11:48:54 2018 (r482832)
@@ -6,7 +6,8 @@ DISTVERSION= 63_1
PORTREVISION?= 0 # keep for icu-lx
PORTEPOCH?= 1
CATEGORIES?= devel
-MASTER_SITES= https://github.com/unicode-org/${PORTNAME}/releases/download/release-${DISTVERSION:S/_/-/g}/
+MASTER_SITES= https://github.com/unicode-org/${PORTNAME}/releases/download/release-${DISTVERSION:S/_/-/g}/ \
+ SF/${PORTNAME}/${PORTNAME:tu}4C/${PORTVERSION}
DISTNAME= icu4c-${DISTVERSION}-src
MAINTAINER= office at FreeBSD.org
More information about the svn-ports-all
mailing list