Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a70f47cc9616daf27796854f7114834ebdfe7b8c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a70f47cc9616daf27796854f7114834ebdfe7b8c)
  • Date: Thu, 17 Sep 2009 08:02:02 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

ftp/fspclient/BUILD | 3 +++
ftp/fspclient/DETAILS | 4 ++--
ftp/fspclient/HISTORY | 6 +++++-
ftp/fspclient/INSTALL | 3 +++
4 files changed, 13 insertions(+), 3 deletions(-)

New commits:
commit a70f47cc9616daf27796854f7114834ebdfe7b8c
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

ftp/fspclient: updated to version 0.93.0

diff --git a/ftp/fspclient/BUILD b/ftp/fspclient/BUILD
new file mode 100755
index 0000000..6654c34
--- /dev/null
+++ b/ftp/fspclient/BUILD
@@ -0,0 +1,3 @@
+scons prefix=/usr \
+ mandir=/usr/share/man \
+ CCFLAGS="$CFLAGS"
diff --git a/ftp/fspclient/DETAILS b/ftp/fspclient/DETAILS
index 86addeb..3aa19bc 100755
--- a/ftp/fspclient/DETAILS
+++ b/ftp/fspclient/DETAILS
@@ -1,12 +1,12 @@
SPELL=fspclient
- VERSION=0.91.0
+ VERSION=0.93.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://fspclient.sourceforge.net/
ENTERED=20050105
LICENSE[0]=MIT
-
SOURCE_HASH=sha512:871778b34cacf73421180f78f41e5007acf48f1e9ef1b1f078955edc53fbdb965b27e4d1d187f846844a451f58f05e9ba0a54743d242420ae7329a9ff614e213
+
SOURCE_HASH=sha512:e2dbaf3ca7eb0c821f90630c7544c47265b4fad15a767f09bfad8188feeba285170879c0fc4b3455725b78ebc4dfdb71236a51424cec3e6890903c5fcaf61cea
KEYWORDS="ftp"
SHORT="FTP-like interface for File Service Protocol"
cat << EOF
diff --git a/ftp/fspclient/HISTORY b/ftp/fspclient/HISTORY
index 1463f7c..3a4bde7 100644
--- a/ftp/fspclient/HISTORY
+++ b/ftp/fspclient/HISTORY
@@ -1,5 +1,9 @@
+2009-09-17 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 0.93.0
+ * BUILD, INSTALL: added, now uses scons
+
2007-10-06 Mathieu Lonjaret <lejatorn AT sourcemage.org>
- * DETAILS: update to 0.91.0
+ * DETAILS: update to 0.91.0

2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/ftp/fspclient/INSTALL b/ftp/fspclient/INSTALL
new file mode 100755
index 0000000..b7ebc27
--- /dev/null
+++ b/ftp/fspclient/INSTALL
@@ -0,0 +1,3 @@
+scons install prefix=/usr \
+ mandir=/usr/share/man \
+ CCFLAGS="$CFLAGS"



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a70f47cc9616daf27796854f7114834ebdfe7b8c), Quentin Rameau, 09/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page