5 May 2011 21:07
[13.37] Slackbuild patch for r2e 2.71
Hello, I've tweaked the slackbuild for r2e 2.66 (rss2email) to make it work for the latest r2e version (2.71). One of the files in the source archive changed name, so that had to be fixed. Also, the slackbuild file 'config.py.patch' is no longer necessary, because I used `sed` to do the same replacements that were performed by that patch file. The results of enclosed patch were tested on Slackware64, but since r2e is all Python, I expect this to work on all architectures. Regards, DN -----BEGIN PATCH FILE----- Only in r2e-2.66: config.py.patch diff -u r2e-2.66/r2e.SlackBuild r2e-2.71/r2e.SlackBuild --- r2e-2.66/r2e.SlackBuild 2010-06-16 07:22:12.000000000 +0200 +++ r2e-2.71/r2e.SlackBuild 2011-05-05 20:35:08.000000000 +0200 <at> <at> -33,9 +33,10 <at> <at> # IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Robby Workman <rworkman@...> +# Modified for r2e 2.71 by Dario Niedermann <dnied@...> PRGNAM=r2e -VERSION=2.66 +VERSION=2.71(Continue reading)
RSS Feed