pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ucspi-tcp Modernize patch filename. No functional ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5de19faf56f
branches:  trunk
changeset: 309476:a5de19faf56f
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 18 10:54:30 2018 +0000

description:
Modernize patch filename. No functional change intended.

diffstat:

 net/ucspi-tcp/distinfo               |   4 +-
 net/ucspi-tcp/patches/patch-Makefile |  42 ++++++++++++++++++++++++++++++++++++
 net/ucspi-tcp/patches/patch-aa       |  42 ------------------------------------
 3 files changed, 44 insertions(+), 44 deletions(-)

diffs (107 lines):

diff -r ff809bd25c37 -r a5de19faf56f net/ucspi-tcp/distinfo
--- a/net/ucspi-tcp/distinfo    Mon Jun 18 10:54:17 2018 +0000
+++ b/net/ucspi-tcp/distinfo    Mon Jun 18 10:54:30 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2017/01/04 02:14:12 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2018/06/18 10:54:30 schmonz Exp $
 
 SHA1 (rblsmtpd-nodefaultrbl.patch) = 5d6048b5928257c13ff5cbcddb40ed0eee9997c0
 RMD160 (rblsmtpd-nodefaultrbl.patch) = fa93dd4522ccc77c5b43d0a79f741ae2ab54f075
@@ -16,4 +16,4 @@
 RMD160 (ucspi-tcp-0.88.tar.gz) = eb20085ea6ffd5d137a805f7c8768e0312c1f56a
 SHA512 (ucspi-tcp-0.88.tar.gz) = 44efbd477dacf31d39fc970e2d2f74526dc815b905742f6127f0d5c80928ecc7e743089eaab0492386a58d5b97905113fbe8bbc7214ae179b7be27966b7566c7
 Size (ucspi-tcp-0.88.tar.gz) = 53019 bytes
-SHA1 (patch-aa) = 8b0a1fdadec118e1647cd422f6d09fcd60b5f813
+SHA1 (patch-Makefile) = ff965829c788c9cfe52bee4d8fd527213dc954d3
diff -r ff809bd25c37 -r a5de19faf56f net/ucspi-tcp/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucspi-tcp/patches/patch-Makefile      Mon Jun 18 10:54:30 2018 +0000
@@ -0,0 +1,42 @@
+$NetBSD: patch-Makefile,v 1.1 2018/06/18 10:54:31 schmonz Exp $
+
+DESTDIR support.
+
+--- Makefile.orig      2018-06-18 10:52:34.000000000 +0000
++++ Makefile
+@@ -36,6 +36,14 @@ auto-str.o: \
+ compile auto-str.c buffer.h readwrite.h exit.h
+       ./compile auto-str.c
+ 
++auto_destdir.c: \
++auto-str conf-destdir
++      ./auto-str auto_home `head -1 conf-destdir` > auto_destdir.c
++
++auto_destdir.o: \
++compile auto_destdir.c
++      ./compile auto_destdir.c
++
+ auto_home.c: \
+ auto-str conf-home
+       ./auto-str auto_home `head -1 conf-home` > auto_home.c
+@@ -351,16 +359,16 @@ warn-auto.sh http@.sh conf-home
+       chmod 755 http@
+ 
+ install: \
+-load install.o hier.o auto_home.o unix.a byte.a
+-      ./load install hier.o auto_home.o unix.a byte.a 
++load install.o hier.o auto_destdir.o unix.a byte.a
++      ./load install hier.o auto_destdir.o unix.a byte.a 
+ 
+ install.o: \
+ compile install.c buffer.h strerr.h error.h open.h readwrite.h exit.h
+       ./compile install.c
+ 
+ instcheck: \
+-load instcheck.o hier.o auto_home.o unix.a byte.a
+-      ./load instcheck hier.o auto_home.o unix.a byte.a 
++load instcheck.o hier.o auto_destdir.o unix.a byte.a
++      ./load instcheck hier.o auto_destdir.o unix.a byte.a 
+ 
+ instcheck.o: \
+ compile instcheck.c strerr.h error.h readwrite.h exit.h
diff -r ff809bd25c37 -r a5de19faf56f net/ucspi-tcp/patches/patch-aa
--- a/net/ucspi-tcp/patches/patch-aa    Mon Jun 18 10:54:17 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2011/06/09 01:47:13 schmonz Exp $
-
-DESTDIR support.
-
---- Makefile.orig      2000-03-18 15:18:42.000000000 +0000
-+++ Makefile
-@@ -36,6 +36,14 @@ auto-str.o: \
- compile auto-str.c buffer.h readwrite.h exit.h
-       ./compile auto-str.c
- 
-+auto_destdir.c: \
-+auto-str conf-destdir
-+      ./auto-str auto_home `head -1 conf-destdir` > auto_destdir.c
-+
-+auto_destdir.o: \
-+compile auto_destdir.c
-+      ./compile auto_destdir.c
-+
- auto_home.c: \
- auto-str conf-home
-       ./auto-str auto_home `head -1 conf-home` > auto_home.c
-@@ -347,16 +355,16 @@ warn-auto.sh http@.sh conf-home
-       chmod 755 http@
- 
- install: \
--load install.o hier.o auto_home.o unix.a byte.a
--      ./load install hier.o auto_home.o unix.a byte.a 
-+load install.o hier.o auto_destdir.o unix.a byte.a
-+      ./load install hier.o auto_destdir.o unix.a byte.a 
- 
- install.o: \
- compile install.c buffer.h strerr.h error.h open.h readwrite.h exit.h
-       ./compile install.c
- 
- instcheck: \
--load instcheck.o hier.o auto_home.o unix.a byte.a
--      ./load instcheck hier.o auto_home.o unix.a byte.a 
-+load instcheck.o hier.o auto_destdir.o unix.a byte.a
-+      ./load instcheck hier.o auto_destdir.o unix.a byte.a 
- 
- instcheck.o: \
- compile instcheck.c strerr.h error.h readwrite.h exit.h



Home | Main Index | Thread Index | Old Index