Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 16:21:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330902 - head/lang/parrot
Message-ID:  <201310191621.r9JGLVM3043275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 19 16:21:30 2013
New Revision: 330902
URL: http://svnweb.freebsd.org/changeset/ports/330902

Log:
  - Update to 5.9.0
  - Convert to new LIB_DEPENDS format
  
  Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog

Modified:
  head/lang/parrot/Makefile
  head/lang/parrot/Makefile.common
  head/lang/parrot/distinfo
  head/lang/parrot/pkg-plist

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Sat Oct 19 16:21:20 2013	(r330901)
+++ head/lang/parrot/Makefile	Sat Oct 19 16:21:30 2013	(r330902)
@@ -14,8 +14,8 @@ LICENSE=	ART20
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
 		${LOCALBASE}/bin/gm4:${PORTSDIR}/devel/m4 \
 		${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre
-LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
-		icudata:${PORTSDIR}/devel/icu
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
+		libicudata.so:${PORTSDIR}/devel/icu
 
 CONFLICTS=	rakudo-[0-9]*
 

Modified: head/lang/parrot/Makefile.common
==============================================================================
--- head/lang/parrot/Makefile.common	Sat Oct 19 16:21:20 2013	(r330901)
+++ head/lang/parrot/Makefile.common	Sat Oct 19 16:21:30 2013	(r330902)
@@ -1,3 +1,3 @@
 # $FreeBSD$
 
-PARROT_VERSION=	5.0.0
+PARROT_VERSION=	5.9.0

Modified: head/lang/parrot/distinfo
==============================================================================
--- head/lang/parrot/distinfo	Sat Oct 19 16:21:20 2013	(r330901)
+++ head/lang/parrot/distinfo	Sat Oct 19 16:21:30 2013	(r330902)
@@ -1,2 +1,2 @@
-SHA256 (parrot-5.0.0.tar.bz2) = 40c7176059e4462c722511a29450a4b80867a8459e273b602fbeaac2a22457f9
-SIZE (parrot-5.0.0.tar.bz2) = 4400269
+SHA256 (parrot-5.9.0.tar.bz2) = b4704231d90ddec827f45f945b9ad13dd4f9dc7cc9bc0cfc97ab6e30ec1c38ca
+SIZE (parrot-5.9.0.tar.bz2) = 4398795

Modified: head/lang/parrot/pkg-plist
==============================================================================
--- head/lang/parrot/pkg-plist	Sat Oct 19 16:21:20 2013	(r330901)
+++ head/lang/parrot/pkg-plist	Sat Oct 19 16:21:30 2013	(r330902)
@@ -419,8 +419,6 @@ lib/parrot/%%PARROT_VER%%/library/TAP/Ha
 lib/parrot/%%PARROT_VER%%/library/TAP/Parser.pbc
 lib/parrot/%%PARROT_VER%%/library/TAP/Parser.pir
 lib/parrot/%%PARROT_VER%%/library/TGE.pbc
-lib/parrot/%%PARROT_VER%%/library/Tcl/Glob.pbc
-lib/parrot/%%PARROT_VER%%/library/Tcl/Glob.pir
 lib/parrot/%%PARROT_VER%%/library/TclLibrary.pbc
 lib/parrot/%%PARROT_VER%%/library/TclLibrary.pir
 lib/parrot/%%PARROT_VER%%/library/Test/Builder.pbc
@@ -568,7 +566,6 @@ lib/parrot/%%PARROT_VER%%/tools/lib/Parr
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/Pmc2cMain.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/UtilFunctions.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/VTable.pm
-lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Revision.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/SHA1.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/SearchOps.pm
 lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test.pm
@@ -727,7 +724,6 @@ src/parrot/%%PARROT_VER%%/vtable.tbl
 @dirrm lib/parrot/%%PARROT_VER%%/library/URI
 @dirrm lib/parrot/%%PARROT_VER%%/library/Test/Builder
 @dirrm lib/parrot/%%PARROT_VER%%/library/Test
-@dirrm lib/parrot/%%PARROT_VER%%/library/Tcl
 @dirrm lib/parrot/%%PARROT_VER%%/library/TAP
 @dirrm lib/parrot/%%PARROT_VER%%/library/String
 @dirrm lib/parrot/%%PARROT_VER%%/library/Stream



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310191621.r9JGLVM3043275>