Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (9258faaa11d8e31128ae8db91302324ddc952993)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (9258faaa11d8e31128ae8db91302324ddc952993)
  • Date: Sat, 4 Nov 2017 04:32:51 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

dev/null |binary
ftp/fsp/BUILD | 1 +
ftp/fsp/DEPENDS | 5 +++++
ftp/fsp/DETAILS | 7 ++-----
ftp/fsp/HISTORY | 8 ++++++++
ftp/fsp/INSTALL | 2 +-
6 files changed, 17 insertions(+), 6 deletions(-)

New commits:
commit 9258faaa11d8e31128ae8db91302324ddc952993
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

ftp/fsp: Fix / Update Spell

Version for spell updated to 2.8.1b27.
Key / signature verification appeared broken. Newer signatures
available for packages, however, current or new public keys could
not be found. Moved verification back to SHA512.

DEPENDS created and contents added inline with install documentation
within source package and testing. Files were either created (BUILD)
or modified (INSTALL) in order to deal with the new build system
(scons) being employed by 'fsp'.

diff --git a/ftp/fsp/AAAC7BBC.gpg b/ftp/fsp/AAAC7BBC.gpg
deleted file mode 100644
index 6f09072..0000000
Binary files a/ftp/fsp/AAAC7BBC.gpg and /dev/null differ
diff --git a/ftp/fsp/BUILD b/ftp/fsp/BUILD
new file mode 100755
index 0000000..ebff829
--- /dev/null
+++ b/ftp/fsp/BUILD
@@ -0,0 +1 @@
+scons
diff --git a/ftp/fsp/DEPENDS b/ftp/fsp/DEPENDS
new file mode 100755
index 0000000..282dde0
--- /dev/null
+++ b/ftp/fsp/DEPENDS
@@ -0,0 +1,5 @@
+depends scons &&
+depends python &&
+depends flex &&
+depends gcc &&
+depends openjade
diff --git a/ftp/fsp/DETAILS b/ftp/fsp/DETAILS
index 879c025..60d376b 100755
--- a/ftp/fsp/DETAILS
+++ b/ftp/fsp/DETAILS
@@ -1,12 +1,9 @@
SPELL=fsp
- VERSION=2.8.1b24
+ VERSION=2.8.1b27
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=AAAC7BBC.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+
SOURCE_HASH=sha512:82f0665785e4e7e2ac4269cf0b435233fb9afd8bd15dac8c93c710f0985ba3f2c21c9292782133f26a57c15fd6961811b71d6323c7ee9441d6d9e6ed0110060c
WEB_SITE=http://fsp.sourceforge.net/
ENTERED=20050110
LICENSE[0]=MIT
diff --git a/ftp/fsp/HISTORY b/ftp/fsp/HISTORY
index fd3e14b..588fbc8 100644
--- a/ftp/fsp/HISTORY
+++ b/ftp/fsp/HISTORY
@@ -1,3 +1,11 @@
+2017-11-02 David C. Haley <khoralin AT gmail.com>
+ * AAAC7BBC.gpg: File removed.
+ * DETAILS: Updated version to 2.8.1b27
+ Converted to SHA512 integrity checking.
+ * BUILD: Created.
+ * INSTALL: Updated to account for use of 'scons'
+ * Depends: Created.
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/ftp/fsp/INSTALL b/ftp/fsp/INSTALL
index cbd45af..c4a9081 100755
--- a/ftp/fsp/INSTALL
+++ b/ftp/fsp/INSTALL
@@ -1,4 +1,4 @@
-default_install &&
+scons install
install_config_file ${SOURCE_DIRECTORY}/fspd.conf \
${INSTALL_ROOT}/etc/fspd.conf




  • [SM-Commit] GIT changes to master grimoire by David C. Haley (9258faaa11d8e31128ae8db91302324ddc952993), David C. Haley, 11/04/2017

Archive powered by MHonArc 2.6.24.

Top of Page