diff options
author | skv <skv@FreeBSD.org> | 2012-02-04 23:41:32 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2012-02-04 23:41:32 +0800 |
commit | 505e8f796db9f01f9ee4234a41ffdd27ff3e1ccb (patch) | |
tree | aaf7b37ad12479f44b6fb46e0cef396b7816d623 /lang/parrot | |
parent | c78d78be2dac42048b4dbc399327ba5785f83552 (diff) | |
download | freebsd-ports-gnome-505e8f796db9f01f9ee4234a41ffdd27ff3e1ccb.tar.gz freebsd-ports-gnome-505e8f796db9f01f9ee4234a41ffdd27ff3e1ccb.tar.zst freebsd-ports-gnome-505e8f796db9f01f9ee4234a41ffdd27ff3e1ccb.zip |
Update to 4.0.0
Changes: http://parrot.org/news/2012/Parrot-4.0.0
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 2 | ||||
-rw-r--r-- | lang/parrot/Makefile.common | 2 | ||||
-rw-r--r-- | lang/parrot/distinfo | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 4166d62d86e8..7ff36890728d 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -8,7 +8,7 @@ PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} CATEGORIES= lang -MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ MAINTAINER= perl@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common index 0d77eb2e9e2b..141215cbf6dd 100644 --- a/lang/parrot/Makefile.common +++ b/lang/parrot/Makefile.common @@ -1,4 +1,4 @@ # $FreeBSD$ -PARROT_VERSION= 3.11.0 +PARROT_VERSION= 4.0.0 diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 4d028e8f6be7..51754139550b 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,2 +1,2 @@ -SHA256 (parrot-3.11.0.tar.bz2) = e493df95484be7958f3e82637dbadc7ec9a632ed12bcdd0c1d8fff1e249f1f10 -SIZE (parrot-3.11.0.tar.bz2) = 4303200 +SHA256 (parrot-4.0.0.tar.bz2) = a1e0bc3de509b247b2cea4863cc202cdceeaa329729416115d3c20a162a0dd88 +SIZE (parrot-4.0.0.tar.bz2) = 4304293 |