diff options
-rw-r--r-- | lang/parrot/Makefile | 4 | ||||
-rw-r--r-- | lang/parrot/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 1b417d24c7da..9efcc4969486 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= parrot -PORTVERSION= 7.6.0 -PORTREVISION= 1 +PORTVERSION= 7.9.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet @@ -32,6 +31,7 @@ CONFIGURE_ARGS= --cc=${CC} --cxx=${CXX} --link=${CXX} \ --yacc=${LOCALBASE}/bin/bison CONFIGURE_SCRIPT= Configure.pl INSTALL_TARGET= install-dev +TEST_TARGET= test MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= bison gmake perl5 shebangfix tar:bzip2 diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index fce94da255f0..467583892f78 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,2 +1,2 @@ -SHA256 (parrot-7.6.0.tar.bz2) = 9a7920d69e20690002ba580ac0f57856583a7ffed7226bc43b95a3e5efe3e754 -SIZE (parrot-7.6.0.tar.bz2) = 4490944 +SHA256 (parrot-7.9.0.tar.bz2) = 7c9627666ec51d7e997e582f56b0903d2220bf99dd0f4fd40aae29b462dfbe8a +SIZE (parrot-7.9.0.tar.bz2) = 4498954 |