diff options
author | adamw <adamw@FreeBSD.org> | 2015-04-26 00:56:59 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-04-26 00:56:59 +0800 |
commit | 7971334bb35606467883edce060991b461f89fc6 (patch) | |
tree | efe5580c236cbdaaeb1330e507034efcb56a90aa /lang/parrot | |
parent | 0c0109ad9b8d3b4819bafb6f29dba27a549a7e9c (diff) | |
download | freebsd-ports-gnome-7971334bb35606467883edce060991b461f89fc6.tar.gz freebsd-ports-gnome-7971334bb35606467883edce060991b461f89fc6.tar.zst freebsd-ports-gnome-7971334bb35606467883edce060991b461f89fc6.zip |
Update to 7.3.0.
For changes, see: http://parrot.org/news/2015/Parrot-7.3.0
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 13 | ||||
-rw-r--r-- | lang/parrot/distinfo | 4 |
2 files changed, 9 insertions, 8 deletions
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 |