diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-04-06 23:53:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-04-06 23:53:16 +0800 |
commit | 6f75871df2bc2ea719274241e44e31b34b45e339 (patch) | |
tree | 72dabb1a38a186d4803f2801ede9ee6e0cebfd0b /lang | |
parent | 121a6f57fbd6cbdbe837f025442ac076251a0e9e (diff) | |
download | freebsd-ports-gnome-6f75871df2bc2ea719274241e44e31b34b45e339.tar.gz freebsd-ports-gnome-6f75871df2bc2ea719274241e44e31b34b45e339.tar.zst freebsd-ports-gnome-6f75871df2bc2ea719274241e44e31b34b45e339.zip |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 | ||||
-rw-r--r-- | lang/parrot/Makefile | 2 | ||||
-rw-r--r-- | lang/phantomjs/Makefile | 2 | ||||
-rw-r--r-- | lang/spidermonkey38/Makefile | 2 | ||||
-rw-r--r-- | lang/swift/Makefile | 2 | ||||
-rw-r--r-- | lang/v8-devel/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 2b5847b63fef..303421e90d7e 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.25.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 4be7c9ee5362..374ff04c68a4 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -3,7 +3,7 @@ PORTNAME= parrot PORTVERSION= 8.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 9787745ea65a..eec9d8ed4fa1 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -2,7 +2,7 @@ PORTNAME= phantomjs PORTVERSION= 2.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MAINTAINER= feld@FreeBSD.org diff --git a/lang/spidermonkey38/Makefile b/lang/spidermonkey38/Makefile index da0057bd345a..0530073d9ee3 100644 --- a/lang/spidermonkey38/Makefile +++ b/lang/spidermonkey38/Makefile @@ -3,7 +3,7 @@ PORTNAME= spidermonkey38 PORTVERSION= 38.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${PORTVERSION}esr/source DISTNAME= firefox-${PORTVERSION}esr.source diff --git a/lang/swift/Makefile b/lang/swift/Makefile index 4b3ec61a4a06..b4d03605889f 100644 --- a/lang/swift/Makefile +++ b/lang/swift/Makefile @@ -4,7 +4,7 @@ PORTNAME= swift PORTVERSION= 3.1.1 DISTVERSIONPREFIX= swift- DISTVERSIONSUFFIX= -RELEASE -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MAINTAINER= swills@FreeBSD.org diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index 4b92fac8a208..2e2e9fa23560 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= v8 PORTVERSION= 3.27.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla PKGNAMESUFFIX= -devel |