OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Oct-2005 17:04:07
Branch: HEAD Handle: 2005100116040700
Modified files:
openpkg-src/db db.spec
Log:
fix tracking
Summary:
Revision Changes Path
1.61 +4 -4 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.60 -r1.61 db.spec
--- openpkg-src/db/db.spec 1 Oct 2005 07:42:18 -0000 1.60
+++ openpkg-src/db/db.spec 1 Oct 2005 15:04:07 -0000 1.61
@@ -71,10 +71,10 @@
regex = db-(__VER__)\.tar\.gz
}
prog db:patch = {
- comment = "rse: 4.3.28 still has no patches as of 2005-09-17"
- version = %{version}
- url =
http://www.sleepycat.com/update/%{V_version}/patch.%{V_version}.html
- regex = patch.(__VER__\.\d+)
+ comment = "thl: change tracking from hardcode to variable once a
patch is availble"
+ version = 4.3.28
+ url = http://www.sleepycat.com/download/db/index.shtml
+ regex = patch\.(__VER__\.\d+)\.html
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]