svn commit: r384744 - head/lang/parrot
Adam Weinberger
adamw at FreeBSD.org
Sat Apr 25 16:57:01 UTC 2015
Author: adamw
Date: Sat Apr 25 16:56:59 2015
New Revision: 384744
URL: https://svnweb.freebsd.org/changeset/ports/384744
Log:
Update to 7.3.0.
For changes, see: http://parrot.org/news/2015/Parrot-7.3.0
Modified:
head/lang/parrot/Makefile
head/lang/parrot/distinfo
Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile Sat Apr 25 16:36:02 2015 (r384743)
+++ head/lang/parrot/Makefile Sat Apr 25 16:56:59 2015 (r384744)
@@ -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 at FreeBSD.org
@@ -23,7 +21,8 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/
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)
Modified: head/lang/parrot/distinfo
==============================================================================
--- head/lang/parrot/distinfo Sat Apr 25 16:36:02 2015 (r384743)
+++ head/lang/parrot/distinfo Sat Apr 25 16:56:59 2015 (r384744)
@@ -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
More information about the svn-ports-all
mailing list