[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2009-06-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   07-Jun-2009 09:46:53
  Branch: HEAD Handle: 2009060708465300

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.4.1 - 4.4.2

  Summary:
RevisionChanges Path
1.91+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.90 -r1.91 findutils.spec
  --- openpkg-src/findutils/findutils.spec  23 Apr 2009 17:12:43 -  
1.90
  +++ openpkg-src/findutils/findutils.spec  7 Jun 2009 07:46:53 -   
1.91
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:ShellUtils
   License:  GPL
  -Version:  4.4.1
  -Release:  20090423
  +Version:  4.4.2
  +Release:  20090607
   
   #   package options
   %option   with_largefile  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2009-04-23 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   23-Apr-2009 19:12:44
  Branch: HEAD Handle: 2009042318124300

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.4.0 - 4.4.1

  Summary:
RevisionChanges Path
1.90+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.89 -r1.90 findutils.spec
  --- openpkg-src/findutils/findutils.spec  18 Apr 2009 13:10:17 -  
1.89
  +++ openpkg-src/findutils/findutils.spec  23 Apr 2009 17:12:43 -  
1.90
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:ShellUtils
   License:  GPL
  -Version:  4.4.0
  -Release:  20080315
  +Version:  4.4.1
  +Release:  20090423
   
   #   package options
   %option   with_largefile  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2008-03-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Mar-2008 17:42:00
  Branch: HEAD Handle: 2008031516415900

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.33 - 4.4.0

  Summary:
RevisionChanges Path
1.88+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.87 -r1.88 findutils.spec
  --- openpkg-src/findutils/findutils.spec  21 Feb 2008 07:14:43 -  
1.87
  +++ openpkg-src/findutils/findutils.spec  15 Mar 2008 16:41:59 -  
1.88
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:ShellUtils
   License:  GPL
  -Version:  4.2.33
  -Release:  20080221
  +Version:  4.4.0
  +Release:  20080315
   
   #   package options
   %option   with_largefile  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2008-02-20 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   21-Feb-2008 08:14:46
  Branch: HEAD Handle: 2008022107144300

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
allow one to enable largefile support

  Summary:
RevisionChanges Path
1.87+8  -1  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.86 -r1.87 findutils.spec
  --- openpkg-src/findutils/findutils.spec  14 Feb 2008 08:21:55 -  
1.86
  +++ openpkg-src/findutils/findutils.spec  21 Feb 2008 07:14:43 -  
1.87
  @@ -32,7 +32,10 @@
   Group:ShellUtils
   License:  GPL
   Version:  4.2.33
  -Release:  20080214
  +Release:  20080221
  +
  +#   package options
  +%option   with_largefile  no
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -72,7 +75,11 @@
   --libexecdir=%{l_prefix}/libexec/findutils \
   --datarootdir=%{l_prefix} \
   --localstatedir=%{l_prefix}/var/findutils \
  +%if %{with_largefile} == yes
  +--enable-largefile \
  +%else
   --disable-largefile \
  +%endif
   --disable-nls
   %{l_make} %{l_mflags}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2008-01-25 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   26-Jan-2008 08:38:46
  Branch: HEAD Handle: 2008012607384600

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.31 - 4.2.32

  Summary:
RevisionChanges Path
1.85+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.84 -r1.85 findutils.spec
  --- openpkg-src/findutils/findutils.spec  1 Jan 2008 14:53:47 -   
1.84
  +++ openpkg-src/findutils/findutils.spec  26 Jan 2008 07:38:46 -  
1.85
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:ShellUtils
   License:  GPL
  -Version:  4.2.31
  -Release:  20080101
  +Version:  4.2.32
  +Release:  20080126
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2007-08-22 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Aug-2007 00:50:58
  Branch: HEAD Handle: 2007082223505600

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
move charset.alias file from lib/ to lib/findutils/ in order to
resolve a file conflict with 'iconv' package

  Summary:
RevisionChanges Path
1.83+2  -1  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.82 -r1.83 findutils.spec
  --- openpkg-src/findutils/findutils.spec  31 May 2007 15:56:47 -  
1.82
  +++ openpkg-src/findutils/findutils.spec  22 Aug 2007 22:50:56 -  
1.83
  @@ -33,7 +33,7 @@
   Group:ShellUtils
   License:  GPL
   Version:  4.2.31
  -Release:  20070531
  +Release:  20070823
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -69,6 +69,7 @@
   GREP=grep \
   ./configure \
   --prefix=%{l_prefix} \
  +--libdir=%{l_prefix}/lib/findutils \
   --libexecdir=%{l_prefix}/libexec/findutils \
   --datarootdir=%{l_prefix} \
   --localstatedir=%{l_prefix}/var/findutils \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2007-02-28 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   28-Feb-2007 18:08:53
  Branch: HEAD Handle: 2007022817085300

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.29 - 4.2.30

  Summary:
RevisionChanges Path
1.81+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.80 -r1.81 findutils.spec
  --- openpkg-src/findutils/findutils.spec  1 Jan 2007 17:37:47 -   
1.80
  +++ openpkg-src/findutils/findutils.spec  28 Feb 2007 17:08:53 -  
1.81
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:ShellUtils
   License:  GPL
  -Version:  4.2.29
  -Release:  20061126
  +Version:  4.2.30
  +Release:  20070228
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2006-10-04 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Oct-2006 11:38:07
  Branch: HEAD Handle: 2006100410380600

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
fix directory layout

  Summary:
RevisionChanges Path
1.77+2  -1  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.76 -r1.77 findutils.spec
  --- openpkg-src/findutils/findutils.spec  3 Oct 2006 18:04:19 -   
1.76
  +++ openpkg-src/findutils/findutils.spec  4 Oct 2006 09:38:06 -   
1.77
  @@ -33,7 +33,7 @@
   Group:ShellUtils
   License:  GPL
   Version:  4.2.28
  -Release:  20061003
  +Release:  20061004
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -70,6 +70,7 @@
   ./configure \
   --prefix=%{l_prefix} \
   --libexecdir=%{l_prefix}/libexec/findutils \
  +--datarootdir=%{l_prefix} \
   --localstatedir=%{l_prefix}/var/findutils \
   --disable-largefile \
   --disable-nls
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2006-10-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   03-Oct-2006 20:04:20
  Branch: HEAD Handle: 2006100319041900

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
apply the usual Solaris workaround

  Summary:
RevisionChanges Path
1.76+2  -1  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.75 -r1.76 findutils.spec
  --- openpkg-src/findutils/findutils.spec  24 Sep 2006 12:29:07 -  
1.75
  +++ openpkg-src/findutils/findutils.spec  3 Oct 2006 18:04:19 -   
1.76
  @@ -33,7 +33,7 @@
   Group:ShellUtils
   License:  GPL
   Version:  4.2.28
  -Release:  20060924
  +Release:  20061003
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -66,6 +66,7 @@
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   SORT=%{l_prefix}/bin/gsort \
  +GREP=grep \
   ./configure \
   --prefix=%{l_prefix} \
   --libexecdir=%{l_prefix}/libexec/findutils \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-12-07 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2005 09:23:50
  Branch: HEAD Handle: 2005120708235000

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.26 - 4.2.27

  Summary:
RevisionChanges Path
1.71+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.70 -r1.71 findutils.spec
  --- openpkg-src/findutils/findutils.spec  24 Nov 2005 07:31:57 -  
1.70
  +++ openpkg-src/findutils/findutils.spec  7 Dec 2005 08:23:50 -   
1.71
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.26
  -Release:  20051124
  +Version:  4.2.27
  +Release:  20051207
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-11-20 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   20-Nov-2005 21:33:29
  Branch: HEAD Handle: 2005112020332800

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.25 - 4.2.26

  Summary:
RevisionChanges Path
1.69+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.68 -r1.69 findutils.spec
  --- openpkg-src/findutils/findutils.spec  22 Sep 2005 13:40:40 -  
1.68
  +++ openpkg-src/findutils/findutils.spec  20 Nov 2005 20:33:28 -  
1.69
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.25
  -Release:  20050922
  +Version:  4.2.26
  +Release:  20051120
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-06-21 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   21-Jun-2005 20:57:13
  Branch: HEAD Handle: 2005062119571300

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.20 - 4.2.23

  Summary:
RevisionChanges Path
1.65+3  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.64 -r1.65 findutils.spec
  --- openpkg-src/findutils/findutils.spec  24 Mar 2005 11:18:46 -  
1.64
  +++ openpkg-src/findutils/findutils.spec  21 Jun 2005 18:57:13 -  
1.65
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.20
  -Release:  20050317
  +Version:  4.2.23
  +Release:  20050621
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -60,6 +60,7 @@
   
   %prep
   %setup -q
  +exit 0
   %patch -p0
   
   %build
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-03-17 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   17-Mar-2005 17:06:25
  Branch: HEAD Handle: 2005031716062500

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.19 - 4.2.20

  Summary:
RevisionChanges Path
1.63+4  -4  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.62 -r1.63 findutils.spec
  --- openpkg-src/findutils/findutils.spec  8 Mar 2005 11:04:05 -   
1.62
  +++ openpkg-src/findutils/findutils.spec  17 Mar 2005 16:06:25 -  
1.63
  @@ -33,11 +33,11 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.19
  -Release:  20050308
  +Version:  4.2.20
  +Release:  20050317
   
   #   list of sources
  -Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  +Source0:  ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
   Source1:  rc.findutils
   Patch0:   findutils.patch
   
  @@ -55,7 +55,7 @@
   %track
   prog findutils = {
   version   = %{version}
  -url   = ftp://alpha.gnu.org/gnu/findutils/
  +url   = ftp://ftp.gnu.org/gnu/findutils/
   regex = findutils-(__VER__)\.tar\.gz
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-02-16 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   16-Feb-2005 20:07:38
  Branch: HEAD Handle: 2005021619073800

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.17 - 4.2.18

  Summary:
RevisionChanges Path
1.61+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.60 -r1.61 findutils.spec
  --- openpkg-src/findutils/findutils.spec  11 Feb 2005 08:08:12 -  
1.60
  +++ openpkg-src/findutils/findutils.spec  16 Feb 2005 19:07:38 -  
1.61
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.17
  -Release:  20050211
  +Version:  4.2.18
  +Release:  20050216
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-02-06 Thread Ralf S. Engelschall
  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  Date:   06-Feb-2005 12:51:35
  Branch: HEAD Handle: 2005020611513500

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
requires GNU make

  Summary:
RevisionChanges Path
1.58+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.57 -r1.58 findutils.spec
  --- openpkg-src/findutils/findutils.spec  5 Feb 2005 21:34:35 -   
1.57
  +++ openpkg-src/findutils/findutils.spec  6 Feb 2005 11:51:35 -   
1.58
  @@ -34,7 +34,7 @@
   Group:Utility
   License:  GPL
   Version:  4.2.16
  -Release:  20050205
  +Release:  20050206
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -43,7 +43,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130
  +BuildPreReq:  OpenPKG, openpkg = 20040130, make
   PreReq:   OpenPKG, openpkg = 20040130, coreutils
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-01-29 Thread Ralf S. Engelschall
  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  Date:   29-Jan-2005 10:22:57
  Branch: HEAD Handle: 2005012909225700

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.14 - 4.2.15

  Summary:
RevisionChanges Path
1.56+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.55 -r1.56 findutils.spec
  --- openpkg-src/findutils/findutils.spec  26 Jan 2005 18:26:10 -  
1.55
  +++ openpkg-src/findutils/findutils.spec  29 Jan 2005 09:22:57 -  
1.56
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.14
  -Release:  20050126
  +Version:  4.2.15
  +Release:  20050129
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-01-26 Thread Ralf S. Engelschall
  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  Date:   26-Jan-2005 19:26:10
  Branch: HEAD Handle: 2005012618261000

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.11 - 4.2.14

  Summary:
RevisionChanges Path
1.55+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.54 -r1.55 findutils.spec
  --- openpkg-src/findutils/findutils.spec  4 Jan 2005 08:26:43 -   
1.54
  +++ openpkg-src/findutils/findutils.spec  26 Jan 2005 18:26:10 -  
1.55
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.11
  -Release:  20050104
  +Version:  4.2.14
  +Release:  20050126
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2005-01-04 Thread Ralf S. Engelschall
  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  Date:   04-Jan-2005 09:26:44
  Branch: HEAD Handle: 2005010408264300

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.10 - 4.2.11

  Summary:
RevisionChanges Path
1.54+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.53 -r1.54 findutils.spec
  --- openpkg-src/findutils/findutils.spec  1 Jan 2005 10:49:04 -   
1.53
  +++ openpkg-src/findutils/findutils.spec  4 Jan 2005 08:26:43 -   
1.54
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.10
  -Release:  20041206
  +Version:  4.2.11
  +Release:  20050104
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2004-12-05 Thread Ralf S. Engelschall
  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  Date:   05-Dec-2004 19:35:36
  Branch: HEAD Handle: 2004120518353600

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
even 4.2.9 doesn't work

  Summary:
RevisionChanges Path
1.51+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.50 -r1.51 findutils.spec
  --- openpkg-src/findutils/findutils.spec  22 Nov 2004 14:42:53 -  
1.50
  +++ openpkg-src/findutils/findutils.spec  5 Dec 2004 18:35:36 -   
1.51
  @@ -34,7 +34,7 @@
   Group:Utility
   License:  GPL
   Version:  4.2.5
  -Release:  20041122
  +Release:  20041205
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -54,7 +54,7 @@
   
   %track
   prog findutils = {
  -comment   = tho:22.11.04: Version 4.2.7 requires getmntent() which 
seems not to be available in FreeBSD
  +comment   = rse: 4.2.6-4.2.9 requires getmntent(2) which is not 
available under FreeBSD
   version   = %{version}
   url   = ftp://alpha.gnu.org/gnu/findutils/
   regex = findutils-(__VER__)\.tar\.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2004-11-22 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Nov-2004 14:36:02
  Branch: HEAD Handle: 2004112213360100

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
modifying package: findutils-4.2.5 20041120 - 20041122

  Summary:
RevisionChanges Path
1.49+2  -1  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.48 -r1.49 findutils.spec
  --- openpkg-src/findutils/findutils.spec  20 Nov 2004 08:12:32 -  
1.48
  +++ openpkg-src/findutils/findutils.spec  22 Nov 2004 13:36:01 -  
1.49
  @@ -34,7 +34,7 @@
   Group:Utility
   License:  GPL
   Version:  4.2.5
  -Release:  20041120
  +Release:  20041122
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ -54,6 +54,7 @@
   
   %track
   prog findutils = {
  +comment   = tho:22.11.04: Version 4.2.5 requires getmntent() which 
seems not to be available in FreeBSD
   version   = %{version}
   url   = ftp://alpha.gnu.org/gnu/findutils/
   regex = findutils-(__VER__)\.tar\.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2004-11-22 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Nov-2004 15:42:54
  Branch: HEAD Handle: 2004112214425300

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
wrong version in comment

  Summary:
RevisionChanges Path
1.50+1  -1  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.49 -r1.50 findutils.spec
  --- openpkg-src/findutils/findutils.spec  22 Nov 2004 13:36:01 -  
1.49
  +++ openpkg-src/findutils/findutils.spec  22 Nov 2004 14:42:53 -  
1.50
  @@ -54,7 +54,7 @@
   
   %track
   prog findutils = {
  -comment   = tho:22.11.04: Version 4.2.5 requires getmntent() which 
seems not to be available in FreeBSD
  +comment   = tho:22.11.04: Version 4.2.7 requires getmntent() which 
seems not to be available in FreeBSD
   version   = %{version}
   url   = ftp://alpha.gnu.org/gnu/findutils/
   regex = findutils-(__VER__)\.tar\.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2004-11-09 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   09-Nov-2004 11:01:29
  Branch: HEAD Handle: 2004110910012800

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.3 - 4.2.4

  Summary:
RevisionChanges Path
1.47+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.46 -r1.47 findutils.spec
  --- openpkg-src/findutils/findutils.spec  31 Oct 2004 19:04:46 -  
1.46
  +++ openpkg-src/findutils/findutils.spec  9 Nov 2004 10:01:28 -   
1.47
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.3
  -Release:  20041031
  +Version:  4.2.4
  +Release:  20041109
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2004-10-31 Thread Ralf S. Engelschall
  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  Date:   31-Oct-2004 20:04:48
  Branch: HEAD Handle: 2004103119044600

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.2 - 4.2.3

  Summary:
RevisionChanges Path
1.46+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.45 -r1.46 findutils.spec
  --- openpkg-src/findutils/findutils.spec  26 Oct 2004 08:30:55 -  1.45
  +++ openpkg-src/findutils/findutils.spec  31 Oct 2004 19:04:46 -  1.46
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.2
  -Release:  20041026
  +Version:  4.2.3
  +Release:  20041031
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2004-10-18 Thread Ralf S. Engelschall
  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  Date:   18-Oct-2004 09:32:51
  Branch: HEAD Handle: 2004101808325100

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.2.0 - 4.2.1

  Summary:
RevisionChanges Path
1.44+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.43 -r1.44 findutils.spec
  --- openpkg-src/findutils/findutils.spec  17 Oct 2004 07:29:44 -  1.43
  +++ openpkg-src/findutils/findutils.spec  18 Oct 2004 07:32:51 -  1.44
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.2.0
  -Release:  20041017
  +Version:  4.2.1
  +Release:  20041018
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/findutils/ findutils.spec

2004-10-17 Thread Ralf S. Engelschall
  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  Date:   17-Oct-2004 09:29:45
  Branch: HEAD Handle: 2004101708294400

  Modified files:
openpkg-src/findutils   findutils.spec

  Log:
upgrading package: findutils 4.1.20 - 4.2.0

  Summary:
RevisionChanges Path
1.43+2  -2  openpkg-src/findutils/findutils.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.spec
  
  $ cvs diff -u -r1.42 -r1.43 findutils.spec
  --- openpkg-src/findutils/findutils.spec  20 Sep 2004 16:17:10 -  1.42
  +++ openpkg-src/findutils/findutils.spec  17 Oct 2004 07:29:44 -  1.43
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Utility
   License:  GPL
  -Version:  4.1.20
  -Release:  20040920
  +Version:  4.2.0
  +Release:  20041017
   
   #   list of sources
   Source0:  ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]