[Lunar-commits] <moonbase> patch: version bumped to 2.5.9.

Florin Braescu florin at lunar-linux.org
Thu Apr 9 14:49:54 CEST 2009


commit 46468dc0b4772539b7db29be9856b22c41c33528
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Apr 9 15:49:54 2009 +0300

    patch: version bumped to 2.5.9.
    
    Changes:
    * patch -D now outputs preprocessor lines without comments, as required
      by POSIX 1003.1-2001.
    * File names in context patches may now contain spaces, so long
      as the context patch headers use a tab to separate the file name
      from the time stamp.
    * Perforce is now supported.
    * Patch lines beginning with "#" are comments and are ignored.
    * The bug reporting address is now <bug-patch at gnu.org>.
    * Bugfixes.
---
 devel/patch/DETAILS |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/devel/patch/DETAILS b/devel/patch/DETAILS
index a80eb51..c85afb0 100644
--- a/devel/patch/DETAILS
+++ b/devel/patch/DETAILS
@@ -1,12 +1,14 @@
            MODULE=patch
-         VERSION=2.5.4
+         VERSION=2.5.9
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$GNU_URL/$MODULE/
-   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+   SOURCE_URL[0]=$GNU_URL/$MODULE
+   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+      SOURCE_VFY=sha1:9a69f7191576549255f046487da420989d2834a6
         WEB_SITE=http://www.gnu.org/software/patch/patch.html
          ENTERED=20010922
-         UPDATED=20010922
+         UPDATED=20090409
            SHORT="patch applies a patch to a file"
+
 cat << EOF
 patch - Applies a patch to a file
 GNU version of Larry Wall's program that takes "diff's" output and


More information about the Lunar-commits mailing list