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, openpkg-web, openpkg-src Date: 30-Sep-2002 09:06:32
Branch: HEAD Handle: 2002093008063001
Added files:
openpkg-src/ethereal ethereal.patch
Modified files:
openpkg-re/vcheck vc.ethereal
openpkg-src/ethereal ethereal.spec
openpkg-web news.txt
Log:
upgrade to 0.9.7, patch for FreeBSD, require Perl for pod2man
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-re/vcheck/vc.ethereal
1.1 +10 -0 openpkg-src/ethereal/ethereal.patch
1.3 +5 -3 openpkg-src/ethereal/ethereal.spec
1.1655 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.ethereal
============================================================
$ cvs diff -u -r1.1 -r1.2 vc.ethereal
--- openpkg-re/vcheck/vc.ethereal 27 Sep 2002 14:54:48 -0000 1.1
+++ openpkg-re/vcheck/vc.ethereal 30 Sep 2002 07:06:30 -0000 1.2
@@ -2,7 +2,7 @@
}
prog ethereal = {
- version = 0.9.6
+ version = 0.9.7
url = http://www.ethereal.com/distribution/
regex = ethereal-(__VER__)\.tar\.bz2
}
Index: openpkg-src/ethereal/ethereal.patch
============================================================
$ cvs update -p -r1.1 ethereal.patch
--- gtk/main.c.orig Mon Sep 30 08:59:51 2002
+++ gtk/main.c Mon Sep 30 08:59:38 2002
@@ -43,6 +43,7 @@
#include <string.h>
#include <ctype.h>
+#include <unistd.h>
#ifdef HAVE_IO_H
#include <io.h> /* open/close on win32 */
Index: openpkg-src/ethereal/ethereal.spec
============================================================
$ cvs diff -u -r1.2 -r1.3 ethereal.spec
--- openpkg-src/ethereal/ethereal.spec 27 Sep 2002 14:58:44 -0000 1.2
+++ openpkg-src/ethereal/ethereal.spec 30 Sep 2002 07:06:31 -0000 1.3
@@ -43,16 +43,17 @@
Distribution: OpenPKG [EVAL]
Group: Misc
License: GPL
-Version: 0.9.6
-Release: 20020927
+Version: 0.9.7
+Release: 20020930
# list of sources
Source0: http://www.ethereal.com/distribution/ethereal-%{version}.tar.bz2
+Patch0: ethereal.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, glib, gtk, libpcap, gcc, make
+BuildPreReq: OpenPKG, openpkg >= 20020206, glib, gtk, libpcap, gcc, make, perl
PreReq: OpenPKG, openpkg >= 20020206, glib, gtk, libpcap
%if "%{with_zlib}" == "yes"
BuildPreReq: zlib
@@ -79,6 +80,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1654 -r1.1655 news.txt
--- openpkg-web/news.txt 30 Sep 2002 06:57:01 -0000 1.1654
+++ openpkg-web/news.txt 30 Sep 2002 07:06:31 -0000 1.1655
@@ -1,3 +1,4 @@
+30-Sep-2002: Upgraded package: P<ethereal-0.9.7-20020930>
30-Sep-2002: Upgraded package: P<xterm-1.68-20020930>
29-Sep-2002: Upgraded package: P<perl-5.6.1-20020929>
29-Sep-2002: Upgraded package: P<perl-time-20020929-20020929>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]