Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (7396d9c2a98b9c6e6c8b9c7af49389722dd224dc)
  • Date: Wed, 12 Jun 2024 13:55:15 +0000

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

devel/hare/DETAILS | 3 +++
devel/hare/HISTORY | 1 +
2 files changed, 4 insertions(+)

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

hare: Avoid installing redundant doc files

diff --git a/devel/hare/DETAILS b/devel/hare/DETAILS
index d7bee6a..9088676 100755
--- a/devel/hare/DETAILS
+++ b/devel/hare/DETAILS
@@ -1,6 +1,7 @@
# Watch: https://git.sr.ht/~sircmpwn/hare/refs archive/([0-9.]+)[.]tar
SPELL=hare
VERSION=0.24.0
+ PATCHLEVEL=1
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://git.sr.ht/~sircmpwn/$SPELL/archive/$VERSION.tar.gz

SOURCE_HASH=sha512:d7b96bc031d432e0ca0a9186a043d4cd4af4d4b57be5ce4b913d6acd26cdb708d8c9ad8e2c64c78c192a11a96977d3e916985a548238591b3c4d177b9cc811d9
@@ -10,6 +11,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
ENTERED=20240221
KEYWORDS=""
SHORT="The Hare standard library"
+ DOC_DIRS=
+ DOCS=
cat << EOF
This is the Hare standard library. For a guided introduction to the standard
library, see the tutorial:
diff --git a/devel/hare/HISTORY b/devel/hare/HISTORY
index 163014c..c7dd912 100644
--- a/devel/hare/HISTORY
+++ b/devel/hare/HISTORY
@@ -1,3 +1,4 @@
2024-06-12 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, PRE_BUILD,
0001-std-fix-some-low-hanging-memory-leaks.patch: spell created
+ * DETAILS: disabled installation of redundant doc files, PATCHLEVEL++


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (7396d9c2a98b9c6e6c8b9c7af49389722dd224dc), Ismael Luceno, 06/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page