svn commit: r482186 - head/devel/icu

Mathieu Arnold mat at FreeBSD.org
Tue Oct 16 06:18:27 UTC 2018


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
> 
> Log:
>   devel/icu: move to new home
>   
>   http://blog.unicode.org/2018/07/icu-moves-to-github-and-jira.html
>   
> Modified:
>   head/devel/icu/Makefile   (contents, props changed)
>   head/devel/icu/distinfo   (contents, props changed)
> 
> Modified: head/devel/icu/Makefile
> ==============================================================================
> --- 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$
>  
>  PORTNAME=	icu
> -DISTVERSION=	62_1
> +DISTVERSIONPREFIX=	release-
> +DISTVERSION=	62-1
>  PORTREVISION?=	2 # keep for icu-lx
>  PORTEPOCH?=	1
>  CATEGORIES?=	devel
> -MASTER_SITES=	http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \
> -		SF/${PORTNAME}/${PORTNAME:tu}4C/${PORTVERSION}
> -DISTNAME=	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:
  
  Note: Please ignore the “Source code” 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. 

>  MAINTAINER=	office at FreeBSD.org
>  COMMENT?=	International Components for Unicode (from IBM)
> @@ -28,8 +26,10 @@ CPPFLAGS+=	-DICU_NO_USER_DATA_OVERRIDE
>  MAKE_ARGS=	VERBOSE=1
>  TEST_TARGET=	check
>  USES+=		compiler:c++11-lib gmake pathfix tar:tgz
> +USE_GITHUB=	yes
>  USE_LDCONFIG=	yes
> -WRKSRC=		${WRKDIR}/icu/source
> +GH_ACCOUNT=	unicode-org
> +WRKSRC_SUBDIR=	icu4c/source
>  
>  ICUMAJOR=	${PORTVERSION:C/\..*//}
>  PLIST_SUB+=	ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION}
> 
> Modified: head/devel/icu/distinfo
> ==============================================================================
> --- 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 = 1529573964
> -SHA256 (icu4c-62_1-src.tgz) = 3dd9868d666350dda66a6e305eecde9d479fb70b30d5b55d78a1deffb97d5aa3
> -SIZE (icu4c-62_1-src.tgz) = 23468750
> +SHA256 (unicode-org-icu-release-62-1_GH0.tar.gz) = e15ffd84606323cbad5515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761
> +SIZE (unicode-org-icu-release-62-1_GH0.tar.gz) = 43740444
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181016/2aed4e2c/attachment.sig>


More information about the svn-ports-all mailing list