Skip to Content.
Sympa Menu

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

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 (ef4f0023b4348a951b2b2fbcbfbef03c9e180684)
  • Date: Thu, 28 Sep 2017 16:38:28 +0000

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

ChangeLog | 3 +++
audio-players/mpd/DETAILS | 2 +-
audio-players/mpd/HISTORY | 3 +++
dev/null |binary
maxk.gpg |binary
net/ferm/DETAILS | 16 +++++++++-------
net/ferm/HISTORY | 5 +++++
net/ferm/no-systemd.patch | 6 +++---
8 files changed, 24 insertions(+), 11 deletions(-)

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

ferm: => 2.4.1

commit f5318d61ddfa00fe572f018fb45b774cc829fae2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

maxk.gpg: moved from audio-players/mpd/mpd.gpg

diff --git a/ChangeLog b/ChangeLog
index b89e033..314898b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-09-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * maxk.gpg: moved from audio-players/mpd/mpd.gpg
+
2017-09-27 Pavel Vinogradov <public AT sourcemage.org>
* freedesktop.gpg: added new key, 8F814C4F,
Simon McVittie <smcv AT pseudorandom.co.uk>, removed his expired keys
diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 4f4251b..198647c 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -5,7 +5,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=http://www.musicpd.org/download/${SPELL}/${VERSION:0:4}/${SOURCE}
SOURCE2="${SOURCE}.sig"
SOURCE2_URL[0]="${SOURCE_URL[0]}.sig"
- SOURCE_GPG="mpd.gpg:${SOURCE2}:UPSTREAM_KEY"
+ SOURCE_GPG="maxk.gpg:${SOURCE2}:UPSTREAM_KEY"
SOURCE2_IGNORE="signature"
LICENSE[0]=GPL
KEYWORDS="music players audio"
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 511420c..13a0086 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2017-09-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: rename mpd.gpg to maxk.gpg and move it to the grimoire
scope
+
2017-08-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.20.10

diff --git a/audio-players/mpd/mpd.gpg b/audio-players/mpd/mpd.gpg
deleted file mode 100644
index 454e4f6..0000000
Binary files a/audio-players/mpd/mpd.gpg and /dev/null differ
diff --git a/maxk.gpg b/maxk.gpg
new file mode 100644
index 0000000..454e4f6
Binary files /dev/null and b/maxk.gpg differ
diff --git a/net/ferm/DETAILS b/net/ferm/DETAILS
index a641757..c141cb7 100755
--- a/net/ferm/DETAILS
+++ b/net/ferm/DETAILS
@@ -1,11 +1,13 @@
SPELL=ferm
- VERSION=2.3
- PATCHLEVEL=1
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://ferm.foo-projects.org/download/${BRANCH}/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ VERSION=2.4.1
+ BRANCH=`echo ${VERSION}|cut -d. -f 1,2`
+ SOURCE=${SPELL}-${VERSION}.tar.xz
+ SOURCE2=${SOURCE}.sig
+ SOURCE_URL[0]=http://ferm.foo-projects.org/download/${BRANCH}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL}.sig
+ SOURCE_GPG=maxk.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://ferm.foo-projects.org/
LICENSE[0]=GPL
ENTERED=20071220
diff --git a/net/ferm/HISTORY b/net/ferm/HISTORY
index abc48f3..bf9b008 100644
--- a/net/ferm/HISTORY
+++ b/net/ferm/HISTORY
@@ -1,3 +1,8 @@
+2017-09-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.1; updated source tarball extension;
+ switched to upstream PGP check
+ * no-systemd.patch: updated
+
2016-10-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* DEPENDS: added suggest dep -- systemd
diff --git a/net/ferm/ferm-2.3.tar.gz.sig b/net/ferm/ferm-2.3.tar.gz.sig
deleted file mode 100644
index aff21b1..0000000
Binary files a/net/ferm/ferm-2.3.tar.gz.sig and /dev/null differ
diff --git a/net/ferm/no-systemd.patch b/net/ferm/no-systemd.patch
index da12920..8ccaa4d 100644
--- a/net/ferm/no-systemd.patch
+++ b/net/ferm/no-systemd.patch
@@ -1,12 +1,12 @@
---- Makefile.orig 2016-03-30 08:16:02.000000000 -0400
-+++ Makefile 2016-10-03 20:01:28.914713926 -0400
+--- Makefile.orig 2017-09-28 12:31:05.024452057 -0400
++++ Makefile 2017-09-28 12:32:06.987691205 -0400
@@ -137,11 +137,10 @@
.PHONY: install uninstall

install: all
- install -d -m 755 $(DOCDIR)/examples $(PREFIX)/sbin $(SERVICEDIR)
+ install -d -m 755 $(DOCDIR)/examples $(PREFIX)/sbin
- install -m 644 AUTHORS COPYING NEWS README TODO $(DOCDIR)
+ install -m 644 AUTHORS COPYING NEWS README.rst TODO $(DOCDIR)
install -m 644 examples/*.ferm $(DOCDIR)/examples
install -m 755 src/ferm src/import-ferm $(PREFIX)/sbin/
- install -m 644 ferm.service $(SERVICEDIR)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ef4f0023b4348a951b2b2fbcbfbef03c9e180684), Vlad Glagolev, 09/28/2017

Archive powered by MHonArc 2.6.24.

Top of Page