aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-04-25 16:56:59 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-04-25 16:56:59 +0000
commit4f33a79bb8748be22856159dab7ae9f44a66db82 (patch)
treeefe5580c236cbdaaeb1330e507034efcb56a90aa /lang/parrot
parenta348b6992f6a0c2b3c0c113dc8862ac69d7549a1 (diff)
downloadports-4f33a79bb8748be22856159dab7ae9f44a66db82.tar.gz
ports-4f33a79bb8748be22856159dab7ae9f44a66db82.zip
Update to 7.3.0.
Notes
Notes: svn path=/head/; revision=384744
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile13
-rw-r--r--lang/parrot/distinfo4
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