diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-02-17 21:44:54 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-02-17 21:44:54 +0000 |
commit | 3264ebbbce7ad488c7b247fb4651d189c7a93fa3 (patch) | |
tree | 143337d14c9566d75e60bea56104f63f8a0b04c6 /lang/parrot | |
parent | 1b90765d95552573132f0755ae3971ab1a6d25e7 (diff) |
Update to 2.1.0
Changes: http://www.parrot.org/news/2010/Parrot-2.1.0
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250014
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 10 | ||||
-rw-r--r-- | lang/parrot/Makefile.common | 2 | ||||
-rw-r--r-- | lang/parrot/distinfo | 6 |
3 files changed, 8 insertions, 10 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 21b550fbc1d6..efa25624bc95 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -8,19 +8,17 @@ 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 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - bison:${PORTSDIR}/devel/bison \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre - LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ icudata.38:${PORTSDIR}/devel/icu - + MAKE_JOBS_UNSAFE= yes USE_BISON= build @@ -39,8 +37,8 @@ CONFIGURE_ARGS= --cc=${CC} --cxx=${CXX} --ld=${CC} --ccflags="${CFLAGS}" \ --verbose \ --prefix=${PREFIX} -INSTALL_TARGET=install-dev -ALL_TARGET=installable +INSTALL_TARGET= install-dev +ALL_TARGET= installable .include "${.CURDIR}/Makefile.common" diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common index eb7bef33e929..b12b45f999de 100644 --- a/lang/parrot/Makefile.common +++ b/lang/parrot/Makefile.common @@ -1,4 +1,4 @@ # $FreeBSD$ -PARROT_VERSION= 2.0.0 +PARROT_VERSION= 2.1.0 diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 8ef1f3434adf..8fd2408782f6 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,3 +1,3 @@ -MD5 (parrot-2.0.0.tar.gz) = a28e09358a31ed93601deb8e5000a5f5 -SHA256 (parrot-2.0.0.tar.gz) = a2e4a55092c7f211e8710f4b5a1a363687d24d90126906fddf368eadcf5a4ae8 -SIZE (parrot-2.0.0.tar.gz) = 4036523 +MD5 (parrot-2.1.0.tar.gz) = 9d3fb336868c8a66216d7d7e50e8b3b9 +SHA256 (parrot-2.1.0.tar.gz) = 22a1830839008dcd0bf3a8b90d6aaa98c7534faf90f8ebb47db77518b04a35d0 +SIZE (parrot-2.1.0.tar.gz) = 4053988 |