From owner-svn-ports-head@freebsd.org Tue Oct 16 06:18:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7893D10E33ED; Tue, 16 Oct 2018 06:18:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FBF77CF1C; Tue, 16 Oct 2018 06:18:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8DFEA1F92B; Tue, 16 Oct 2018 06:18:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Tue, 16 Oct 2018 08:18:23 +0200 From: Mathieu Arnold To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r482186 - head/devel/icu Message-ID: <20181016061823.xoqx4icym476hvwf@atuin.in.mat.cc> References: <201810152152.w9FLqWYE024162@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="leheey63odht3uv7" Content-Disposition: inline In-Reply-To: <201810152152.w9FLqWYE024162@repo.freebsd.org> User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 06:18:27 -0000 --leheey63odht3uv7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 15, 2018 at 09:52:32PM +0000, Jan Beich wrote: > Author: jbeich > Date: Mon Oct 15 21:52:32 2018 > New Revision: 482186 > URL: https://svnweb.freebsd.org/changeset/ports/482186 >=20 > Log: > devel/icu: move to new home > =20 > http://blog.unicode.org/2018/07/icu-moves-to-github-and-jira.html > =20 > Modified: > head/devel/icu/Makefile (contents, props changed) > head/devel/icu/distinfo (contents, props changed) >=20 > Modified: head/devel/icu/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/icu/Makefile Mon Oct 15 21:44:46 2018 (r482185) > +++ head/devel/icu/Makefile Mon Oct 15 21:52:32 2018 (r482186) > @@ -2,13 +2,11 @@ > # $FreeBSD$ > =20 > PORTNAME=3D icu > -DISTVERSION=3D 62_1 > +DISTVERSIONPREFIX=3D release- > +DISTVERSION=3D 62-1 > PORTREVISION?=3D 2 # keep for icu-lx > PORTEPOCH?=3D 1 > CATEGORIES?=3D devel > -MASTER_SITES=3D http://download.icu-project.org/files/icu4c/${PORTVERSIO= N}/ \ > - SF/${PORTNAME}/${PORTNAME:tu}4C/${PORTVERSION} > -DISTNAME=3D icu4c-${DISTVERSION}-src This change seems dubious, they switched starting at version 63RC, and 63.1, the previous versions like the one you are using are git-archive(1) extracts and should probably not be used, as they state on the https://github.com/unicode-org/icu/releases page: =20 Note: Please ignore the =E2=80=9CSource code=E2=80=9D zip & tar.gz files.= (They are auto-generated by GitHub and omit the LFS file contents.) Also, using the git-archive(1) extract makes the downloaded distfile almost double for no reason.=20 > MAINTAINER=3D office@FreeBSD.org > COMMENT?=3D International Components for Unicode (from IBM) > @@ -28,8 +26,10 @@ CPPFLAGS+=3D -DICU_NO_USER_DATA_OVERRIDE > MAKE_ARGS=3D VERBOSE=3D1 > TEST_TARGET=3D check > USES+=3D compiler:c++11-lib gmake pathfix tar:tgz > +USE_GITHUB=3D yes > USE_LDCONFIG=3D yes > -WRKSRC=3D ${WRKDIR}/icu/source > +GH_ACCOUNT=3D unicode-org > +WRKSRC_SUBDIR=3D icu4c/source > =20 > ICUMAJOR=3D ${PORTVERSION:C/\..*//} > PLIST_SUB+=3D ICUMAJOR=3D${ICUMAJOR} ICUVER=3D${PORTVERSION} >=20 > Modified: head/devel/icu/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/icu/distinfo Mon Oct 15 21:44:46 2018 (r482185) > +++ head/devel/icu/distinfo Mon Oct 15 21:52:32 2018 (r482186) > @@ -1,3 +1,3 @@ > TIMESTAMP =3D 1529573964 > -SHA256 (icu4c-62_1-src.tgz) =3D 3dd9868d666350dda66a6e305eecde9d479fb70b= 30d5b55d78a1deffb97d5aa3 > -SIZE (icu4c-62_1-src.tgz) =3D 23468750 > +SHA256 (unicode-org-icu-release-62-1_GH0.tar.gz) =3D e15ffd84606323cbad5= 515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761 > +SIZE (unicode-org-icu-release-62-1_GH0.tar.gz) =3D 43740444 >=20 >=20 --=20 Mathieu Arnold --leheey63odht3uv7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlvFgq5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkgWnA/+M89IL3d2Y2KfN4PsTIKHWX4rsNGltRlv7tGVBtTYjhGHSmcC3FKirqFH omphMyyyrr8aKm9vEjWKM9P+fIwFgU5OVs+2kzsJSjgNwbIGKkCOSnZCNxKXfQ5e YMTVS2XBUeS20mcQXtMGy2TxRAfh29wWg2ghKvkNs/LiH8HIa2rCj1leLPW09bIA ii2lsUwcohQyiPgm/K71ltizc3rv0NNPS8QXQkGXveXy30+0aoZoRIJJ4AwYI83C I2C1YucUffl5odLMdfOAhDSS5LIx03tKBCr+h0UpP7vHkOmoFSSMOGsPtBStSQz0 pNjL6SHbWhaitUPxcsYQNB2B6h5BpjdmKEZh6XvFCtT2aNF/6iXOVHXQTQjG7sc/ Y1TbNVAQoEazp6g+Q3jdAi8nkTsupdiMaOnD1/THRLpdx7lq3joDHPdQTJunNx9s oHcjA+xH4pyJ8T2GV69eY51nLxpShlLwVWFpDiBqYac5znSCEQoiEcjHtu8OUQXh FVXNc4jZAdhl3Gv+rxEd19PDGl8EaBwfq77F5yUZJh5Jo6/sW/fJ36bK0ttbBJm4 XJ1NeaepwB/UDLxGvuhl1wdOrwet0nFlnWNmQsFJJ0R55i8k1sBMlzLjHPgrIm2L OL7KNdg6CwTNYgMSRqhxVabvwUuBfVw9oTCpcV1Lqs/P5V2gsXg= =4aBj -----END PGP SIGNATURE----- --leheey63odht3uv7--