pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc move patch that seems to be in the wrong package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dc9e14d6d4f
branches:  trunk
changeset: 421871:1dc9e14d6d4f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jan 18 23:59:51 2020 +0000

description:
move patch that seems to be in the wrong package

(Hi Joerg)

diffstat:

 sysutils/mc/distinfo                                    |   3 +--
 sysutils/mc/patches/patch-hacks_images_Makefile.in      |  12 ------------
 x11/xscreensaver/distinfo                               |   3 ++-
 x11/xscreensaver/patches/patch-hacks_images_Makefile.in |  12 ++++++++++++
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (63 lines):

diff -r fe811d8f874f -r 1dc9e14d6d4f sysutils/mc/distinfo
--- a/sysutils/mc/distinfo      Sat Jan 18 23:30:43 2020 +0000
+++ b/sysutils/mc/distinfo      Sat Jan 18 23:59:51 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2020/01/10 21:18:44 joerg Exp $
+$NetBSD: distinfo,v 1.36 2020/01/18 23:59:51 tnn Exp $
 
 SHA1 (mc-4.8.23.tar.xz) = 021a33828922b45d18daa23189d6c86d17e61e09
 RMD160 (mc-4.8.23.tar.xz) = 4eda875d4988d1aa353c771e803b3dca9e3dee1a
@@ -6,6 +6,5 @@
 Size (mc-4.8.23.tar.xz) = 2552944 bytes
 SHA1 (patch-ac) = d01357b685acd8e863510248ed7519ae2821757f
 SHA1 (patch-ad) = 4484b91511cf5bac73f4ae940988d46239e2cd95
-SHA1 (patch-hacks_images_Makefile.in) = 556fc629ee603ecf036aa633e2de9ce2fbc1a987
 SHA1 (patch-src_subshell_common.c) = b6d390da68aa0028d21683b1959340e51f67efd6
 SHA1 (patch-src_vfs_sfs_Makefile.in) = 90ce81b0dcf2ef2134884137d86e147219d180ed
diff -r fe811d8f874f -r 1dc9e14d6d4f sysutils/mc/patches/patch-hacks_images_Makefile.in
--- a/sysutils/mc/patches/patch-hacks_images_Makefile.in        Sat Jan 18 23:30:43 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-hacks_images_Makefile.in,v 1.1 2020/01/10 21:18:44 joerg Exp $
-
---- hacks/images/Makefile.in.orig      2020-01-09 22:14:28.085388682 +0000
-+++ hacks/images/Makefile.in
-@@ -33,6 +33,7 @@ gen:
- # %.png dependency below works because VPATH contains subdirs
- # of 'images' dir not only 'images' itself
- gen/%_png.h: %.png
-+      mkdir -p gen
-       echo $(UTILS_SRC)/bin2c "$<" "$@"
-       $(UTILS_SRC)/bin2c "$<" "$@"
- 
diff -r fe811d8f874f -r 1dc9e14d6d4f x11/xscreensaver/distinfo
--- a/x11/xscreensaver/distinfo Sat Jan 18 23:30:43 2020 +0000
+++ b/x11/xscreensaver/distinfo Sat Jan 18 23:59:51 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.78 2020/01/02 10:29:00 hauke Exp $
+$NetBSD: distinfo,v 1.79 2020/01/18 23:59:51 tnn Exp $
 
 SHA1 (xscreensaver/xscreensaver-5.43.tar.gz) = 7a0e24b224e1316f0a211446db301de1c22daaa0
 RMD160 (xscreensaver/xscreensaver-5.43.tar.gz) = cd289aa0c083c517b5e2b525dc07ebfd508cd132
@@ -6,4 +6,5 @@
 Size (xscreensaver/xscreensaver-5.43.tar.gz) = 26973508 bytes
 SHA1 (patch-ad) = ff03b044ca82964c3b9535b84a7dcca6d5f8f1bb
 SHA1 (patch-af) = 4ee300a205a0ac448939ac2776087db48d808ad8
+SHA1 (patch-hacks_images_Makefile.in) = 556fc629ee603ecf036aa633e2de9ce2fbc1a987
 SHA1 (patch-utils_Makefile.in) = 785112970eb71334d89e560b2b251e5053374748
diff -r fe811d8f874f -r 1dc9e14d6d4f x11/xscreensaver/patches/patch-hacks_images_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xscreensaver/patches/patch-hacks_images_Makefile.in   Sat Jan 18 23:59:51 2020 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-hacks_images_Makefile.in,v 1.1 2020/01/18 23:59:51 tnn Exp $
+
+--- hacks/images/Makefile.in.orig      2020-01-09 22:14:28.085388682 +0000
++++ hacks/images/Makefile.in
+@@ -33,6 +33,7 @@ gen:
+ # %.png dependency below works because VPATH contains subdirs
+ # of 'images' dir not only 'images' itself
+ gen/%_png.h: %.png
++      mkdir -p gen
+       echo $(UTILS_SRC)/bin2c "$<" "$@"
+       $(UTILS_SRC)/bin2c "$<" "$@"
+ 



Home | Main Index | Thread Index | Old Index