Index: head/lang/parrot/Makefile =================================================================== --- head/lang/parrot/Makefile (revision 392794) +++ head/lang/parrot/Makefile (revision 392795) @@ -1,51 +1,51 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= parrot -PORTVERSION= 7.3.0 +PORTVERSION= 7.6.0 CATEGORIES= lang MASTER_SITES= 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 \ gm4:${PORTSDIR}/devel/m4 \ 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} --cxx=${CXX} --link=${CXX} \ --ccflags="${CFLAGS} -I${LOCALBASE}/include" \ --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 DOCSDIR= share/doc/${PORTNAME}/${PORTVERSION} PLIST_SUB= PARROT_VER="${PORTVERSION}" BROKEN_ia64= Does not compile on ia64 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 .include Index: head/lang/parrot/distinfo =================================================================== --- head/lang/parrot/distinfo (revision 392794) +++ head/lang/parrot/distinfo (revision 392795) @@ -1,2 +1,2 @@ -SHA256 (parrot-7.3.0.tar.bz2) = a40a6a21965ead120ceee7ac98e3b0ba2edbdfa2a5d8637ace91dcc7991373f2 -SIZE (parrot-7.3.0.tar.bz2) = 4484877 +SHA256 (parrot-7.6.0.tar.bz2) = 9a7920d69e20690002ba580ac0f57856583a7ffed7226bc43b95a3e5efe3e754 +SIZE (parrot-7.6.0.tar.bz2) = 4490944