Index: head/lang/parrot/Makefile =================================================================== --- head/lang/parrot/Makefile (revision 377686) +++ head/lang/parrot/Makefile (revision 377687) @@ -1,61 +1,61 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= parrot -PORTVERSION= 6.9.0 +PORTVERSION= 7.0.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ \ ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= perl@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages LICENSE= ART20 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/gm4:${PORTSDIR}/devel/m4 \ ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libicudata.so:${PORTSDIR}/devel/icu OPTIONS_DEFINE= DOCS ALL_TARGET= installable CONFIGURE_ARGS= --cc=${CC} --ccflags="${CFLAGS}" --cxx=${CXX} --link=${CXX} \ --ld=${CC} --ldflags="${LDFLAGS} -L${LIBDIR} -L${LOCALBASE}/lib" \ --gc=gms --inline --optimize --parrot_is_shared --verbose \ --prefix=${PREFIX} \ --icu-config=${LOCALBASE}/bin/icu-config \ --lex=${LOCALBASE}/bin/flex \ --yacc=${LOCALBASE}/bin/bison CONFIGURE_SCRIPT= Configure.pl INSTALL_TARGET= install-dev MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= bison gmake perl5 tar:bzip2 PARROT_SHARE_DIR= share/doc/${PORTNAME}/${PORTVERSION} PARROT_DOCS= ${PARROT_SHARE_DIR} PLIST_SUB= PARROT_VER="${PORTVERSION}" \ PARROT_DOCS="${PARROT_DOCS}" BROKEN_ia64= Does not compile on ia64 .include post-patch: .if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/^installable: / s| docs | |' ${WRKSRC}/config/gen/makefiles/root.in .endif do-configure: cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libparrot.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/parrot/${PORTVERSION}/dynext/*.so regression-test test: build cd ${WRKSRC} && ${MAKE} test .include Index: head/lang/parrot/distinfo =================================================================== --- head/lang/parrot/distinfo (revision 377686) +++ head/lang/parrot/distinfo (revision 377687) @@ -1,2 +1,2 @@ -SHA256 (parrot-6.9.0.tar.bz2) = ad5f3723c216675b9ebc2e3d3807d24fd13aa55e1eb3e7ffcad4062e0026f482 -SIZE (parrot-6.9.0.tar.bz2) = 4428559 +SHA256 (parrot-7.0.0.tar.bz2) = cdc5ccbaf4b5fbe64c99c0475a542154f25d7226e2d9823c539ee4f6f723fdf0 +SIZE (parrot-7.0.0.tar.bz2) = 4495156