Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (400319c3a2ab7c3e6f5d54b740db7d323db4d04b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (400319c3a2ab7c3e6f5d54b740db7d323db4d04b)
  • Date: Tue, 16 Jan 2007 04:17:14 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-players/mpg123/DETAILS | 5 +++--
audio-players/mpg123/HISTORY | 2 ++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 400319c3a2ab7c3e6f5d54b740db7d323db4d04b
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

completing mpg123 update with setting SOURCE2_IGNORE although this was
not needed to cast the spell here (sorcery does not try to verify SOURCE2 by
itself)

diff --git a/audio-players/mpg123/DETAILS b/audio-players/mpg123/DETAILS
index a5e7986..1fb2d61 100755
--- a/audio-players/mpg123/DETAILS
+++ b/audio-players/mpg123/DETAILS
@@ -2,10 +2,11 @@
VERSION=0.64
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
- SOURCE_URL=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE2_URL=$SOURCE_URL.sig
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_GPG=thomas.orgis.gpg:${SOURCE}.sig:UPSTREAM_KEY
+ SOURCE_GPG=thomas.orgis.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://mpg123.org/
ENTERED=20011104
PATCHLEVEL=0
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 04ddbf9..87be22d 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -2,6 +2,8 @@
* *.sig: removed
* DETAILS: version bump to security update 0.64, use upstream sig
(objective verification of upstream key is a bit tricky... it's
_me_)
+ ...also added the SOURCE2_IGNORE that I forgot (though sorcery does
+ not check all sources per default and it works without)

2006-12-28 Thomas Orgis <sobukus AT sourcemage.org>
* *.sig: really added the new sig now



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (400319c3a2ab7c3e6f5d54b740db7d323db4d04b), Thomas Orgis, 01/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page