pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/ezmlm-idx Modernize patch names. No functional ch...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9ed223d233a
branches: trunk
changeset: 362793:c9ed223d233a
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu May 25 20:44:23 2017 +0000
description:
Modernize patch names. No functional change intended.
diffstat:
mail/ezmlm-idx/distinfo | 6 +++---
mail/ezmlm-idx/patches/patch-ETC | 13 +++++++++++++
mail/ezmlm-idx/patches/patch-Makefile | 25 +++++++++++++++++++++++++
mail/ezmlm-idx/patches/patch-ab | 13 -------------
mail/ezmlm-idx/patches/patch-ac | 25 -------------------------
5 files changed, 41 insertions(+), 41 deletions(-)
diffs (112 lines):
diff -r 66ccb11602ee -r c9ed223d233a mail/ezmlm-idx/distinfo
--- a/mail/ezmlm-idx/distinfo Thu May 25 20:41:34 2017 +0000
+++ b/mail/ezmlm-idx/distinfo Thu May 25 20:44:23 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2017/05/25 20:41:27 schmonz Exp $
+$NetBSD: distinfo,v 1.22 2017/05/25 20:44:23 schmonz Exp $
SHA1 (ezmlm-0.53.tar.gz) = 3a7b618737fed8b774bec69c272d70f4142c1e30
RMD160 (ezmlm-0.53.tar.gz) = 6d366de2d7028a984ba454f1bec9d2d9f495c88b
@@ -6,8 +6,8 @@
SHA1 (ezmlm-idx-7.2.2.tar.gz) = f24248551b20388cfc23d8474cd2114d0cefbf90
RMD160 (ezmlm-idx-7.2.2.tar.gz) = 323b22e532651924231e1043dbfaaa2cb35d2afb
Size (ezmlm-idx-7.2.2.tar.gz) = 742451 bytes
+SHA1 (patch-ETC) = 1529f149f8e67af611e40187d395a3e1294f51a8
SHA1 (patch-MAN) = 6a50aedaf61e4d15af74d36088a9963f1563afb2
-SHA1 (patch-ab) = 1529f149f8e67af611e40187d395a3e1294f51a8
-SHA1 (patch-ac) = 65cacc41eacc0de118b5f3bc7fadbaef8b6c7c82
+SHA1 (patch-Makefile) = 65cacc41eacc0de118b5f3bc7fadbaef8b6c7c82
SHA1 (patch-ezmlm-dispatch.c) = 0543922ecef47c0de9f424a23f0bff61809bad1d
SHA1 (patch-test-getconfopt.c) = 45ae841a73df56ea1bd029041f4ca2e5239bb35d
diff -r 66ccb11602ee -r c9ed223d233a mail/ezmlm-idx/patches/patch-ETC
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ezmlm-idx/patches/patch-ETC Thu May 25 20:44:23 2017 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ETC,v 1.1 2017/05/25 20:44:23 schmonz Exp $
+
+PKG_SYSCONFDIR and CONF_FILES support.
+
+--- ETC.orig 2014-05-09 22:28:12.000000000 +0000
++++ ETC
+@@ -1,6 +1,4 @@
+ d:::755:::
+-c:::644:/:ezmlmglrc:
+-c:::644:/:ezmlmsubrc:
+ d:::755:/ch_GB::
+ c:::644:/ch_GB/:ezmlmrc:lang/ch_GB/ezmlmrc
+ d:::755:/ch_GB/text::
diff -r 66ccb11602ee -r c9ed223d233a mail/ezmlm-idx/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ezmlm-idx/patches/patch-Makefile Thu May 25 20:44:23 2017 +0000
@@ -0,0 +1,25 @@
+$NetBSD: patch-Makefile,v 1.1 2017/05/25 20:44:23 schmonz Exp $
+
+DESTDIR support.
+
+--- Makefile.orig 2014-05-15 02:54:21.000000000 +0000
++++ Makefile
+@@ -965,12 +965,12 @@ libcompile idxthread.c error.h alloc.h s
+
+ install: \
+ it man installer conf-bin conf-etc conf-lang conf-lib conf-man BIN ETC LIB MAN
+- ./installer "`head -n 1 conf-bin`" < BIN
+- ./installer "`head -n 1 conf-etc`" < ETC
+- ./installer "`head -n 1 conf-man`" < MAN
+- ./installer "`head -n 1 conf-lib`" < LIB
+- rm -f "`head -n 1 conf-etc`"/default
+- ln -sf "`head -n 1 conf-lang`" "`head -n 1 conf-etc`"/default
++ ./installer "`head -1 conf-destdir``head -n 1 conf-bin`" < BIN
++ ./installer "`head -1 conf-destdir``head -n 1 conf-egdir`" < ETC
++ ./installer "`head -1 conf-destdir``head -n 1 conf-man`" < MAN
++ ./installer "`head -1 conf-destdir``head -n 1 conf-lib`" < LIB
++ rm -f "`head -1 conf-destdir``head -n 1 conf-egdir`"/default
++ ln -sf "`head -n 1 conf-lang`" "`head -1 conf-destdir``head -n 1 conf-egdir`"/default
+
+ installer: \
+ load installer.o getln.a strerr.a substdio.a stralloc.a alloc.a open.a error.a str.a fs.a
diff -r 66ccb11602ee -r c9ed223d233a mail/ezmlm-idx/patches/patch-ab
--- a/mail/ezmlm-idx/patches/patch-ab Thu May 25 20:41:34 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2017/05/25 20:41:27 schmonz Exp $
-
-PKG_SYSCONFDIR and CONF_FILES support.
-
---- ETC.orig 2014-05-09 22:28:12.000000000 +0000
-+++ ETC
-@@ -1,6 +1,4 @@
- d:::755:::
--c:::644:/:ezmlmglrc:
--c:::644:/:ezmlmsubrc:
- d:::755:/ch_GB::
- c:::644:/ch_GB/:ezmlmrc:lang/ch_GB/ezmlmrc
- d:::755:/ch_GB/text::
diff -r 66ccb11602ee -r c9ed223d233a mail/ezmlm-idx/patches/patch-ac
--- a/mail/ezmlm-idx/patches/patch-ac Thu May 25 20:41:34 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-ac,v 1.9 2017/05/25 20:41:27 schmonz Exp $
-
-DESTDIR support.
-
---- Makefile.orig 2014-05-15 02:54:21.000000000 +0000
-+++ Makefile
-@@ -965,12 +965,12 @@ libcompile idxthread.c error.h alloc.h s
-
- install: \
- it man installer conf-bin conf-etc conf-lang conf-lib conf-man BIN ETC LIB MAN
-- ./installer "`head -n 1 conf-bin`" < BIN
-- ./installer "`head -n 1 conf-etc`" < ETC
-- ./installer "`head -n 1 conf-man`" < MAN
-- ./installer "`head -n 1 conf-lib`" < LIB
-- rm -f "`head -n 1 conf-etc`"/default
-- ln -sf "`head -n 1 conf-lang`" "`head -n 1 conf-etc`"/default
-+ ./installer "`head -1 conf-destdir``head -n 1 conf-bin`" < BIN
-+ ./installer "`head -1 conf-destdir``head -n 1 conf-egdir`" < ETC
-+ ./installer "`head -1 conf-destdir``head -n 1 conf-man`" < MAN
-+ ./installer "`head -1 conf-destdir``head -n 1 conf-lib`" < LIB
-+ rm -f "`head -1 conf-destdir``head -n 1 conf-egdir`"/default
-+ ln -sf "`head -n 1 conf-lang`" "`head -1 conf-destdir``head -n 1 conf-egdir`"/default
-
- installer: \
- load installer.o getln.a strerr.a substdio.a stralloc.a alloc.a open.a error.a str.a fs.a
Home |
Main Index |
Thread Index |
Old Index