OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 22-Feb-2009 23:16:45 Branch: HEAD Handle: 2009022222164400 Modified files: openpkg-src/parrot parrot.spec Log: upgrading package: parrot 0.9.0.1 -> 0.9.1 Summary: Revision Changes Path 1.42 +7 -8 openpkg-src/parrot/parrot.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/parrot/parrot.spec ============================================================================ $ cvs diff -u -r1.41 -r1.42 parrot.spec --- openpkg-src/parrot/parrot.spec 22 Jan 2009 18:10:46 -0000 1.41 +++ openpkg-src/parrot/parrot.spec 22 Feb 2009 22:16:44 -0000 1.42 @@ -24,21 +24,21 @@ # package information Name: parrot Summary: Parrot Virtual Machine -URL: http://www.parrotcode.org/ +URL: http://www.parrot.org/ Vendor: Leo Tötsch et al. Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Language License: Artistic/GPL -Version: 0.9.0.1 -Release: 20090122 +Version: 0.9.1 +Release: 20090222 # package options %option with_icu no # list of sources -Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/parrot-%{version}.tar.gz +Source0: ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz Patch0: parrot.patch # build information @@ -63,8 +63,8 @@ %track prog parrot = { version = %{version} - url = http://www.cpan.org/authors/id/C/CH/CHROMATIC/ - regex = parrot-(__VER__)\.tar\.gz + url = ftp://ftp.parrot.org/pub/parrot/releases/devel/ + regex = (\d+\.\d+\.\d+)/ } %prep @@ -97,8 +97,7 @@ --libs="" # build program - %{l_make} %{l_mflags} \ - parrot pdump + %{l_make} %{l_mflags} parrot %install # install program @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org