pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dot-forward Modernize patch filenames.
details: https://anonhg.NetBSD.org/pkgsrc/rev/df4a30ed6c15
branches: trunk
changeset: 367405:df4a30ed6c15
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Fri Sep 01 04:03:25 2017 +0000
description:
Modernize patch filenames.
diffstat:
mail/dot-forward/distinfo | 4 +-
mail/dot-forward/patches/patch-Makefile | 54 +++++++++++++++++++++++++++++++++
mail/dot-forward/patches/patch-aa | 54 ---------------------------------
3 files changed, 56 insertions(+), 56 deletions(-)
diffs (130 lines):
diff -r a37f89419b34 -r df4a30ed6c15 mail/dot-forward/distinfo
--- a/mail/dot-forward/distinfo Fri Sep 01 04:02:11 2017 +0000
+++ b/mail/dot-forward/distinfo Fri Sep 01 04:03:25 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2017/09/01 04:02:11 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2017/09/01 04:03:25 schmonz Exp $
SHA1 (dot-forward-0.71.tar.gz) = 2adacc13bb43fcf7ae13d3fbeaadd2649ff91137
RMD160 (dot-forward-0.71.tar.gz) = 1e5fd7558296cf213274e6e80944ba26fed74c79
SHA512 (dot-forward-0.71.tar.gz) = f37a30eabf3a7e7258bfbe9178218d053a5164a9698fbc34954eb8bd588fe2bbf61ffd85f5b817e3ce65d7c0efac1735b59b11faa4d425e2df4089769af94b8b
Size (dot-forward-0.71.tar.gz) = 26352 bytes
-SHA1 (patch-aa) = 9438ddb97d4e935ef1f5d06618f9d440c320e361
+SHA1 (patch-Makefile) = 9438ddb97d4e935ef1f5d06618f9d440c320e361
SHA1 (patch-hier.c) = ebedb97f1d8495d333bbb4de8702eba165e97a5e
diff -r a37f89419b34 -r df4a30ed6c15 mail/dot-forward/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/dot-forward/patches/patch-Makefile Fri Sep 01 04:03:25 2017 +0000
@@ -0,0 +1,54 @@
+$NetBSD: patch-Makefile,v 1.1 2017/09/01 04:03:25 schmonz Exp $
+
+DESTDIR support, and don't build catpages.
+
+--- Makefile.orig 1998-05-19 10:15:50.000000000 +0000
++++ Makefile
+@@ -31,6 +31,14 @@ auto-str.o: \
+ compile auto-str.c substdio.h readwrite.h exit.h
+ ./compile auto-str.c
+
++auto_destdir.c: \
++auto-str conf-destdir
++ ./auto-str auto_qmail `head -1 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 `head -1 conf-qmail` > auto_qmail.c
+@@ -181,9 +189,9 @@ compile hier.c auto_qmail.h
+ ./compile hier.c
+
+ install: \
+-load install.o hier.o auto_qmail.o strerr.a substdio.a error.a open.a \
++load install.o hier.o auto_destdir.o strerr.a substdio.a error.a open.a \
+ str.a
+- ./load install hier.o auto_qmail.o strerr.a substdio.a \
++ ./load install hier.o auto_destdir.o strerr.a substdio.a \
+ error.a open.a str.a
+
+ install.o: \
+@@ -192,9 +200,9 @@ exit.h
+ ./compile install.c
+
+ instcheck: \
+-load instcheck.o hier.o auto_qmail.o strerr.a substdio.a error.a \
++load instcheck.o hier.o auto_destdir.o strerr.a substdio.a error.a \
+ str.a
+- ./load instcheck hier.o auto_qmail.o strerr.a substdio.a \
++ ./load instcheck hier.o auto_destdir.o strerr.a substdio.a \
+ error.a str.a
+
+ instcheck.o: \
+@@ -202,7 +210,7 @@ compile instcheck.c strerr.h error.h rea
+ ./compile instcheck.c
+
+ it: \
+-prog man
++prog
+
+ load: \
+ make-load warn-auto.sh systype
diff -r a37f89419b34 -r df4a30ed6c15 mail/dot-forward/patches/patch-aa
--- a/mail/dot-forward/patches/patch-aa Fri Sep 01 04:02:11 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2017/09/01 04:02:11 schmonz Exp $
-
-DESTDIR support, and don't build catpages.
-
---- Makefile.orig 1998-05-19 10:15:50.000000000 +0000
-+++ Makefile
-@@ -31,6 +31,14 @@ auto-str.o: \
- compile auto-str.c substdio.h readwrite.h exit.h
- ./compile auto-str.c
-
-+auto_destdir.c: \
-+auto-str conf-destdir
-+ ./auto-str auto_qmail `head -1 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 `head -1 conf-qmail` > auto_qmail.c
-@@ -181,9 +189,9 @@ compile hier.c auto_qmail.h
- ./compile hier.c
-
- install: \
--load install.o hier.o auto_qmail.o strerr.a substdio.a error.a open.a \
-+load install.o hier.o auto_destdir.o strerr.a substdio.a error.a open.a \
- str.a
-- ./load install hier.o auto_qmail.o strerr.a substdio.a \
-+ ./load install hier.o auto_destdir.o strerr.a substdio.a \
- error.a open.a str.a
-
- install.o: \
-@@ -192,9 +200,9 @@ exit.h
- ./compile install.c
-
- instcheck: \
--load instcheck.o hier.o auto_qmail.o strerr.a substdio.a error.a \
-+load instcheck.o hier.o auto_destdir.o strerr.a substdio.a error.a \
- str.a
-- ./load instcheck hier.o auto_qmail.o strerr.a substdio.a \
-+ ./load instcheck hier.o auto_destdir.o strerr.a substdio.a \
- error.a str.a
-
- instcheck.o: \
-@@ -202,7 +210,7 @@ compile instcheck.c strerr.h error.h rea
- ./compile instcheck.c
-
- it: \
--prog man
-+prog
-
- load: \
- make-load warn-auto.sh systype
Home |
Main Index |
Thread Index |
Old Index