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/spidermonkey52 | |
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/spidermonkey52')
-rw-r--r-- | lang/spidermonkey52/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |