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 Date: 23-Jan-2003 16:47:03
Branch: HEAD Handle: 2003012315470101
Modified files:
openpkg-src/mico mico.spec rc.mico
openpkg-web news.txt
Log:
Use different ports for different daemons, of course.
Summary:
Revision Changes Path
1.17 +2 -4 openpkg-src/mico/mico.spec
1.5 +1 -1 openpkg-src/mico/rc.mico
1.3016 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 mico.spec
--- openpkg-src/mico/mico.spec 17 Jan 2003 16:41:42 -0000 1.16
+++ openpkg-src/mico/mico.spec 23 Jan 2003 15:47:02 -0000 1.17
@@ -33,15 +33,14 @@
Group: System
License: LGPL/GPL
Version: 2.3.7
-Release: 20030117
+Release: 20030123
# package options
%option with_ssl no
%option with_qt no
# list of sources
-Source0: http://www.mico.org/mico-%{version}.tar.gz
-Source1: qtmico.cc
+Source0: ftp://ftp.objectsecurity.com/pub/mico-gup-021211.tar.gz
Source2: rc.mico
Patch0: mico.patch
@@ -102,7 +101,6 @@
%endif
--disable-mini-stl \
--disable-shared
- cp -f %{SOURCE qtmico.cc} auxdir/
%{l_make} %{l_mflags}
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mico/rc.mico
============================================================================
$ cvs diff -u -r1.4 -r1.5 rc.mico
--- openpkg-src/mico/rc.mico 17 Jan 2003 19:09:08 -0000 1.4
+++ openpkg-src/mico/rc.mico 23 Jan 2003 15:47:02 -0000 1.5
@@ -7,7 +7,7 @@
mico_enable="no"
mico_micod="no"
mico_nsd="no"
- mico_nsd_args="-ORBGIOPVersion 1.2 -ORBIIOPVersion 1.2 -ORBIIOPAddr inet:`uname
-n`:8912"
+ mico_nsd_args="-ORBGIOPVersion 1.2 -ORBIIOPVersion 1.2 -ORBIIOPAddr inet:`uname
-n`:8914"
mico_micod_args="-ORBGIOPVersion 1.2 -ORBIIOPVersion 1.2 -ORBIIOPAddr
inet:`uname -n`:8912"
%start -p 200 -u @l_musr@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3015 -r1.3016 news.txt
--- openpkg-web/news.txt 23 Jan 2003 15:14:38 -0000 1.3015
+++ openpkg-web/news.txt 23 Jan 2003 15:47:01 -0000 1.3016
@@ -1,3 +1,4 @@
+23-Jan-2003: Upgraded package: P<mico-2.3.7-20030123>
23-Jan-2003: New package: P<perl56-5.6.1-20030123>
23-Jan-2003: Upgraded package: P<apache-1.3.27-20030123>
23-Jan-2003: Upgraded package: P<as-gui-0.5.21-20030123>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]