diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-10 03:05:55 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-10 03:05:55 +0800 |
commit | 7e2e94221b117d2cb6aa60b253358ccd42645a45 (patch) | |
tree | 5b0e12df8a04e1c9dbea8a7d230b99d305d4e2cb /lang | |
parent | 13e650a7165a63d37df4c7a4cd87f2c761b4e2ab (diff) | |
download | freebsd-ports-gnome-7e2e94221b117d2cb6aa60b253358ccd42645a45.tar.gz freebsd-ports-gnome-7e2e94221b117d2cb6aa60b253358ccd42645a45.tar.zst freebsd-ports-gnome-7e2e94221b117d2cb6aa60b253358ccd42645a45.zip |
- Update to 2.7.0
PR: ports/150031
Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
With Hat: perl@
Diffstat (limited to 'lang')
-rw-r--r-- | lang/parrot/Makefile | 3 | ||||
-rw-r--r-- | lang/parrot/Makefile.common | 2 | ||||
-rw-r--r-- | lang/parrot/distinfo | 6 | ||||
-rw-r--r-- | lang/parrot/pkg-plist | 1 |
4 files changed, 7 insertions, 5 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index e578d8c5e8ae..a5c17c91ab63 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -7,8 +7,9 @@ PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} +PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/ MAINTAINER= perl@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common index d65a6d443975..57d68c65379d 100644 --- a/lang/parrot/Makefile.common +++ b/lang/parrot/Makefile.common @@ -1,4 +1,4 @@ # $FreeBSD$ -PARROT_VERSION= 2.6.0 +PARROT_VERSION= 2.7.0 diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 0dfdb30d08fd..0b5f15508684 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,3 +1,3 @@ -MD5 (parrot-2.6.0.tar.bz2) = bae6db3abbf690a9b2f135136bb7cfd5 -SHA256 (parrot-2.6.0.tar.bz2) = 372d46f36308ef358e148c380344bf7ae1ddff9ea6c35799bfda9ada3eea88ae -SIZE (parrot-2.6.0.tar.bz2) = 3322447 +MD5 (parrot-2.7.0.tar.bz2) = 5e5f746cfc496a9dbd59fd8ac6a3f82b +SHA256 (parrot-2.7.0.tar.bz2) = 46296ad1a60c5933fc229ec64f638f2abb66de23bb9b01b3e7c7b248c2b32df0 +SIZE (parrot-2.7.0.tar.bz2) = 3341745 diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist index f4d8bcd1ac18..a20229fa3b81 100644 --- a/lang/parrot/pkg-plist +++ b/lang/parrot/pkg-plist @@ -441,6 +441,7 @@ lib/parrot/%%PARROT_VER%%/tools/dev/create_language.pl lib/parrot/%%PARROT_VER%%/tools/dev/gen_makefile.pl lib/parrot/%%PARROT_VER%%/tools/dev/mk_language_shell.pl lib/parrot/%%PARROT_VER%%/tools/dev/pbc_to_exe.pir +lib/parrot/%%PARROT_VER%%/tools/dev/pprof2cg.pl lib/parrot/%%PARROT_VER%%/tools/dev/reconfigure.pl lib/parrot/%%PARROT_VER%%/tools/lib/File/Which.pm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/BuildUtil.pm |