Update to parrot 4.3.0.
This commit is contained in:
parent
fe979a182c
commit
a9ef031d4f
@ -1,19 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2012/05/07 09:17:41 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2012/05/09 13:36:45 pascal Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT= virtual machine designed for interpreted languages
|
||||
|
||||
V= 4.1.0
|
||||
V= 4.3.0
|
||||
DISTNAME= parrot-$V
|
||||
CATEGORIES= lang perl6
|
||||
SHARED_LIBS= parrot 4.0
|
||||
SHARED_LIBS= parrot 5.0
|
||||
|
||||
HOMEPAGE= http://www.parrot.org/
|
||||
|
||||
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
||||
|
||||
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/$V/
|
||||
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/$V/
|
||||
|
||||
# Artistic2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (parrot-4.1.0.tar.gz) = I8N8gq6sLVv5/QCnhz2rDQ==
|
||||
RMD160 (parrot-4.1.0.tar.gz) = Ve/+u7DX+loTjWeMiCPtE8xpqZI=
|
||||
SHA1 (parrot-4.1.0.tar.gz) = 24G6tabzOugkR+y+mlvY5HAORwk=
|
||||
SHA256 (parrot-4.1.0.tar.gz) = bSd4Ys/dw+E/U2hDFfHtPHagU8ASAGUkNrVIvglkzx0=
|
||||
SIZE (parrot-4.1.0.tar.gz) = 4504334
|
||||
MD5 (parrot-4.3.0.tar.gz) = doo8zz/g7izGtesmjBSAEA==
|
||||
RMD160 (parrot-4.3.0.tar.gz) = J76rMEX5YQXaAIftyGWkzKv1vGU=
|
||||
SHA1 (parrot-4.3.0.tar.gz) = bfNTcvCPTNUMgJAlPupm+vViKrw=
|
||||
SHA256 (parrot-4.3.0.tar.gz) = Z/+AH1EBWaiDc4fjuKZ2N67UsPpO/WXynPrmPaF0LEc=
|
||||
SIZE (parrot-4.3.0.tar.gz) = 4521527
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-config_gen_makefiles_root_in,v 1.4 2012/03/08 14:56:25 pascal Exp $
|
||||
--- config/gen/makefiles/root.in.orig Tue Feb 21 21:00:46 2012
|
||||
+++ config/gen/makefiles/root.in Sun Mar 4 20:19:15 2012
|
||||
@@ -17,7 +17,7 @@
|
||||
$OpenBSD: patch-config_gen_makefiles_root_in,v 1.5 2012/05/09 13:36:45 pascal Exp $
|
||||
--- config/gen/makefiles/root.in.orig Sun Apr 8 05:00:24 2012
|
||||
+++ config/gen/makefiles/root.in Mon Apr 30 19:28:49 2012
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
DEVEL = @DEVEL@
|
||||
VERSION = @VERSION@$(DEVEL)
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-config_gen_makefiles_root_in,v 1.4 2012/03/08 14:56:25 pascal Ex
|
||||
|
||||
CONFIG_ARGS = @configure_args@
|
||||
#IF(win32):SHELL = CMD
|
||||
@@ -1068,7 +1068,6 @@ $(LIBPARROT_SHARED) : $(O_FILES)
|
||||
@@ -1084,7 +1084,6 @@ $(LIBPARROT_SHARED) : $(O_FILES)
|
||||
#IF(win32 and cc==gcc): -Wl,--out-implib=libparrot.lib \
|
||||
$(O_FILES) $(C_LIBS) $(ICU_SHARED)
|
||||
#IF(win32): if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2012/03/08 14:56:25 pascal Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2012/05/09 13:36:45 pascal Exp $
|
||||
@bin bin/ops2c
|
||||
@bin bin/parrot
|
||||
@bin bin/parrot-nqp
|
||||
@ -1188,6 +1188,7 @@ share/doc/parrot/${V}/pod/project/hacking_tips.pod
|
||||
share/doc/parrot/${V}/pod/project/merge_review_guidelines.pod
|
||||
share/doc/parrot/${V}/pod/project/metacommitter_guide.pod
|
||||
share/doc/parrot/${V}/pod/project/release_manager_guide.pod
|
||||
share/doc/parrot/${V}/pod/project/release_parrot_github_guide.pod
|
||||
share/doc/parrot/${V}/pod/project/roles_responsibilities.pod
|
||||
share/doc/parrot/${V}/pod/project/support_policy.pod
|
||||
share/doc/parrot/${V}/pod/project/ticket_triaging.pod
|
||||
|
Loading…
Reference in New Issue
Block a user