diff options
author | skv <skv@FreeBSD.org> | 2011-05-23 02:57:07 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2011-05-23 02:57:07 +0800 |
commit | 05c38c85d11b203537f286c4aadb58ee0a75015b (patch) | |
tree | 637dfeed00a3d38f6ee00e2643b42d1904422362 /lang | |
parent | fa42da6e9b93a97760faf280547f86556f6589ee (diff) | |
download | freebsd-ports-gnome-05c38c85d11b203537f286c4aadb58ee0a75015b.tar.gz freebsd-ports-gnome-05c38c85d11b203537f286c4aadb58ee0a75015b.tar.zst freebsd-ports-gnome-05c38c85d11b203537f286c4aadb58ee0a75015b.zip |
Update to 3.4.0
Changes: http://www.parrot.org/news/2011/Parrot-3.4.0
Diffstat (limited to 'lang')
-rw-r--r-- | lang/parrot/Makefile | 2 | ||||
-rw-r--r-- | lang/parrot/Makefile.common | 2 | ||||
-rw-r--r-- | lang/parrot/distinfo | 4 | ||||
-rw-r--r-- | lang/parrot/pkg-plist | 4 |
4 files changed, 5 insertions, 7 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 2c8c75ace9f1..d6fa35dc66a3 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -8,7 +8,7 @@ PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} CATEGORIES= lang -MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${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 ebd31e8e46af..eb731d14938e 100644 --- a/lang/parrot/Makefile.common +++ b/lang/parrot/Makefile.common @@ -1,4 +1,4 @@ # $FreeBSD$ -PARROT_VERSION= 3.3.0 +PARROT_VERSION= 3.4.0 diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 7af58946630e..92082286eaa3 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,2 +1,2 @@ -SHA256 (parrot-3.3.0.tar.bz2) = 8f474d44a0137a3fd5296c019dbccc6ae64193ff12ce799babc362567115c1ad -SIZE (parrot-3.3.0.tar.bz2) = 3251469 +SHA256 (parrot-3.4.0.tar.bz2) = 87dd6ebe015b711437a77ed9df495bb589e01767d2c39260aabaa7aed098c5e8 +SIZE (parrot-3.4.0.tar.bz2) = 3236805 diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist index ab28ce122ebc..72a73736ee3e 100644 --- a/lang/parrot/pkg-plist +++ b/lang/parrot/pkg-plist @@ -216,6 +216,7 @@ lib/parrot/%%PARROT_VER%%/include/iterator.pasm lib/parrot/%%PARROT_VER%%/include/libpaths.pasm lib/parrot/%%PARROT_VER%%/include/longopt.pasm lib/parrot/%%PARROT_VER%%/include/parrotlib.pbc +lib/parrot/%%PARROT_VER%%/include/parrot_version.pir lib/parrot/%%PARROT_VER%%/include/pmctypes.pasm lib/parrot/%%PARROT_VER%%/include/signal.pasm lib/parrot/%%PARROT_VER%%/include/socket.pasm @@ -423,7 +424,6 @@ lib/parrot/%%PARROT_VER%%/library/dumper.pir lib/parrot/%%PARROT_VER%%/library/libpcre.pbc lib/parrot/%%PARROT_VER%%/library/libpcre.pir lib/parrot/%%PARROT_VER%%/library/ncurses.declarations -lib/parrot/%%PARROT_VER%%/library/ncurses.pasm lib/parrot/%%PARROT_VER%%/library/ncurses.pbc lib/parrot/%%PARROT_VER%%/library/ncurses.pir lib/parrot/%%PARROT_VER%%/library/nqp-rx.pbc @@ -439,7 +439,6 @@ lib/parrot/%%PARROT_VER%%/library/pcore.pir lib/parrot/%%PARROT_VER%%/library/pcre.pbc lib/parrot/%%PARROT_VER%%/library/pcre.pir lib/parrot/%%PARROT_VER%%/library/postgres.declarations -lib/parrot/%%PARROT_VER%%/library/postgres.pasm lib/parrot/%%PARROT_VER%%/library/postgres.pir lib/parrot/%%PARROT_VER%%/library/random_lib.pir lib/parrot/%%PARROT_VER%%/library/uuid.pbc @@ -451,7 +450,6 @@ lib/parrot/%%PARROT_VER%%/tools/build/pmc2c.pl 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/ncidef2pir.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 |