Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qmail-conf Modernize patch filenames. NFCI.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aea6664b548
branches:  trunk
changeset: 435105:3aea6664b548
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Jun 30 17:15:28 2020 +0000

description:
Modernize patch filenames. NFCI.

diffstat:

 mail/qmail-conf/distinfo                   |   4 +-
 mail/qmail-conf/patches/patch-Makefile.ini |  38 ++++++++++++++++++++++++++++++
 mail/qmail-conf/patches/patch-aa           |  38 ------------------------------
 3 files changed, 40 insertions(+), 40 deletions(-)

diffs (99 lines):

diff -r 3163d126e364 -r 3aea6664b548 mail/qmail-conf/distinfo
--- a/mail/qmail-conf/distinfo  Tue Jun 30 16:09:01 2020 +0000
+++ b/mail/qmail-conf/distinfo  Tue Jun 30 17:15:28 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2017/04/27 20:38:20 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2020/06/30 17:15:28 schmonz Exp $
 
 SHA1 (qmail-conf-0.60.tar.gz) = d9a48e15394b0e7beaf5f7c64db4be101a71fb08
 RMD160 (qmail-conf-0.60.tar.gz) = 41bb36cb644c3669be96abccce3b69a91aa44cd8
@@ -8,4 +8,4 @@
 RMD160 (djbdns-1.05.tar.gz) = a832cbfd93e4ccec6a565492a4ee0b3c1b4b68ed
 SHA512 (djbdns-1.05.tar.gz) = 20f066402801d7bec183cb710a5bc51e41f1410024741e5803e26f68f2c13567e48eba793f233dfab903459c3335bc169e24b99d66a4c64e617e1f0779732fa9
 Size (djbdns-1.05.tar.gz) = 85648 bytes
-SHA1 (patch-aa) = fcb8da2264012753b484f91fcf10b7dbea17de42
+SHA1 (patch-Makefile.ini) = fcb8da2264012753b484f91fcf10b7dbea17de42
diff -r 3163d126e364 -r 3aea6664b548 mail/qmail-conf/patches/patch-Makefile.ini
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qmail-conf/patches/patch-Makefile.ini        Tue Jun 30 17:15:28 2020 +0000
@@ -0,0 +1,38 @@
+$NetBSD: patch-Makefile.ini,v 1.1 2020/06/30 17:15:28 schmonz Exp $
+
+DESTDIR support.
+
+--- Makefile.ini.orig  2001-09-02 07:47:33.000000000 +0000
++++ Makefile.ini
+@@ -25,6 +25,14 @@ auto-str: \
+ load auto-str.o djb.a
+       ./load auto-str djb.a
+ 
++auto_destdir.c: \
++auto-str conf-destdir
++      ./auto-str auto_qmail `sed 1q conf-destdir` > auto_destdir.c
++
++auto_destdir.o: \
++compile auto_destdir.c
++      ./compile auto_destdir.c
++
+ auto_qmail.c: \
+ auto-str conf-qmail
+       ./auto-str auto_qmail `sed 1q conf-qmail` > auto_qmail.c
+@@ -72,12 +80,12 @@ compile hier.c auto_qmail.h
+       ./compile hier.c
+ 
+ install: \
+-load install.o hier.o auto_qmail.o djb.a
+-      ./load install hier.o auto_qmail.o djb.a
++load install.o hier.o auto_destdir.o djb.a
++      ./load install hier.o auto_destdir.o djb.a
+ 
+ instcheck: \
+-load instcheck.o hier.o auto_qmail.o djb.a
+-      ./load instcheck hier.o auto_qmail.o djb.a
++load instcheck.o hier.o auto_destdir.o djb.a
++      ./load instcheck hier.o auto_destdir.o djb.a
+ 
+ it: \
+ djbdns.version prog install instcheck
diff -r 3163d126e364 -r 3aea6664b548 mail/qmail-conf/patches/patch-aa
--- a/mail/qmail-conf/patches/patch-aa  Tue Jun 30 16:09:01 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2017/04/27 20:38:20 schmonz Exp $
-
-DESTDIR support.
-
---- Makefile.ini.orig  2001-09-02 07:47:33.000000000 +0000
-+++ Makefile.ini
-@@ -25,6 +25,14 @@ auto-str: \
- load auto-str.o djb.a
-       ./load auto-str djb.a
- 
-+auto_destdir.c: \
-+auto-str conf-destdir
-+      ./auto-str auto_qmail `sed 1q conf-destdir` > auto_destdir.c
-+
-+auto_destdir.o: \
-+compile auto_destdir.c
-+      ./compile auto_destdir.c
-+
- auto_qmail.c: \
- auto-str conf-qmail
-       ./auto-str auto_qmail `sed 1q conf-qmail` > auto_qmail.c
-@@ -72,12 +80,12 @@ compile hier.c auto_qmail.h
-       ./compile hier.c
- 
- install: \
--load install.o hier.o auto_qmail.o djb.a
--      ./load install hier.o auto_qmail.o djb.a
-+load install.o hier.o auto_destdir.o djb.a
-+      ./load install hier.o auto_destdir.o djb.a
- 
- instcheck: \
--load instcheck.o hier.o auto_qmail.o djb.a
--      ./load instcheck hier.o auto_qmail.o djb.a
-+load instcheck.o hier.o auto_destdir.o djb.a
-+      ./load instcheck hier.o auto_destdir.o djb.a
- 
- it: \
- djbdns.version prog install instcheck



Home | Main Index | Thread Index | Old Index