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: 08-Oct-2003 13:20:11
Branch: HEAD Handle: 2003100812200902
Modified files:
openpkg-src/inn inn.spec
openpkg-web news.txt
Log:
do not destroy an occuring -lcrypt accidently
Summary:
Revision Changes Path
1.83 +2 -2 openpkg-src/inn/inn.spec
1.6921 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 inn.spec
--- openpkg-src/inn/inn.spec 21 Aug 2003 09:10:32 -0000 1.82
+++ openpkg-src/inn/inn.spec 8 Oct 2003 11:20:11 -0000 1.83
@@ -33,7 +33,7 @@
Group: News
License: ISC
Version: 2.4.0
-Release: 20030821
+Release: 20031008
# package options
%option with_fsl yes
@@ -78,7 +78,7 @@
-e "s;^#sourceaddress:.*;sourceaddress: 127.0.0.1;" \
samples/inn.conf.in
%{l_shtool} subst \
- -e 's;\(ExtUtils::Embed.*ldopts.*tail -1\);\1 | sed -e "s/ -lc/ /";' \
+ -e 's;\(ExtUtils::Embed.*ldopts.*tail -1\);\1 | sed -e "s/ -lc\\$/ /" -e
"s/ -lc / /";' \
configure
# configure the source tree
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6920 -r1.6921 news.txt
--- openpkg-web/news.txt 8 Oct 2003 10:22:40 -0000 1.6920
+++ openpkg-web/news.txt 8 Oct 2003 11:20:09 -0000 1.6921
@@ -1,3 +1,4 @@
+08-Oct-2003: Upgraded package: P<inn-2.4.0-20031008>
08-Oct-2003: New package: P<fvwm-2.4.16-20031008>
08-Oct-2003: Upgraded package: P<openpkg-20031008-20031008>
08-Oct-2003: Upgraded package: P<perl-util-20031008-20031008>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]