diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-08 05:48:45 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-08 05:48:45 +0800 |
commit | cb6106b376e19ea5b33dbb38e796bde66ea4d88e (patch) | |
tree | 35c4ae28e87df24bb954bacdb50e7cb954abeec1 /lang/parrot/Makefile | |
parent | 838e9ddde364f21baca3afca3f721d72856012e6 (diff) | |
download | freebsd-ports-gnome-cb6106b376e19ea5b33dbb38e796bde66ea4d88e.tar.gz freebsd-ports-gnome-cb6106b376e19ea5b33dbb38e796bde66ea4d88e.tar.zst freebsd-ports-gnome-cb6106b376e19ea5b33dbb38e796bde66ea4d88e.zip |
- Update to 2.10.1
PR: ports/152799
Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
With Hat: perl@
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 3350450f4756..8b7186f0cda7 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/stable/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/ MAINTAINER= perl@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages |