Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d122c533789d4ab12d78dd84331b27caa9d91364)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d122c533789d4ab12d78dd84331b27caa9d91364)
  • Date: Sun, 28 Aug 2022 22:30:07 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/mdp/DEPENDS | 4 +---
utils/mdp/DETAILS | 6 +++---
utils/mdp/HISTORY | 11 +++++------
utils/mdp/PRE_BUILD | 4 ----
4 files changed, 9 insertions(+), 16 deletions(-)

New commits:
commit d122c533789d4ab12d78dd84331b27caa9d91364
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mdp: => 0.7.5

diff --git a/utils/mdp/DEPENDS b/utils/mdp/DEPENDS
index f836a74..6d1ba12 100755
--- a/utils/mdp/DEPENDS
+++ b/utils/mdp/DEPENDS
@@ -1,5 +1,3 @@
depends ncurses &&

- runtime_depends GNUPG
-else
-fi
+runtime_depends GNUPG
diff --git a/utils/mdp/DETAILS b/utils/mdp/DETAILS
index 6cff28e..cbb8c89 100755
--- a/utils/mdp/DETAILS
+++ b/utils/mdp/DETAILS
@@ -1,14 +1,14 @@
SPELL=mdp
- VERSION=0.7.4
+ VERSION=0.7.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
- SOURCE_URL[0]=http://tamentis.com/projects/$SPELL/files/$SOURCE
+ SOURCE_URL[0]=https://tamentis.com/projects/$SPELL/files/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE_GPG=mdp.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOCS="AUTHORS ChangeLog config.example INSTALL.txt LICENSE
README TODO"
- WEB_SITE=http://tamentis.com/projects/mdp/
+ WEB_SITE=https://tamentis.com/projects/mdp/
ENTERED=20140111
LICENSE[0]=ISC
SHORT="simplified password manager"
diff --git a/utils/mdp/HISTORY b/utils/mdp/HISTORY
index e966821..ac66a91 100644
--- a/utils/mdp/HISTORY
+++ b/utils/mdp/HISTORY
@@ -1,10 +1,9 @@
-2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: delete gnupg
+2022-08-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.5; upgrade URLs to https
+ * DEPENDS: fixed syntax error caused by previous automated commits
+ * PRE_BUILD: dropped, no longer needed

-2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: delete gnupg
-
-2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
+2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: delete gnupg

2015-05-03 Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/utils/mdp/PRE_BUILD b/utils/mdp/PRE_BUILD
deleted file mode 100755
index 6efde58..0000000
--- a/utils/mdp/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sedit "s:-O[2|0]:$CFLAGS:g" configure



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d122c533789d4ab12d78dd84331b27caa9d91364), Vlad Glagolev, 08/28/2022

Archive powered by MHonArc 2.6.24.

Top of Page