OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Sep-2005 11:20:04
Branch: HEAD Handle: 2005090610200400
Modified files:
openpkg-src/tcl tcl.spec
Log:
adjust URLs and upgrade
Summary:
Revision Changes Path
1.54 +9 -9 openpkg-src/tcl/tcl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcl/tcl.spec
============================================================================
$ cvs diff -u -r1.53 -r1.54 tcl.spec
--- openpkg-src/tcl/tcl.spec 5 Jun 2005 06:53:38 -0000 1.53
+++ openpkg-src/tcl/tcl.spec 6 Sep 2005 09:20:04 -0000 1.54
@@ -25,12 +25,12 @@
# package version
%define V_major 8
%define V_minor 4
-%define V_level 10
+%define V_level 11
# package information
Name: tcl
Summary: Tool Command Language (TCL)
-URL: http://tcl.activestate.com/
+URL: http://www.tcl.tk/
Vendor: John Ousterhout
Packager: OpenPKG
Distribution: OpenPKG
@@ -38,14 +38,14 @@
Group: Language
License: GPL
Version: %{V_major}.%{V_minor}.%{V_level}
-Release: 20050605
+Release: 20050906
# package options
%option with_x11 no
# list of sources
-Source0:
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tcl%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
-Source1:
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tk%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
+Source0:
http://osdn.dl.sourceforge.net/tcl/tcl%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
+Source1:
http://osdn.dl.sourceforge.net/tcl/tk%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
# build information
Prefix: %{l_prefix}
@@ -66,13 +66,13 @@
%track
prog tcl:tcl = {
version = %{version}
- url = ftp://ftp.scriptics.com/pub/tcl/tcl8_4/
- regex = tcl(__VER__)-src\.tar.gz
+ url = http://prdownloads.sourceforge.net/tcl/
+ regex = tcl(\d+\.\d+(\.\d+)?)-src\.tar.gz
}
prog tcl:tk = {
version = %{version}
- url = ftp://ftp.scriptics.com/pub/tcl/tcl8_4/
- regex = tk(__VER__)-src\.tar.gz
+ url = http://prdownloads.sourceforge.net/tcl/
+ regex = tk(\d+\.\d+(\.\d+)?)-src\.tar.gz
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]