From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 16:21:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DB411DEB; Sat, 19 Oct 2013 16:21:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8ADA22A7; Sat, 19 Oct 2013 16:21:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9JGLVRu043279; Sat, 19 Oct 2013 16:21:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9JGLVM3043275; Sat, 19 Oct 2013 16:21:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310191621.r9JGLVM3043275@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Oct 2013 16:21:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330902 - head/lang/parrot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 16:21:32 -0000 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