Skip to Content.
Sympa Menu

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

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 (e64e585d410961bc99305c5b98e48bd7b4965dee)
  • Date: Mon, 17 Jul 2023 14:55:48 +0000

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

archive/porg/DETAILS | 4 ++--
archive/porg/HISTORY | 3 +++
libs/orcus/DEPENDS | 9 ++++++---
libs/orcus/HISTORY | 3 +++
4 files changed, 14 insertions(+), 5 deletions(-)

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

porg 0.10

commit 00d21e2c1512c05affd892e1d682d5c4e18ffcd7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

orcus: Add versioned dep on ixion

diff --git a/archive/porg/DETAILS b/archive/porg/DETAILS
index 75c3c32..931a46b 100755
--- a/archive/porg/DETAILS
+++ b/archive/porg/DETAILS
@@ -1,8 +1,8 @@
SPELL=porg
- VERSION=0.7
+ VERSION=0.10
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:9e51bbc711251bf92178c304af4731dbf8d92ef58072efe0d1b828460e46694d2be04f5edccc521bfe99656981f12b4ef7ceb0d1334a6ec56059afe0f071778c
+
SOURCE_HASH=sha512:621f0a7f5fbe9c5986afbb9be74ac8b9aaa17e2aae8e3f7e254bab164da8a65ea3e8212c7cca8cd9bf1c79a3a60c9a7a78c17971fd21abbba857f505cd264bae
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://porg.sourceforge.net";
LICENSE[0]="GPL"
diff --git a/archive/porg/HISTORY b/archive/porg/HISTORY
index a298e85..d6f51c7 100644
--- a/archive/porg/HISTORY
+++ b/archive/porg/HISTORY
@@ -1,2 +1,5 @@
+2023-07-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.10
+
2015-01-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: spell created
diff --git a/libs/orcus/DEPENDS b/libs/orcus/DEPENDS
index 5711f3f..188fc6a 100755
--- a/libs/orcus/DEPENDS
+++ b/libs/orcus/DEPENDS
@@ -1,4 +1,7 @@
-depends -sub "PROGRAM_OPTIONS SYSTEM THREAD" boost &&
-depends mdds &&
-depends ixion &&
+. "$GRIMOIRE"/VDEPENDS &&
+vdepends <<-! &&
+ boost[PROGRAM_OPTIONS,SYSTEM,THREAD]
+ mdds
+ ixion >= 0.18
+!
optional_depends python3 '' '--disable-python' 'build python bindings'
diff --git a/libs/orcus/HISTORY b/libs/orcus/HISTORY
index 489ca3a..9787159 100644
--- a/libs/orcus/HISTORY
+++ b/libs/orcus/HISTORY
@@ -1,3 +1,6 @@
+2023-07-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added versioned dependency on ixion
+
2023-07-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.18.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e64e585d410961bc99305c5b98e48bd7b4965dee), Ismael Luceno, 07/17/2023

Archive powered by MHonArc 2.6.24.

Top of Page