pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/ezmlm-idx



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu May 25 20:44:23 UTC 2017

Modified Files:
        pkgsrc/mail/ezmlm-idx: distinfo
Added Files:
        pkgsrc/mail/ezmlm-idx/patches: patch-ETC patch-Makefile
Removed Files:
        pkgsrc/mail/ezmlm-idx/patches: patch-ab patch-ac

Log Message:
Modernize patch names. No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/ezmlm-idx/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/ezmlm-idx/patches/patch-ETC \
    pkgsrc/mail/ezmlm-idx/patches/patch-Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/mail/ezmlm-idx/patches/patch-ab
cvs rdiff -u -r1.9 -r0 pkgsrc/mail/ezmlm-idx/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/ezmlm-idx/distinfo
diff -u pkgsrc/mail/ezmlm-idx/distinfo:1.21 pkgsrc/mail/ezmlm-idx/distinfo:1.22
--- pkgsrc/mail/ezmlm-idx/distinfo:1.21 Thu May 25 20:41:27 2017
+++ pkgsrc/mail/ezmlm-idx/distinfo      Thu May 25 20:44:23 2017
@@ -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 @@ Size (ezmlm-0.53.tar.gz) = 62693 bytes
 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

Added files:

Index: pkgsrc/mail/ezmlm-idx/patches/patch-ETC
diff -u /dev/null pkgsrc/mail/ezmlm-idx/patches/patch-ETC:1.1
--- /dev/null   Thu May 25 20:44:23 2017
+++ pkgsrc/mail/ezmlm-idx/patches/patch-ETC     Thu May 25 20:44:23 2017
@@ -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::
Index: pkgsrc/mail/ezmlm-idx/patches/patch-Makefile
diff -u /dev/null pkgsrc/mail/ezmlm-idx/patches/patch-Makefile:1.1
--- /dev/null   Thu May 25 20:44:23 2017
+++ pkgsrc/mail/ezmlm-idx/patches/patch-Makefile        Thu May 25 20:44:23 2017
@@ -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



Home | Main Index | Thread Index | Old Index