pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/patch Update to 2.7.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58d09ac271c9
branches:  trunk
changeset: 650456:58d09ac271c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 23 08:20:45 2015 +0000

description:
Update to 2.7.5:

Changes in version 2.7.5:

* There are users which expect patch to follow symbolic links in the working
  directory, so patch now again follows symbolic links as long as they do not
  leave the working directory.

diffstat:

 devel/patch/Makefile |  10 +++++-----
 devel/patch/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r c46980d28639 -r 58d09ac271c9 devel/patch/Makefile
--- a/devel/patch/Makefile      Thu Apr 23 06:58:34 2015 +0000
+++ b/devel/patch/Makefile      Thu Apr 23 08:20:45 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2015/02/20 07:09:19 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2015/04/23 08:20:45 wiz Exp $
 
-DISTNAME=      patch-2.7.4
+DISTNAME=      patch-2.7.5
 CATEGORIES=    devel
 MASTER_SITES=   ${MASTER_SITE_GNU:=patch/}
 EXTRACT_SUFX=  .tar.xz
@@ -22,9 +22,9 @@
 
 do-patch:
 .for stdhdr in sys/param.h sys/stat.h string.h
-       echo "#ifdef HAVE_${stdhdr:tu:C,[/.],_,g}" >> ${WRKSRC}/config.hin
-       echo "#include <${stdhdr}>" >> ${WRKSRC}/config.hin
-       echo "#endif" >> ${WRKSRC}/config.hin
+       ${ECHO} "#ifdef HAVE_${stdhdr:tu:C,[/.],_,g}" >> ${WRKSRC}/config.hin
+       ${ECHO} "#include <${stdhdr}>" >> ${WRKSRC}/config.hin
+       ${ECHO} "#endif" >> ${WRKSRC}/config.hin
 .endfor
 
 SYMLINKS       = bin/gpatch ${PKGGNUDIR}bin/patch \
diff -r c46980d28639 -r 58d09ac271c9 devel/patch/distinfo
--- a/devel/patch/distinfo      Thu Apr 23 06:58:34 2015 +0000
+++ b/devel/patch/distinfo      Thu Apr 23 08:20:45 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2015/02/08 09:29:43 mef Exp $
+$NetBSD: distinfo,v 1.10 2015/04/23 08:20:45 wiz Exp $
 
-SHA1 (patch-2.7.4.tar.xz) = b2e29867263095e0f8bfd4b1319124b04102f2b0
-RMD160 (patch-2.7.4.tar.xz) = 4531f6a4f9fbae08b831e3f289946f5d4e2bfb71
-Size (patch-2.7.4.tar.xz) = 714392 bytes
+SHA1 (patch-2.7.5.tar.xz) = 8fd8f8f8ba640d871bce1bd33c7fd5e2ebe03a1e
+RMD160 (patch-2.7.5.tar.xz) = 90cba07686477e4331b30701098d896784ec5689
+Size (patch-2.7.5.tar.xz) = 727704 bytes



Home | Main Index | Thread Index | Old Index