diff options
author | skv <skv@FreeBSD.org> | 2011-07-26 15:23:17 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2011-07-26 15:23:17 +0800 |
commit | 9daaf1090a4e5d4a5660040bc77a49369ed6e237 (patch) | |
tree | 5b8263d9f72eb7d0fa2b5ec21d065a0147b60f32 | |
parent | e51a987d24added40b1a11b44f08422dcba972a9 (diff) | |
download | freebsd-ports-gnome-9daaf1090a4e5d4a5660040bc77a49369ed6e237.tar.gz freebsd-ports-gnome-9daaf1090a4e5d4a5660040bc77a49369ed6e237.tar.zst freebsd-ports-gnome-9daaf1090a4e5d4a5660040bc77a49369ed6e237.zip |
Update to 3.6.0
Changes: http://www.parrot.org/news/2011/Parrot-3.6.0
-rw-r--r-- | lang/parrot/Makefile | 8 | ||||
-rw-r--r-- | lang/parrot/Makefile.common | 2 | ||||
-rw-r--r-- | lang/parrot/distinfo | 4 | ||||
-rw-r--r-- | lang/parrot/pkg-plist | 5 |
4 files changed, 11 insertions, 8 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 6c75529c2a13..d4169bce3208 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -9,21 +9,19 @@ 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 +LICENSE= ART20 + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ icudata.48:${PORTSDIR}/devel/icu -BROKEN= incomplete plist - -LICENSE= ART20 - MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common index 6f755cf3b972..745f8163ea1b 100644 --- a/lang/parrot/Makefile.common +++ b/lang/parrot/Makefile.common @@ -1,4 +1,4 @@ # $FreeBSD$ -PARROT_VERSION= 3.5.0 +PARROT_VERSION= 3.6.0 diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index fa9fe0eb6ec9..b4c446e706d3 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,2 +1,2 @@ -SHA256 (parrot-3.5.0.tar.bz2) = 06b1462795a2e0c128c6415a362a928e62e9b8b413cb0aa774a7e0502c5f87d0 -SIZE (parrot-3.5.0.tar.bz2) = 3296302 +SHA256 (parrot-3.6.0.tar.bz2) = a6ae5c4a1af3602043d1139a12ae9d4dfe2dd000250b1a76fc339bf4a004f8c7 +SIZE (parrot-3.6.0.tar.bz2) = 3302266 diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist index 72a73736ee3e..3390218483a9 100644 --- a/lang/parrot/pkg-plist +++ b/lang/parrot/pkg-plist @@ -9,6 +9,7 @@ bin/pbc_disassemble bin/pbc_dump bin/pbc_merge bin/pbc_to_exe +bin/winxed include/parrot/%%PARROT_VER%%/imcc/api.h include/parrot/%%PARROT_VER%%/imcc/embed.h include/parrot/%%PARROT_VER%%/imcc/yyscanner.h @@ -148,6 +149,7 @@ include/parrot/%%PARROT_VER%%/pmc/pmc_packfiledirectory.h include/parrot/%%PARROT_VER%%/pmc/pmc_packfileopmap.h include/parrot/%%PARROT_VER%%/pmc/pmc_packfilerawsegment.h include/parrot/%%PARROT_VER%%/pmc/pmc_packfilesegment.h +include/parrot/%%PARROT_VER%%/pmc/pmc_packfileview.h include/parrot/%%PARROT_VER%%/pmc/pmc_parrotinterpreter.h include/parrot/%%PARROT_VER%%/pmc/pmc_parrotlibrary.h include/parrot/%%PARROT_VER%%/pmc/pmc_parrotthread.h @@ -270,6 +272,7 @@ lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Parser.pg lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Rule.pir lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Tree.pir lib/parrot/%%PARROT_VER%%/languages/tge/tgc.pir +lib/parrot/%%PARROT_VER%%/languages/winxed/winxed.pbc lib/parrot/%%PARROT_VER%%/library/Archive/Tar.pbc lib/parrot/%%PARROT_VER%%/library/Archive/Tar.pir lib/parrot/%%PARROT_VER%%/library/Archive/Zip.pbc @@ -619,6 +622,7 @@ src/parrot/%%PARROT_VER%%/pmc/packfiledirectory.dump src/parrot/%%PARROT_VER%%/pmc/packfileopmap.dump src/parrot/%%PARROT_VER%%/pmc/packfilerawsegment.dump src/parrot/%%PARROT_VER%%/pmc/packfilesegment.dump +src/parrot/%%PARROT_VER%%/pmc/packfileview.dump src/parrot/%%PARROT_VER%%/pmc/parrotinterpreter.dump src/parrot/%%PARROT_VER%%/pmc/parrotlibrary.dump src/parrot/%%PARROT_VER%%/pmc/parrotthread.dump @@ -709,6 +713,7 @@ src/parrot/%%PARROT_VER%%/vtable.tbl @dirrm lib/parrot/%%PARROT_VER%%/library/CGI @dirrm lib/parrot/%%PARROT_VER%%/library/Archive @dirrm lib/parrot/%%PARROT_VER%%/library +@dirrm lib/parrot/%%PARROT_VER%%/languages/winxed @dirrm lib/parrot/%%PARROT_VER%%/languages/tge/TGE @dirrm lib/parrot/%%PARROT_VER%%/languages/tge @dirrm lib/parrot/%%PARROT_VER%%/languages/pge/PGE |