Update to 2.9.1
Changes: http://www.parrot.org/news/parrot-2.9.1-released http://www.parrot.org/news/2010/Parrot-2.9.0 PR: ports/151811 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
This commit is contained in:
parent
6d74730811
commit
8c33009a73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264079
4 changed files with 5 additions and 10 deletions
|
@ -7,9 +7,8 @@
|
|||
|
||||
PORTNAME= parrot
|
||||
PORTVERSION= ${PARROT_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/
|
||||
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Parrot - virtual machine for dynamic languages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PARROT_VERSION= 2.8.0
|
||||
PARROT_VERSION= 2.9.1
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (parrot-2.8.0.tar.bz2) = fdc171a024d6c17f05b1a406b86be859
|
||||
SHA256 (parrot-2.8.0.tar.bz2) = 56391edc0914d17a698004fe68d4ad1c4a44141b79834efa69957df7dbde9082
|
||||
SIZE (parrot-2.8.0.tar.bz2) = 3349020
|
||||
SHA256 (parrot-2.9.1.tar.bz2) = 0617c2fa9e86c0a6cfea3db75f4549bbdc37b7d9d8874ea8eabcb53044beae06
|
||||
SIZE (parrot-2.9.1.tar.bz2) = 3360641
|
||||
|
|
|
@ -47,6 +47,7 @@ include/parrot/%%PARROT_VER%%/parrot/io_unix.h
|
|||
include/parrot/%%PARROT_VER%%/parrot/io_win32.h
|
||||
include/parrot/%%PARROT_VER%%/parrot/key.h
|
||||
include/parrot/%%PARROT_VER%%/parrot/library.h
|
||||
include/parrot/%%PARROT_VER%%/parrot/list.h
|
||||
include/parrot/%%PARROT_VER%%/parrot/longopt.h
|
||||
include/parrot/%%PARROT_VER%%/parrot/memory.h
|
||||
include/parrot/%%PARROT_VER%%/parrot/misc.h
|
||||
|
@ -144,8 +145,6 @@ include/parrot/%%PARROT_VER%%/pmc/pmc_packfileannotations.h
|
|||
include/parrot/%%PARROT_VER%%/pmc/pmc_packfileconstanttable.h
|
||||
include/parrot/%%PARROT_VER%%/pmc/pmc_packfiledebug.h
|
||||
include/parrot/%%PARROT_VER%%/pmc/pmc_packfiledirectory.h
|
||||
include/parrot/%%PARROT_VER%%/pmc/pmc_packfilefixupentry.h
|
||||
include/parrot/%%PARROT_VER%%/pmc/pmc_packfilefixuptable.h
|
||||
include/parrot/%%PARROT_VER%%/pmc/pmc_packfilerawsegment.h
|
||||
include/parrot/%%PARROT_VER%%/pmc/pmc_packfilesegment.h
|
||||
include/parrot/%%PARROT_VER%%/pmc/pmc_parrotinterpreter.h
|
||||
|
@ -608,8 +607,6 @@ src/parrot/%%PARROT_VER%%/pmc/packfileannotations.dump
|
|||
src/parrot/%%PARROT_VER%%/pmc/packfileconstanttable.dump
|
||||
src/parrot/%%PARROT_VER%%/pmc/packfiledebug.dump
|
||||
src/parrot/%%PARROT_VER%%/pmc/packfiledirectory.dump
|
||||
src/parrot/%%PARROT_VER%%/pmc/packfilefixupentry.dump
|
||||
src/parrot/%%PARROT_VER%%/pmc/packfilefixuptable.dump
|
||||
src/parrot/%%PARROT_VER%%/pmc/packfilerawsegment.dump
|
||||
src/parrot/%%PARROT_VER%%/pmc/packfilesegment.dump
|
||||
src/parrot/%%PARROT_VER%%/pmc/parrotinterpreter.dump
|
||||
|
|
Loading…
Reference in a new issue