Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ca6c28bcd2fbdd240423787bc15f182405467660)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ca6c28bcd2fbdd240423787bc15f182405467660)
  • Date: Thu, 31 Dec 2015 01:57:59 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/memconf/DETAILS | 10 +++++-----
utils/memconf/HISTORY | 5 +++++
utils/memconf/INSTALL | 4 ++--
utils/memconf/memconf-v3.09.pl.gz.sig |binary
4 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit ca6c28bcd2fbdd240423787bc15f182405467660
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

memconf: Updated to 3.09

Switch SOURCE to SOURCEFORGE_URL and versioned.
Script is now versioned before we install it.

diff --git a/utils/memconf/DETAILS b/utils/memconf/DETAILS
index e4aaaa7..6dce6fd 100755
--- a/utils/memconf/DETAILS
+++ b/utils/memconf/DETAILS
@@ -1,11 +1,11 @@
SPELL=memconf
- VERSION=2.4
- SOURCE=$SPELL.gz
+ VERSION=3.09
+ SOURCE=${SPELL}-v${VERSION}.pl.gz
SOURCE2=$SPELL.man
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://myweb.cableone.net/4schmidts/unix/$SOURCE
- SOURCE2_URL[0]=http://myweb.cableone.net/4schmidts/unix/$SOURCE2
- SOURCE_IGNORE=unversioned
+ SOURCE_URL[0]="${SOURCEFORGE_URL}"/${SPELL}/V${VERSION}/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ SOURCE2_URL[0]="${SOURCEFORGE_URL}"/${SPELL}/V${VERSION}/${SOURCE2}
SOURCE2_IGNORE=unversioned
LICENSE[0]=GPL
WEB_SITE=http://myweb.cableone.net/4schmidts/memconf.html
diff --git a/utils/memconf/HISTORY b/utils/memconf/HISTORY
index 07884a1..f22979c 100644
--- a/utils/memconf/HISTORY
+++ b/utils/memconf/HISTORY
@@ -1,3 +1,8 @@
+2015-12-30 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 3.09
+ Switch SOURCE to SOURCEFORGE_URL and versioned.
+ * BUILD: Script is now versioned before we install it.
+
2008-06-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: SOURCE and SOURCE2 are unversioned

diff --git a/utils/memconf/INSTALL b/utils/memconf/INSTALL
index 78e5e77..b9e4ea3 100755
--- a/utils/memconf/INSTALL
+++ b/utils/memconf/INSTALL
@@ -1,3 +1,3 @@
-install -m 0755 memconf $INSTALL_ROOT/usr/sbin/memconf &&
-install -m 0644 $SOURCE_CACHE/$SOURCE2 \
+install -m 0755 memconf-v${VERSION}.pl $INSTALL_ROOT/usr/sbin/memconf &&
+install -m 0644 $SOURCE_CACHE/$SOURCE2 \
$INSTALL_ROOT/usr/share/man/man1/memconf.1
diff --git a/utils/memconf/memconf-v3.09.pl.gz.sig
b/utils/memconf/memconf-v3.09.pl.gz.sig
new file mode 100644
index 0000000..76d38ae
Binary files /dev/null and b/utils/memconf/memconf-v3.09.pl.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ca6c28bcd2fbdd240423787bc15f182405467660), Eric Sandall, 12/30/2015

Archive powered by MHonArc 2.6.24.

Top of Page