OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 24-Jan-2003 19:18:19
Branch: HEAD Handle: 2003012418181800
Modified files:
openpkg-re/vcheck vc.mysql4 vc.postgresql
Log:
remove lastcheck entries
Summary:
Revision Changes Path
1.3 +0 -2 openpkg-re/vcheck/vc.mysql4
1.11 +0 -7 openpkg-re/vcheck/vc.postgresql
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.mysql4
============================================================================
$ cvs diff -u -r1.2 -r1.3 vc.mysql4
--- openpkg-re/vcheck/vc.mysql4 17 Jan 2003 10:15:26 -0000 1.2
+++ openpkg-re/vcheck/vc.mysql4 24 Jan 2003 18:18:18 -0000 1.3
@@ -1,10 +1,8 @@
config = {
- lastcheck = "2003-01-16 17:59"
}
prog mysql4 = {
version = 4.0.9-gamma
- lastcheck = "2003-01-16 17:59"
url = http://www.mysql.com/downloads/mysql-4.0.html
regex = mysql-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.postgresql
============================================================================
$ cvs diff -u -r1.10 -r1.11 vc.postgresql
--- openpkg-re/vcheck/vc.postgresql 24 Jan 2003 09:26:20 -0000 1.10
+++ openpkg-re/vcheck/vc.postgresql 24 Jan 2003 18:18:18 -0000 1.11
@@ -1,10 +1,8 @@
config = {
- lastcheck = "2003-01-23 20:10"
}
prog postgresql = {
version = 7.3.1
- lastcheck = "2003-01-23 20:10"
url = ftp://ftp.postgresql.org/pub/source/
regex = v(\d+\.\d+(\.\d+)*)(?!beta)
url = ftp://ftp.postgresql.org/pub/source/v__NEWVER__/
@@ -12,26 +10,21 @@
}
prog postgresql:libpq++ = {
version = 4.0
- lastcheck = "2003-01-23 20:10"
url = ftp://gborg.postgresql.org/pub/libpqpp/stable/
regex = libpq\+\+-(__VER__)\.tar\.gz
}
prog postgresql:libpqxx = {
version = 1.3.3
- lastcheck = "2003-01-23 20:10"
url = ftp://gborg.postgresql.org/pub/libpqxx/stable/
regex = libpqxx-(__VER__)\.tar\.gz
}
prog postgresql:pgperl = {
version = 2.0.2
- lastcheck = "2003-01-23 20:10"
url = ftp://gborg.postgresql.org/pub/pgperl/stable/
regex = pgperl-(__VER__)\.tar\.gz
}
prog postgresql:psqlodbc = {
version = 7.2.5
- errors = 1
- lastcheck = "2003-01-23 20:10"
url = ftp://ftp.us.postgresql.org/odbc/versions/src/
regex = psqlodbc-(__VER__)\.tar\.gz
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]