From 7971334bb35606467883edce060991b461f89fc6 Mon Sep 17 00:00:00 2001 From: adamw Date: Sat, 25 Apr 2015 16:56:59 +0000 Subject: Update to 7.3.0. For changes, see: http://parrot.org/news/2015/Parrot-7.3.0 --- lang/parrot/Makefile | 13 +++++++------ lang/parrot/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'lang/parrot') diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 1f424922da77..c539b967a1c1 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= parrot -PORTVERSION= 7.0.2 -PORTREVISION= 1 +PORTVERSION= 7.3.0 CATEGORIES= lang -MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ \ - ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ +MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= perl@FreeBSD.org @@ -23,7 +21,8 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ OPTIONS_DEFINE= DOCS ALL_TARGET= installable -CONFIGURE_ARGS= --cc=${CC} --ccflags="${CFLAGS}" --cxx=${CXX} --link=${CXX} \ +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} \ @@ -45,7 +44,9 @@ 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 + ${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) diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index b52d4e95cd8d..29d55b28a71d 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,2 +1,2 @@ -SHA256 (parrot-7.0.2.tar.bz2) = 2cc8dc1eada38bb6328bf1f4648bd5e01e000b415f984b7ad6b5b6c123a15ac9 -SIZE (parrot-7.0.2.tar.bz2) = 4492079 +SHA256 (parrot-7.3.0.tar.bz2) = a40a6a21965ead120ceee7ac98e3b0ba2edbdfa2a5d8637ace91dcc7991373f2 +SIZE (parrot-7.3.0.tar.bz2) = 4484877 -- cgit