Skip to Content.
Sympa Menu

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

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 (83607f4b26562138ae4fccdc60f70215d849f76d)
  • Date: Sun, 26 Mar 2023 17:12:56 +0000

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

devel/bmake/DETAILS | 6 +++---
devel/bmake/HISTORY | 3 +++
libs/libunistring/HISTORY | 1 +
libs/libunistring/UP_TRIGGERS | 7 +++++++
mail/msmtp/DETAILS | 4 ++--
mail/msmtp/HISTORY | 3 +++
6 files changed, 19 insertions(+), 5 deletions(-)

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

bmake 20230303

commit 81e96c4b28f21b5f3645312df72435cd10383ae2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bmake: Fix Watch line

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

msmtp 1.8.23

commit 097be2b47078387279dd0060cfd43ffdfdb446fd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libunistring: Fix dependent spells on ABI change

diff --git a/devel/bmake/DETAILS b/devel/bmake/DETAILS
index 62c20b5..4007673 100755
--- a/devel/bmake/DETAILS
+++ b/devel/bmake/DETAILS
@@ -1,9 +1,9 @@
-# Watch: http://ftp.netbsd.org/pub/NetBSD/misc/sjg/ bmake-20[2-9][0-9]+[.]tar
+# Watch: http://ftp.netbsd.org/pub/NetBSD/misc/sjg/
bmake-(20[2-9][0-9]+)[.]tar
SPELL=bmake
- VERSION=20220303
+ VERSION=20230303
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://ftp.netbsd.org/pub/NetBSD/misc/sjg/${SOURCE}
-
SOURCE_HASH=sha512:c10a8aa4e3a0180904aaa3e6d3110be655eaa04365d75454291c837d79b0645da80a042118e2d9581b7399b73bcc472e13425e7ce768446392a3a3f5e2778c32
+
SOURCE_HASH=sha512:d4595f3b19eac828de9a3ba6901ae883b147de441dc2707da24187860136ae4fcd4cfa343dcc9f52be3b96abf54b165f9808ae863b3a70fabec051257525994f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://crufty.net/help/sjg/bmake.html";
LICENSE[0]="BSD"
diff --git a/devel/bmake/HISTORY b/devel/bmake/HISTORY
index ec97233..6a2b916 100644
--- a/devel/bmake/HISTORY
+++ b/devel/bmake/HISTORY
@@ -1,3 +1,6 @@
+2023-03-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 20230303
+
2022-03-10 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 20220303
* PROVIDES: added MAKE
diff --git a/libs/libunistring/HISTORY b/libs/libunistring/HISTORY
index 7862ebf..dee9c2b 100644
--- a/libs/libunistring/HISTORY
+++ b/libs/libunistring/HISTORY
@@ -1,5 +1,6 @@
2023-03-26 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.1
+ * UP_TRIGGERS: recast dependent spells on ABI changes

2022-01-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0
diff --git a/libs/libunistring/UP_TRIGGERS b/libs/libunistring/UP_TRIGGERS
new file mode 100755
index 0000000..42b8795
--- /dev/null
+++ b/libs/libunistring/UP_TRIGGERS
@@ -0,0 +1,7 @@
+# this makes ABI changes automatically cast dependent spells
+if ! spell_ok "$SPELL" || [ "x$VERSION" != "x$(installed_version "$SPELL")" ]
+then
+ for each in $(show_up_depends $SPELL 1)
+ do up_trigger $each check_self
+ done
+fi
diff --git a/mail/msmtp/DETAILS b/mail/msmtp/DETAILS
index a3bf6e0..aa4dad5 100755
--- a/mail/msmtp/DETAILS
+++ b/mail/msmtp/DETAILS
@@ -1,11 +1,11 @@
SPELL=msmtp
- VERSION=1.8.20
+ VERSION=1.8.23
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.xz
# Watch: https://marlam.de/msmtp/download
SOURCE_URL[0]="https://marlam.de/msmtp/releases/$SOURCE";
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_HASH=sha512:cc5ad4ab21d05f24bac75ab25607d1ede50f5ac24ce40d72cf1b61f9cdfc48e9af477f9975d799a93f1990d0c2e24b651e5a3b3aa6b71279b37a4a43fce11f11
+
SOURCE_HASH=sha512:69675cb539fa5c78b83e90a460e8215e56b1d0fa7a18729eb058b8d51414d13b88fbcdb2092767e7e96c325a143230ac09e041ea74d068bf267e508418cf674a
WEB_SITE=http://msmtp.sourceforge.net/
ENTERED=20040412
LICENSE[0]=GPL
diff --git a/mail/msmtp/HISTORY b/mail/msmtp/HISTORY
index 0db76af..2d967eb 100644
--- a/mail/msmtp/HISTORY
+++ b/mail/msmtp/HISTORY
@@ -1,3 +1,6 @@
+2023-03-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.23
+
2022-06-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.8.20




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (83607f4b26562138ae4fccdc60f70215d849f76d), Ismael Luceno, 03/26/2023

Archive powered by MHonArc 2.6.24.

Top of Page