OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 17-Jan-2003 21:01:47
Branch: HEAD Handle: 2003011720014303
Modified files:
openpkg-src/htdig htdig.spec
openpkg-web news.txt
Log:
fix paths
Summary:
Revision Changes Path
1.35 +4 -4 openpkg-src/htdig/htdig.spec
1.2935 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/htdig/htdig.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 htdig.spec
--- openpkg-src/htdig/htdig.spec 14 Jan 2003 15:42:06 -0000 1.34
+++ openpkg-src/htdig/htdig.spec 17 Jan 2003 20:01:46 -0000 1.35
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 3.2.0b3
-Release: 20030114
+Release: 20030117
# list of sources
Source0: http://www.htdig.org/files/htdig-%{version}.tar.gz
@@ -72,13 +72,13 @@
./configure \
--prefix=%{l_prefix} \
--with-config-dir=%{l_prefix}/etc/htdig \
- --with-common-dir=%{l_prefix}/web/htdig \
+ --with-common-dir=%{l_prefix}/share/htdig \
--with-database-dir=%{l_prefix}/var/htdig \
--with-default-config-file=%{l_prefix}/etc/htdig/htdig.conf \
--with-cgi-bin-dir=%{l_prefix}/cgi \
- --with-image-dir=%{l_prefix}/web/htdig/image \
+ --with-image-dir=%{l_prefix}/share/htdig/image \
--with-image-url-prefix=/openpkg/htdig/image \
- --with-search-dir=%{l_prefix}/web/htdig \
+ --with-search-dir=%{l_prefix}/share/htdig \
--with-search-form=/openpkg/htdig/search.html \
--with-zlib=%{l_prefix} \
--with-apache=%{l_prefix}/bin/apache \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2934 -r1.2935 news.txt
--- openpkg-web/news.txt 17 Jan 2003 19:47:50 -0000 1.2934
+++ openpkg-web/news.txt 17 Jan 2003 20:01:43 -0000 1.2935
@@ -1,3 +1,4 @@
+17-Jan-2003: Upgraded package: P<htdig-3.2.0b3-20030117>
17-Jan-2003: Upgraded package: P<libxslt-1.0.24-20030117>
17-Jan-2003: Upgraded package: P<libxml-2.5.1-20030108>
17-Jan-2003: Upgraded package: P<neon-0.23.5-20030117>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]