diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-23 19:35:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-23 19:35:03 +0800 |
commit | e8e65d344c45f3cbbb883c200400475abe8253a7 (patch) | |
tree | d80ade8252df7f8d3d23a6c2ac2294a79f756de1 /lang/parrot | |
parent | 9ada47fb0e694399b546d53fd1ca43ab698c4071 (diff) | |
download | freebsd-ports-gnome-e8e65d344c45f3cbbb883c200400475abe8253a7.tar.gz freebsd-ports-gnome-e8e65d344c45f3cbbb883c200400475abe8253a7.tar.zst freebsd-ports-gnome-e8e65d344c45f3cbbb883c200400475abe8253a7.zip |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 3d1621eec43e..bcba745d30ca 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -3,7 +3,7 @@ PORTNAME= parrot PORTVERSION= 8.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet |