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: 24-Sep-2008 20:45:27 Branch: HEAD Handle: 2008092419452600 Modified files: openpkg-src/svnnotify svnnotify.patch svnnotify.spec Log: upgrading package: svnnotify 2.77 -> 2.78 Summary: Revision Changes Path 1.12 +12 -12 openpkg-src/svnnotify/svnnotify.patch 1.18 +2 -2 openpkg-src/svnnotify/svnnotify.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/svnnotify/svnnotify.patch ============================================================================ $ cvs diff -u -r1.11 -r1.12 svnnotify.patch --- openpkg-src/svnnotify/svnnotify.patch 19 Jul 2008 19:32:19 -0000 1.11 +++ openpkg-src/svnnotify/svnnotify.patch 24 Sep 2008 18:45:26 -0000 1.12 @@ -1,7 +1,7 @@ -Index: SVN-Notify-2.77/lib/SVN/Notify.pm ---- SVN-Notify-2.77/lib/SVN/Notify.pm.orig 2008-02-29 18:03:27 +0100 -+++ SVN-Notify-2.77/lib/SVN/Notify.pm 2008-03-03 07:42:18 +0100 -@@ -938,7 +938,7 @@ +Index: SVN-Notify-2.78/lib/SVN/Notify.pm +--- SVN-Notify-2.78/lib/SVN/Notify.pm.orig 2008-09-24 06:41:21 +0200 ++++ SVN-Notify-2.78/lib/SVN/Notify.pm 2008-09-24 20:43:29 +0200 +@@ -1011,7 +1011,7 @@ my $exe = SVN::Notify->find_exe($exe_name); This method searches through the system path, as well as the extra directories @@ -10,12 +10,12 @@ C<svnlook> and C<sendmail> for an executable file with the name C<$exe_name>. The first one it finds is returned with its full path. If none is found, C<find_exe()> returns undef. -@@ -950,7 +950,7 @@ - $exe .= '.exe' if WIN32; - require File::Spec; +@@ -1025,7 +1025,7 @@ + require Config; for my $path ( -- File::Spec->path, qw(/usr/local/bin /usr/bin /usr/sbin), -+ File::Spec->path, qw(@l_prefix@/bin /usr/bin /usr/sbin), - 'C:\\program files\\subversion\\bin' - ) { - my $file = File::Spec->catfile($path, $exe); + File::Spec->path, +- qw(/usr/local/bin /usr/bin /usr/sbin), ++ qw(@l_prefix@/bin /usr/bin /usr/sbin), + 'C:\\program files\\subversion\\bin', + $Config::Config{installbin}, + $Config::Config{installscript}, @@ . patch -p0 <<'@@ .' Index: openpkg-src/svnnotify/svnnotify.spec ============================================================================ $ cvs diff -u -r1.17 -r1.18 svnnotify.spec --- openpkg-src/svnnotify/svnnotify.spec 19 Jul 2008 19:32:19 -0000 1.17 +++ openpkg-src/svnnotify/svnnotify.spec 24 Sep 2008 18:45:26 -0000 1.18 @@ -22,7 +22,7 @@ ## # package version -%define V_svn_notify 2.77 +%define V_svn_notify 2.78 %define V_svn_notify_config 0.0911 %define V_svn_notify_mirror 0.038 @@ -37,7 +37,7 @@ Group: SCM License: GPL/Artistic Version: %{V_svn_notify} -Release: 20080719 +Release: 20080924 # package options %option with_config yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org