Update to 7.3.0.

For changes, see: http://parrot.org/news/2015/Parrot-7.3.0
This commit is contained in:
Adam Weinberger 2015-04-25 16:56:59 +00:00
parent a348b6992f
commit 4f33a79bb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384744
2 changed files with 9 additions and 8 deletions

View File

@ -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)

View File

@ -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