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: 12-Oct-2002 08:50:15
Branch: HEAD Handle: 2002101207501302
Modified files:
openpkg-re/vcheck vc.lsof
openpkg-src/lsof lsof.spec
openpkg-web news.txt
Log:
upgrading package: lsof 4.64 -> 4.65
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-re/vcheck/vc.lsof
1.21 +3 -3 openpkg-src/lsof/lsof.spec
1.1757 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.lsof
============================================================
$ cvs diff -u -r1.5 -r1.6 vc.lsof
--- openpkg-re/vcheck/vc.lsof 26 Jun 2002 18:55:57 -0000 1.5
+++ openpkg-re/vcheck/vc.lsof 12 Oct 2002 06:50:13 -0000 1.6
@@ -2,7 +2,7 @@
}
prog lsof = {
- version = 4.64
+ version = 4.65
url = ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/
regex = lsof_(__VER__)\.tar\.gz
}
Index: openpkg-src/lsof/lsof.spec
============================================================
$ cvs diff -u -r1.20 -r1.21 lsof.spec
--- openpkg-src/lsof/lsof.spec 15 Aug 2002 17:29:45 -0000 1.20
+++ openpkg-src/lsof/lsof.spec 12 Oct 2002 06:50:15 -0000 1.21
@@ -32,8 +32,8 @@
Distribution: OpenPKG [BASE]
Group: Filesystem
License: BSD
-Version: 4.64
-Release: 20020815
+Version: 4.65
+Release: 20021012
# list of sources
Source0: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
@@ -62,7 +62,7 @@
*-solaris* ) platform="solaris" ;;
* ) echo "Platform %{l_target} not supported" 1>&2; exit 1 ;;
esac
- ./Configure -n $platform
+ PATH=/bin:/usr/bin:$PATH ./Configure -n $platform
%{l_make} %{l_mflags}
%install
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1756 -r1.1757 news.txt
--- openpkg-web/news.txt 11 Oct 2002 19:21:32 -0000 1.1756
+++ openpkg-web/news.txt 12 Oct 2002 06:50:14 -0000 1.1757
@@ -1,3 +1,4 @@
+12-Oct-2002: Upgraded package: P<lsof-4.65-20021012>
11-Oct-2002: Upgraded package: P<bison-1.35-20021011>
11-Oct-2002: Upgraded package: P<vim-6.1.214-20021011>
11-Oct-2002: Upgraded package: P<whois-4.5.31-20021011>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]