diff options
author | gahr <gahr@FreeBSD.org> | 2016-07-06 15:34:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-07-06 15:34:12 +0800 |
commit | fe7f9f4bda1a87142b4eeb96d839fc0ff0b26a64 (patch) | |
tree | e6ac1736f2e29eb1779162db518bd30a074367b6 /lang | |
parent | d307ccb3b80d02a98782037f22269ce73d2f7f72 (diff) | |
download | freebsd-ports-gnome-fe7f9f4bda1a87142b4eeb96d839fc0ff0b26a64.tar.gz freebsd-ports-gnome-fe7f9f4bda1a87142b4eeb96d839fc0ff0b26a64.tar.zst freebsd-ports-gnome-fe7f9f4bda1a87142b4eeb96d839fc0ff0b26a64.zip |
devel/icu: bump PORTREVISION on dependent ports
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 | ||||
-rw-r--r-- | lang/parrot/Makefile | 1 | ||||
-rw-r--r-- | lang/phantomjs/Makefile | 2 | ||||
-rw-r--r-- | lang/swift/Makefile | 1 | ||||
-rw-r--r-- | lang/v8-devel/Makefile | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 2527e27e6b06..d762ab5cd422 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.24.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index c1c310955bd4..639cdd554b85 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -3,6 +3,7 @@ PORTNAME= parrot PORTVERSION= 8.1.0 +PORTREVISION= 1 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 154402b3cea5..ca38180223d3 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -2,7 +2,7 @@ PORTNAME= phantomjs PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ariya/phantomjs/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/lang/swift/Makefile b/lang/swift/Makefile index 9a993e6ba8c8..6a2d46087e73 100644 --- a/lang/swift/Makefile +++ b/lang/swift/Makefile @@ -2,6 +2,7 @@ PORTNAME= swift PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= swills@FreeBSD.org diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index 5cedd5881dbe..17e4463a0a0a 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= v8 PORTVERSION= 3.27.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla PKGNAMESUFFIX= -devel |