Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9e4b4eb5687c3c52ebd33210db39b538b8a1aa0b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9e4b4eb5687c3c52ebd33210db39b538b8a1aa0b)
  • Date: Sat, 30 Aug 2008 13:40:08 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

news/slrn/BUILD | 3 ++-
news/slrn/DETAILS | 7 +++----
news/slrn/HISTORY | 8 ++++++++
news/slrn/INSTALL | 3 +++
4 files changed, 16 insertions(+), 5 deletions(-)

New commits:
commit 9e4b4eb5687c3c52ebd33210db39b538b8a1aa0b
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

slrn: changed the SOURCE_URL to use the mirror variable

commit fffa44dcabe49f424aec21409bcebd81cfe89d2a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

slrn: 0.9.9
patch by Glyn Kennington #14698

diff --git a/news/slrn/BUILD b/news/slrn/BUILD
index 9e0496e..f856383 100755
--- a/news/slrn/BUILD
+++ b/news/slrn/BUILD
@@ -3,6 +3,7 @@
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --with-slrnpull --with-uudeview=/usr/include \
+ --with-slrnpull \
+ --with-uu \
$OPTS &&
make
diff --git a/news/slrn/DETAILS b/news/slrn/DETAILS
index 1258371..47aa904 100755
--- a/news/slrn/DETAILS
+++ b/news/slrn/DETAILS
@@ -1,12 +1,11 @@
SPELL=slrn
- VERSION=0.9.8.1pl1
+ VERSION=0.9.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://slrn.sourceforge.net/patches/$SOURCE
-
SOURCE_HASH=sha512:20b238072f0462671b9fc4cbffcb51aefe384a015ea73800bc8e6b1ef7b47c13555af31b729de289482507361c258251ea22b2b9e6a73c77fba4a9b984c77375
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:ea882e4a1a93d7c05c699928cba2b4ea5cf0c32959f720666828306180842c703af2e50ca4b990bcfddf67aae7dc7adec85cd29e883c5c0d3b60585ccdc4576e
WEB_SITE=http://slrn.sourceforge.net/
ENTERED=20010922
- UPDATED=20020316
LICENSE=GPL
KEYWORDS="client news"
SHORT="slrn is an nntp-based threaded newsreader."
diff --git a/news/slrn/HISTORY b/news/slrn/HISTORY
index 136d7c6..bc4cb33 100644
--- a/news/slrn/HISTORY
+++ b/news/slrn/HISTORY
@@ -1,3 +1,11 @@
+2008-08-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: changed the SOURCE_URL to use the mirror variable
+
+2008-08-30 Glyn Kennington <glyn AT ox.compsoc.net>
+ * DETAILS: updated to 0.9.9
+ * BUILD: with-uudeview changed to with-uu
+ * INSTALL: use make_single
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/news/slrn/INSTALL b/news/slrn/INSTALL
new file mode 100644
index 0000000..9d9a4c0
--- /dev/null
+++ b/news/slrn/INSTALL
@@ -0,0 +1,3 @@
+make_single &&
+default_install &&
+make_normal



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9e4b4eb5687c3c52ebd33210db39b538b8a1aa0b), Jaka Kranjc, 08/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page