pkgsrc-WIP-changes archive

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

siproxd: Rename patch according to new convention



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Thu Nov 8 17:10:31 2018 +0100
Changeset:	6a6a2bde022e93f07931bd94a842641ea92e3490

Modified Files:
	siproxd/distinfo
Added Files:
	siproxd/patches/patch-doc_Makefile.in
Removed Files:
	siproxd/patches/patch-aa

Log Message:
siproxd: Rename patch according to new convention

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6a6a2bde022e93f07931bd94a842641ea92e3490

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

diffstat:
 siproxd/distinfo                      |  2 +-
 siproxd/patches/patch-aa              | 21 ---------------------
 siproxd/patches/patch-doc_Makefile.in | 21 +++++++++++++++++++++
 3 files changed, 22 insertions(+), 22 deletions(-)

diffs:
diff --git a/siproxd/distinfo b/siproxd/distinfo
index 61000f60c8..e5925f6e99 100644
--- a/siproxd/distinfo
+++ b/siproxd/distinfo
@@ -4,7 +4,7 @@ SHA1 (siproxd-0.8.2.tar.gz) = 065a72695a1182970a8f457a8c51809145f90ed4
 RMD160 (siproxd-0.8.2.tar.gz) = 57c76ef20ee4e9f1c5910526ed8e72129587a17e
 SHA512 (siproxd-0.8.2.tar.gz) = 25bc4fd4353574fff3253b06f75ad17435d993270780b9f3c8e520c982587247adb7794563083c349aee95e1fa2b0255187c8baa5ec3d72db39b67787f5a85b3
 Size (siproxd-0.8.2.tar.gz) = 846148 bytes
-SHA1 (patch-aa) = 5cbd0460e12609f0551959e266ce4b9ca37c7559
+SHA1 (patch-doc_Makefile.in) = 5cbd0460e12609f0551959e266ce4b9ca37c7559
 SHA1 (patch-doc_siproxd.conf.example) = f862925d400f2ffdae3c37148e0d714d656bdd06
 SHA1 (patch-src_plugins.h) = 678f5c87e8695137c3f9290f55b3070d5262e247
 SHA1 (patch-src_rtpproxy.h) = 4189e1fa35e878ba836eb860a7143515f51aa5c1
diff --git a/siproxd/patches/patch-aa b/siproxd/patches/patch-aa
deleted file mode 100644
index 2a772b4fc0..0000000000
--- a/siproxd/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2013/12/28 14:42:28 imilh Exp $
-
-DESTDIR support for configuration files
-
---- doc/Makefile.in.orig	2012-04-06 22:58:58.000000000 +0200
-+++ doc/Makefile.in	2012-04-06 22:59:04.000000000 +0200
-@@ -547,10 +547,10 @@
- # install local data
- #
- install-data-local:
--	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
--	$(INSTALL_DATA) $(srcdir)/siproxd.conf.example	$(DESTDIR)$(sysconfdir)/
--	$(INSTALL_DATA) $(srcdir)/siproxd_passwd.cfg	$(DESTDIR)$(sysconfdir)/
--	chmod 600 $(DESTDIR)$(sysconfdir)/siproxd_passwd.cfg
-+	$(mkinstalldirs) $(DESTDIR)$(prefix)/share/examples/siproxd
-+	$(INSTALL_DATA) $(srcdir)/siproxd.conf.example	$(DESTDIR)$(prefix)/share/examples/siproxd/
-+	$(INSTALL_DATA) $(srcdir)/siproxd_passwd.cfg	$(DESTDIR)$(prefix)/share/examples/siproxd/
-+	chmod 600 $(DESTDIR)$(prefix)/share/examples/siproxd/siproxd_passwd.cfg
- 	$(mkinstalldirs) $(DESTDIR)$(docdir)
- @have_docbook2pdf_TRUE@	$(INSTALL_DATA) $(srcdir)/pdf/*			$(DESTDIR)$(docdir)/
- @have_docbook2html_TRUE@	$(INSTALL_DATA) $(srcdir)/html/*		$(DESTDIR)$(docdir)/
diff --git a/siproxd/patches/patch-doc_Makefile.in b/siproxd/patches/patch-doc_Makefile.in
new file mode 100644
index 0000000000..2a772b4fc0
--- /dev/null
+++ b/siproxd/patches/patch-doc_Makefile.in
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.4 2013/12/28 14:42:28 imilh Exp $
+
+DESTDIR support for configuration files
+
+--- doc/Makefile.in.orig	2012-04-06 22:58:58.000000000 +0200
++++ doc/Makefile.in	2012-04-06 22:59:04.000000000 +0200
+@@ -547,10 +547,10 @@
+ # install local data
+ #
+ install-data-local:
+-	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
+-	$(INSTALL_DATA) $(srcdir)/siproxd.conf.example	$(DESTDIR)$(sysconfdir)/
+-	$(INSTALL_DATA) $(srcdir)/siproxd_passwd.cfg	$(DESTDIR)$(sysconfdir)/
+-	chmod 600 $(DESTDIR)$(sysconfdir)/siproxd_passwd.cfg
++	$(mkinstalldirs) $(DESTDIR)$(prefix)/share/examples/siproxd
++	$(INSTALL_DATA) $(srcdir)/siproxd.conf.example	$(DESTDIR)$(prefix)/share/examples/siproxd/
++	$(INSTALL_DATA) $(srcdir)/siproxd_passwd.cfg	$(DESTDIR)$(prefix)/share/examples/siproxd/
++	chmod 600 $(DESTDIR)$(prefix)/share/examples/siproxd/siproxd_passwd.cfg
+ 	$(mkinstalldirs) $(DESTDIR)$(docdir)
+ @have_docbook2pdf_TRUE@	$(INSTALL_DATA) $(srcdir)/pdf/*			$(DESTDIR)$(docdir)/
+ @have_docbook2html_TRUE@	$(INSTALL_DATA) $(srcdir)/html/*		$(DESTDIR)$(docdir)/


Home | Main Index | Thread Index | Old Index