diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-13 09:47:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-13 09:47:16 +0000 |
commit | f821cdc3470d31fc0b70510a2f5ca7cb12d02c7b (patch) | |
tree | a3eb772ba9edcf95a51aaed216ede2433ac03a37 /lang | |
parent | fb029a1191b23465b07b1e162867fc70286c4e62 (diff) | |
download | ports-f821cdc3470d31fc0b70510a2f5ca7cb12d02c7b.tar.gz ports-f821cdc3470d31fc0b70510a2f5ca7cb12d02c7b.zip |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Notes
Notes:
svn path=/head/; revision=528343
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 | ||||
-rw-r--r-- | lang/parrot/Makefile | 2 | ||||
-rw-r--r-- | lang/spidermonkey52/Makefile | 2 | ||||
-rw-r--r-- | lang/spidermonkey60/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 611c1124284b..d848dcdf31bc 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnustep-base DISTVERSIONPREFIX= base- DISTVERSION= 1_26_0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel gnustep MAINTAINER= ports@FreeBSD.org diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index f1f9a2598864..423d8cedf4a0 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -3,7 +3,7 @@ PORTNAME= parrot PORTVERSION= 8.1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/lang/spidermonkey52/Makefile b/lang/spidermonkey52/Makefile index c2f282e192df..a9ec9428b8dd 100644 --- a/lang/spidermonkey52/Makefile +++ b/lang/spidermonkey52/Makefile @@ -3,7 +3,7 @@ PORTNAME= spidermonkey PORTVERSION= 52.9.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${PORTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/spidermonkey60/Makefile b/lang/spidermonkey60/Makefile index d1bc171c5173..6fe3a660de41 100644 --- a/lang/spidermonkey60/Makefile +++ b/lang/spidermonkey60/Makefile @@ -2,7 +2,7 @@ PORTNAME= spidermonkey DISTVERSION= 60.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} |