diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-23 08:20:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-23 08:20:45 +0000 |
commit | 578b7cb5ee374844e6a6a57d905ee9462f899cc5 (patch) | |
tree | cbf2ac914e965e7c8ecc27dada41933a3504d75f /devel | |
parent | 03b2f8ad73ea0e78759a1ab64b7e9e25bc3896ce (diff) | |
download | pkgsrc-578b7cb5ee374844e6a6a57d905ee9462f899cc5.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/patch/Makefile | 10 | ||||
-rw-r--r-- | devel/patch/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 1b1c7190e93..85155e81d3b 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -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 @@ INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1 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 --git a/devel/patch/distinfo b/devel/patch/distinfo index 5bfc7f6577f..b3f3d6a0d1c 100644 --- a/devel/patch/distinfo +++ b/devel/patch/distinfo @@ -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 |