Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 11:48:54 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482832 - head/devel/icu
Message-ID:  <201810231148.w9NBmscI074899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org



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