pkgsrc-WIP-changes archive

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

twittering-mode-git: move patch to correct dir



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Dec 14 18:12:20 2018 +0100
Changeset:	01b36aa36da6c2db1fd7afcb1baf9e663e3209fb

Modified Files:
	twittering-mode-git/distinfo
Added Files:
	twittering-mode-git/patches/patch-test_run-test.sh
Removed Files:
	twittering-mode/patches/patch-test_run-test.sh

Log Message:
twittering-mode-git: move patch to correct dir

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

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

diffstat:
 twittering-mode-git/distinfo                       |  2 +-
 twittering-mode-git/patches/patch-test_run-test.sh | 15 +++++++++++++++
 twittering-mode/patches/patch-test_run-test.sh     | 15 ---------------
 3 files changed, 16 insertions(+), 16 deletions(-)

diffs:
diff --git a/twittering-mode-git/distinfo b/twittering-mode-git/distinfo
index af3f7bbade..f1e083d152 100644
--- a/twittering-mode-git/distinfo
+++ b/twittering-mode-git/distinfo
@@ -1,2 +1,2 @@
 $NetBSD: distinfo,v 1.5 2013/06/14 13:50:15 makoto Exp $
-SHA1 (patch-test_run-test.sh) = 480806870c6ef3ef472b6b814f1b95fa3b48bc36
+SHA1 (patch-test_run-test.sh) = 7fbd40d270b1c659c30132adcd99c0f7a6ee47b5
diff --git a/twittering-mode-git/patches/patch-test_run-test.sh b/twittering-mode-git/patches/patch-test_run-test.sh
new file mode 100644
index 0000000000..d0feeb4d9b
--- /dev/null
+++ b/twittering-mode-git/patches/patch-test_run-test.sh
@@ -0,0 +1,15 @@
+$NetBSD$
+
+make test tries to run names listed on emacsen=, 
+limit emacs only for pkgsrc
+
+--- test/run-test.sh.orig	2016-03-21 19:03:59.000000000 +0900
++++ test/run-test.sh	2016-10-29 21:27:21.000000000 +0900
+@@ -1,6 +1,6 @@
+ #!/bin/bash
+
+-emacsen="emacs emacs23 emacs22 emacs21"
++emacsen="emacs"
+
+ continue_on_error=
+ if [ $# -gt 0 ]; then
diff --git a/twittering-mode/patches/patch-test_run-test.sh b/twittering-mode/patches/patch-test_run-test.sh
deleted file mode 100644
index d0feeb4d9b..0000000000
--- a/twittering-mode/patches/patch-test_run-test.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-make test tries to run names listed on emacsen=, 
-limit emacs only for pkgsrc
-
---- test/run-test.sh.orig	2016-03-21 19:03:59.000000000 +0900
-+++ test/run-test.sh	2016-10-29 21:27:21.000000000 +0900
-@@ -1,6 +1,6 @@
- #!/bin/bash
-
--emacsen="emacs emacs23 emacs22 emacs21"
-+emacsen="emacs"
-
- continue_on_error=
- if [ $# -gt 0 ]; then


Home | Main Index | Thread Index | Old Index