Update to 2.1.0
Changes: http://www.parrot.org/news/2010/Parrot-2.1.0 Feature safe: yes
This commit is contained in:
parent
1b90765d95
commit
3264ebbbce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250014
3 changed files with 8 additions and 10 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PARROT_VERSION= 2.0.0
|
||||
PARROT_VERSION= 2.1.0
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue