Skip to Content.
Sympa Menu

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

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 (64c668220e0eb7596b5ea0a84591c8547e069a30)
  • Date: Fri, 13 May 2022 08:13:16 +0000

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

devel/sdcc/DETAILS | 6 +++---
devel/sdcc/HISTORY | 4 ++++
devel/sdcc/PRE_BUILD | 4 ----
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
5 files changed, 11 insertions(+), 8 deletions(-)

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

sdcc 4.2.0

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

wine 7.8 (devel)

diff --git a/devel/sdcc/DETAILS b/devel/sdcc/DETAILS
index a685297..f2b4003 100755
--- a/devel/sdcc/DETAILS
+++ b/devel/sdcc/DETAILS
@@ -1,9 +1,9 @@
SPELL=sdcc
- VERSION=4.1.0
+ VERSION=4.2.0
SOURCE="${SPELL}-src-${VERSION}.tar.bz2"

SOURCE_URL[0]=http://sourceforge.net/projects/${SPELL}/files/${SPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:a9c3fee427cbc66b56a286c8d66b2922f79c9dfb42d2ed2843b2e192a6b314a04de4c82f1083d8625b49756b5f1d99f8fb706402b5f1284110760ec346303779
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+
SOURCE_HASH=sha512:7ca4037d526b5fed7bbca4433835d0299ced7315dd69c1ec66cff873ec7caa41b69927363bf5850e2ad4f27ef6286e57f9ccd40bb6792308be6c3073c5238cba
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://sdcc.sourceforge.net/";
LICENSE[0]="GPLv2+"
ENTERED=20140831
diff --git a/devel/sdcc/HISTORY b/devel/sdcc/HISTORY
index 3ab3e1a..8b3a397 100644
--- a/devel/sdcc/HISTORY
+++ b/devel/sdcc/HISTORY
@@ -1,3 +1,7 @@
+2022-05-13 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: removed, no longer needed
+ * DETAILS: updated spell to 4.2.0
+
2021-10-19 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, PRE_BUILD: updated spell to 4.1.0

diff --git a/devel/sdcc/PRE_BUILD b/devel/sdcc/PRE_BUILD
deleted file mode 100755
index eb930b8..0000000
--- a/devel/sdcc/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-sed -i 's!maybe_os in$!& linux-musl*|\\!' \
- sim/ucsim/config.sub
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 3100e5c..00b0f87 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
case "$WINE_BRANCH" in
-(devel) VERSION=7.7;;
+(devel) VERSION=7.8;;
(stable) VERSION=7.0 PATCHLEVEL=1;;
esac; case "$WINE_BRANCH" in
(scm)
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index dd90a76..d383a6a 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2022-05-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WINE_BRANCH=devel to 7.8
+
2022-04-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated WINE_BRANCH=devel to 7.7




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (64c668220e0eb7596b5ea0a84591c8547e069a30), Ismael Luceno, 05/13/2022

Archive powered by MHonArc 2.6.24.

Top of Page