diff options
author | skv <skv@FreeBSD.org> | 2011-05-01 00:15:21 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2011-05-01 00:15:21 +0800 |
commit | d4c3e09e6f4899763aa2b8a45995623df52d678b (patch) | |
tree | 19017e2ef624c0e47230673212e2d5866918529d /lang/parrot/Makefile | |
parent | 3853445f7e98c21bf8412423cb3a4d464d3c3c97 (diff) | |
download | freebsd-ports-gnome-d4c3e09e6f4899763aa2b8a45995623df52d678b.tar.gz freebsd-ports-gnome-d4c3e09e6f4899763aa2b8a45995623df52d678b.tar.zst freebsd-ports-gnome-d4c3e09e6f4899763aa2b8a45995623df52d678b.zip |
Update to 3.3.0
Changes: http://www.parrot.org/news/2011/Parrot-3.3.0
Diffstat (limited to 'lang/parrot/Makefile')
-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 d6fa35dc66a3..2c8c75ace9f1 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/supported/${PORTVERSION}/ MAINTAINER= perl@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages |