Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a30e1867e422a5ce85f9f8ba05324b9d0408c868)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a30e1867e422a5ce85f9f8ba05324b9d0408c868)
  • Date: Mon, 8 Feb 2021 20:33:52 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/ragel/DEPENDS | 3 +++
devel/ragel/DETAILS | 1 +
devel/ragel/HISTORY | 4 ++++
3 files changed, 8 insertions(+)

New commits:
commit a30e1867e422a5ce85f9f8ba05324b9d0408c868
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ragel: Add dep on fig2dev for building the manual

diff --git a/devel/ragel/DEPENDS b/devel/ragel/DEPENDS
index 364a87a..a0d9de7 100755
--- a/devel/ragel/DEPENDS
+++ b/devel/ragel/DEPENDS
@@ -1,4 +1,7 @@
depends -sub CXX gcc &&
depends colm --with-colm=$INSTALL_ROOT/usr &&
optional_depends asciidoc --{en,dis}able-manual 'build manual' &&
+if is_depends_enabled "$SPELL" asciidoc; then
+ depends fig2dev
+fi &&
optional_depends RUBY '' '' 'Ruby support'
diff --git a/devel/ragel/DETAILS b/devel/ragel/DETAILS
index 76d2e10..6b21113 100755
--- a/devel/ragel/DETAILS
+++ b/devel/ragel/DETAILS
@@ -1,4 +1,5 @@
SPELL=ragel
+ PATCHLEVEL=1
VERSION=7.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/ragel/HISTORY b/devel/ragel/HISTORY
index a949707..90850fd 100644
--- a/devel/ragel/HISTORY
+++ b/devel/ragel/HISTORY
@@ -1,3 +1,7 @@
+2021-02-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added dependency on fig2dev for building the manual
+ * DETAILS: PATCHLEVEL++
+
2021-01-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
* DETAILS: version 7.0.3



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a30e1867e422a5ce85f9f8ba05324b9d0408c868), Ismael Luceno, 02/08/2021

Archive powered by MHonArc 2.6.24.

Top of Page