Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (2656402139297d0f23b36e73943c92ed88c20a69)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (2656402139297d0f23b36e73943c92ed88c20a69)
  • Date: Wed, 28 Aug 2019 02:56:10 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

devel/perl/HISTORY | 3 +++
devel/perl/UP_TRIGGERS | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 2656402139297d0f23b36e73943c92ed88c20a69
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

devel/perl: Added 'texinfo' Entry to UP_TRIGGER

Resolves perl/texinfo version mismatch causing defendants of texinfo
(i.e., 'groff' and 'bc') to fail casting.

diff --git a/devel/perl/HISTORY b/devel/perl/HISTORY
index 504df6f..384d01b 100644
--- a/devel/perl/HISTORY
+++ b/devel/perl/HISTORY
@@ -1,3 +1,6 @@
+2019-08-27 David C. Haley <khoralin AT gmail.com>
+ * UP_TRIGGERS: added entry for texinfo
+
2019-08-09 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: removed; no longer needed

diff --git a/devel/perl/UP_TRIGGERS b/devel/perl/UP_TRIGGERS
index 879ee91..934c38e 100755
--- a/devel/perl/UP_TRIGGERS
+++ b/devel/perl/UP_TRIGGERS
@@ -15,3 +15,5 @@ if [[ $VERSION != $OLD_SPELL_VERSION ]]; then
fi
done
fi
+
+up_trigger texinfo cast_self



  • [SM-Commit] GIT changes to master grimoire by David C. Haley (2656402139297d0f23b36e73943c92ed88c20a69), David C. Haley, 08/27/2019

Archive powered by MHonArc 2.6.24.

Top of Page