OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 13-Nov-2003 13:08:26
Branch: HEAD Handle: 2003111312082302
Modified files:
openpkg-re/vcheck vc.perforce
openpkg-src/perforce perforce.spec
openpkg-web news.txt
Log:
Upgrade to perforce-2003.2 and fix platform test
Summary:
Revision Changes Path
1.4 +1 -1 openpkg-re/vcheck/vc.perforce
1.23 +5 -5 openpkg-src/perforce/perforce.spec
1.7382 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perforce
============================================================================
$ cvs diff -u -r1.3 -r1.4 vc.perforce
--- openpkg-re/vcheck/vc.perforce 4 Jun 2003 09:32:45 -0000 1.3
+++ openpkg-re/vcheck/vc.perforce 13 Nov 2003 12:08:23 -0000 1.4
@@ -2,7 +2,7 @@
}
prog perforce = {
- version = r03.1
+ version = r03.2
url = ftp://ftp.perforce.com/perforce/
regex = (r0[2-9].\d)
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perforce/perforce.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 perforce.spec
--- openpkg-src/perforce/perforce.spec 18 Sep 2003 16:45:40 -0000 1.22
+++ openpkg-src/perforce/perforce.spec 13 Nov 2003 12:08:25 -0000 1.23
@@ -32,8 +32,8 @@
Distribution: OpenPKG [EVAL]
Group: SCM
License: Commercial
-Version: 2003.1
-Release: 20030918
+Version: 2003.2
+Release: 20031113
# list of sources
Source0: ftp://ftp.openpkg.org/sources/DST/perforce/perforce-%{version}.tar.bz2
@@ -88,9 +88,9 @@
$RPM_BUILD_ROOT%{l_prefix}/var/perforce/p4d.depot
subdir="perforce-%{version}/bin"
case "%{l_platform -t}" in
- *-freebsd* ) subdir="$subdir.freebsd4" ;;
- *-linux* ) subdir="$subdir.linux22x86" ;;
- *-sunos* ) subdir="$subdir.solaris26sparc" ;;
+ *686*-freebsd* ) subdir="$subdir.freebsd4" ;;
+ *686*-linux* ) subdir="$subdir.linux24x86" ;;
+ *sun*-sunos* ) subdir="$subdir.solaris8sparc" ;;
* ) echo "platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
esac
( cd $subdir
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7381 -r1.7382 news.txt
--- openpkg-web/news.txt 12 Nov 2003 20:13:18 -0000 1.7381
+++ openpkg-web/news.txt 13 Nov 2003 12:08:24 -0000 1.7382
@@ -1,3 +1,4 @@
+13-Nov-2003: Upgraded package: P<perforce-2003.2-20031113>
12-Nov-2003: Upgraded package: P<mplayer-1.0pre2-20031112>
12-Nov-2003: Upgraded package: P<gcc34-3.4s20031112-20031112>
12-Nov-2003: Upgraded package: P<xmlsec-1.2.2-20031112>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]