Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.4 grimoire by Eric Sandall (3aa37726389ea4a80f15f925e6f0d31a3d7c1c62)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.4 grimoire by Eric Sandall (3aa37726389ea4a80f15f925e6f0d31a3d7c1c62)
  • Date: Thu, 30 Nov 2006 13:52:26 -0600

GIT changes to stable-0.4 grimoire by Eric Sandall <sandalle@moby.(none)>:

archive/alien/DETAILS | 6 +++---
archive/alien/HISTORY | 6 ++++++
http/firefox/DEPENDS | 6 ++----
http/firefox/HISTORY | 6 ++++++
kde-apps/kopete/DEPENDS | 1 +
kde-apps/kopete/DETAILS | 1 +
kde-apps/kopete/HISTORY | 7 +++++++
net/dictd/DETAILS | 9 ++++++---
net/dictd/HISTORY | 3 +++
net/httping/DETAILS | 4 ++--
net/httping/HISTORY | 4 ++++
net/mrtg/DETAILS | 3 ++-
net/mrtg/HISTORY | 4 ++++
utils/util-linux/BUILD | 1 +
utils/util-linux/HISTORY | 3 +++
x11-libs/xorg/DEPENDS | 7 ++-----
x11-libs/xorg/HISTORY | 3 +++
17 files changed, 56 insertions(+), 18 deletions(-)

New commits:
commit 3aa37726389ea4a80f15f925e6f0d31a3d7c1c62
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

net/dictd: 2006/06/15 sync from p4

Conflicts:

net/dictd/HISTORY

commit 6fecf7cff7d1e92a42ef0ea44d0d11da5897d18a
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

net/mrtg: 2006/06/15 sync from p4

Conflicts:

net/mrtg/DETAILS
net/mrtg/HISTORY

commit cc3cd55f3a3159aba95d0281e1c7c66ff5e3dc78
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

net/httping: 2006/06/15 sync from p4

Conflicts:

net/httping/HISTORY

commit 43e47b320c17a8c23e84563a4198eee96f188fed
Author: David Kowis <dkowis AT shlrm.org>
Commit: Eric Sandall <sandalle@moby.(none)>

firefox

fixing bug 11526 and 10093

Conflicts:

http/firefox/DEPENDS
http/firefox/HISTORY

commit a15c009d6181e9b5226fe5f53dd4d6a5af4f4a06
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Revert "firefox"

This reverts commit 461d7ede418bb4e1ca08d00264e99ccd06e2b45a.

commit 15b14523062de24df390f7846bb4ddce78da844b
Author: Jason Flatt <jflatt AT sourcemage.org>
Commit: Eric Sandall <sandalle@moby.(none)>

Fixed the SOURCE_URL.

commit 10d6a4621d22521998dcf7d6f9f964e7d5c8a427
Author: Matthew Clark <matthewclark AT inlesserterms.net>
Commit: Eric Sandall <sandalle@moby.(none)>

Updated to version 8.64 and fixed SOURCE_URL

Conflicts:

archive/alien/HISTORY

commit dccc01141713266213c4e2bba06a1234eeff5267
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Eric Sandall <sandalle@moby.(none)>

xorg: made g++ required, #10637

Conflicts:

x11-libs/xorg/HISTORY

commit fe8be157a02adc55dcf42a83dd6de33a3e7b899c
Author: Jeremy Blosser <jblosser AT fawkes.sourcemage.org>
Commit: Eric Sandall <sandalle@moby.(none)>

sync kde-apps/kopete from test

commit 461d7ede418bb4e1ca08d00264e99ccd06e2b45a
Author: David Kowis <dkowis AT shlrm.org>
Commit: Eric Sandall <sandalle@moby.(none)>

firefox

fixing bug 11526 and 10093

Conflicts:

http/firefox/DEPENDS
http/firefox/HISTORY

Conflicts:

http/firefox/DEPENDS
http/firefox/HISTORY

commit 785e0e7c321fe9acf550b4e76e3eaf005f3f1f81
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Eric Sandall <sandalle@moby.(none)>

util-linux: create group tty #7768

Conflicts:

utils/util-linux/HISTORY

diff --git a/archive/alien/DETAILS b/archive/alien/DETAILS
index 75edc66..42ed9a5 100755
--- a/archive/alien/DETAILS
+++ b/archive/alien/DETAILS
@@ -1,9 +1,9 @@
SPELL=alien
- VERSION=8.56
+ VERSION=8.64
SOURCE=$SPELL\_$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://kitenet.net/programs/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:0795832da8d862e705fcdac16fc405f9e22130ef88866c4eac694c5af48293b26bb249bab16933c69780bfef5d072dd8f24e82e7618c4ff5437866784dd5881d
+ SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/a/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:92f70326844ca4263b91abb975c6e0f0358463ed3b5b6fea02ae186c03c118654695617bb89798a1078a8aba2308c98ac41defdd3f50392da243cd944eb036f9
WEB_SITE=http://kitenet.net/programs/alien/
BUILD_API=2
ENTERED=20020528
diff --git a/archive/alien/HISTORY b/archive/alien/HISTORY
index 99dc664..3fd8747 100644
--- a/archive/alien/HISTORY
+++ b/archive/alien/HISTORY
@@ -1,3 +1,9 @@
+2006-07-19 Jason Flatt <jflatt AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL.
+
+2006-07-05 Matthew Clark <matthewclark AT inlesserterms.net>
+ * DETAILS: Bumped to v8.64, updated SOURCE_URL
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 8e32f04..6b860a5 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -8,11 +8,9 @@ depends pango &
depends perl &&
depends zip &&
depends zlib '--with-system-zlib' &&
+depends nss &&

-optional_depends nss \
- '--enable-crypto' \
- '--disable-crypto' \
- 'for encrypted communications (https://)' &&
+suggest_depends firefox-smglwiki '' '' 'to enable searching the SMGL Wiki
from the Search Bar' &&

if [ "$FIREFOX_GTK" == "2.x" ]; then
depends gtk+2 \
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index a056b61..36113e8 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,9 @@
+2006-07-07 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: made nss non-optional
+
+2006-07-04 Matthew Clark <matthewclark AT inlesserterms.net>
+ * DEPENDS: Added optional dependency on new spell firefox-smglwiki
+
2006-06-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.5.0.4, SECURITY_PATCH=3
http://www.mozilla.org/security/announce/ [June 1, 2006]
diff --git a/kde-apps/kopete/DEPENDS b/kde-apps/kopete/DEPENDS
index c11b380..50c889e 100755
--- a/kde-apps/kopete/DEPENDS
+++ b/kde-apps/kopete/DEPENDS
@@ -1,3 +1,4 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
depends kdelibs &&
depends libxslt &&

diff --git a/kde-apps/kopete/DETAILS b/kde-apps/kopete/DETAILS
index da71414..3c993b9 100755
--- a/kde-apps/kopete/DETAILS
+++ b/kde-apps/kopete/DETAILS
@@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://kopete.kde.org
ENTERED=20020406
UPDATED=20031127
+ KEYWORDS="kde"
SHORT="a multiple protocol IM client for KDE"
LICENSE[0]=GPL
cat << EOF
diff --git a/kde-apps/kopete/HISTORY b/kde-apps/kopete/HISTORY
index 223110d..7335c4c 100644
--- a/kde-apps/kopete/HISTORY
+++ b/kde-apps/kopete/HISTORY
@@ -1,3 +1,10 @@
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-03-01 Treeve Jelbert <treeve01 AT pi.be>
+ * DEPENDS: add KDE_DEPENDS (for arts)
+ fixes bug #10296
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512

diff --git a/net/dictd/DETAILS b/net/dictd/DETAILS
index d6eb796..eb5cc44 100755
--- a/net/dictd/DETAILS
+++ b/net/dictd/DETAILS
@@ -1,9 +1,9 @@
SPELL=dictd
- VERSION=1.9.7
+ VERSION=1.9.15
SOURCE=${SPELL}-$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.dict.org/pub/dict/$SOURCE
-
SOURCE_HASH=sha512:91a1e3e2672e4edf7cac01850cf35c56d518fa1f847e322e151a6b0ceb11ee2659e58a97eacaebf74b42f3b0f7e8f62df0da16e49818dbada04b4f5f281e33e5
+
SOURCE_HASH=sha512:aae94a672c7345efff4252a729d42aa103eb651d1ee01a4f8cb8852a68e7c5dab0f2ddf84981bdcf050c39f987e11a73fec3adf79183f0a693b45574e7a511d2
WEB_SITE=http://www.dict.org/
ENTERED=20020807
UPDATED=20030822
@@ -11,5 +11,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPE
BUILD_API=2
SHORT="Client/server for the Dictionary Server Protocol"
cat << EOF
-The Dictionary Server Protocol (DICT) is a TCP transaction based
query/response protocol that allows a client to access dictionary definitions
from a set of natural language dictionary databases.
+The Dictionary Server Protocol (DICT) is a TCP transaction
+based query/response protocol that allows a client to
+access dictionary definitions from a set of natural
+language dictionary databases.
EOF
diff --git a/net/dictd/HISTORY b/net/dictd/HISTORY
index e15c947..f37ad9e 100644
--- a/net/dictd/HISTORY
+++ b/net/dictd/HISTORY
@@ -1,3 +1,6 @@
+2006-05-13 Matthew Clark <matthewclark AT inlesserterms.net>
+ * DETAILS: Version bump to v1.9.15, fixes bug 11055
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512

diff --git a/net/httping/DETAILS b/net/httping/DETAILS
index c8103de..878d8a3 100755
--- a/net/httping/DETAILS
+++ b/net/httping/DETAILS
@@ -1,10 +1,10 @@
SPELL=httping
BUILD_API=2
- VERSION=0.0.96
+ VERSION=1.0.10
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.vanheusden.com/httping/$SOURCE
-
SOURCE_HASH=sha512:b05df2a3bb948fc360501e3fce486d18bdd2c6adf5d4079909e30ac40bc6456614834598c84c25de6ef40efb99af35691a4b4d51e5f03da2f513308217a7208d
+
SOURCE_HASH=sha512:33572a471275b4478bae9a0214afb914bbfdd70fd700e547fc3824ae3a633d974de4e464e0373496442008357d005d21c9ef55e2d5127079562c362504d1310e
WEB_SITE=http://www.vanheusden.com/httping/
LICENSE[0]=GPL
ENTERED=20040504
diff --git a/net/httping/HISTORY b/net/httping/HISTORY
index be46d1c..f44c137 100644
--- a/net/httping/HISTORY
+++ b/net/httping/HISTORY
@@ -1,3 +1,7 @@
+2006-05-13 Matthew Clark <matthewclark AT inlesserterms.net>
+ * DETAILS: Version bump to 1.0.10, SHA512 hash update,
+ fixes bug 11049
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512

diff --git a/net/mrtg/DETAILS b/net/mrtg/DETAILS
index f07be7d..03d9c65 100755
--- a/net/mrtg/DETAILS
+++ b/net/mrtg/DETAILS
@@ -1,5 +1,6 @@
SPELL=mrtg
- VERSION=2.13.1
+ VERSION=2.14.3
+
SOURCE_HASH=sha512:921d3bb62310d91d6c3d694b324fff3b90195b2eccb1a62e79ea5e908c609db7aeb28cb871c0891adf45130273d246d7266d8b99165b9534671a649505f99f1f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/$SOURCE
diff --git a/net/mrtg/HISTORY b/net/mrtg/HISTORY
index 1c6ab14..e324d56 100644
--- a/net/mrtg/HISTORY
+++ b/net/mrtg/HISTORY
@@ -1,3 +1,7 @@
+2006-05-13 Matthew Clark <matthewclark AT inlesserterms.net>
+ * DETAILS: Version bump to 2.14.3, updated SHA512 sum,
+ fixes bug 11052
+
2006-01-31 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.13.1
converted SOURCEHASH to SOURCE_GPG
diff --git a/utils/util-linux/BUILD b/utils/util-linux/BUILD
index 3dab189..049304d 100755
--- a/utils/util-linux/BUILD
+++ b/utils/util-linux/BUILD
@@ -1,3 +1,4 @@
+create_group tty &&
OPTS="$OPTS --build=${BUILD}" &
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"

diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index fbea655..6c8880f 100755
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,6 @@
+2006-09-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: create group tty #7768
+
2006-02-08 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on smgl-fhs (for directory structure)

diff --git a/x11-libs/xorg/DEPENDS b/x11-libs/xorg/DEPENDS
index 2847d36..c206503 100755
--- a/x11-libs/xorg/DEPENDS
+++ b/x11-libs/xorg/DEPENDS
@@ -13,6 +13,7 @@ depends zlib &&
depends ncurses &&
depends expat &&
depends libpng &&
+depends g++ &&

optional_depends POSTSCRIPT-INTERPRETER \
"" \
@@ -22,9 +23,5 @@ optional_depends POSTSCRIPT-INTERPRETER
optional_depends groff \
"" \
"" \
- "for formatted documentation" &&
+ "for formatted documentation"

-optional_depends g++ \
- "" \
- "" \
- "for OpenGL support"
diff --git a/x11-libs/xorg/HISTORY b/x11-libs/xorg/HISTORY
index c2274e8..eee7805 100644
--- a/x11-libs/xorg/HISTORY
+++ b/x11-libs/xorg/HISTORY
@@ -1,3 +1,6 @@
+2006-06-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: made g++ required, #10637
+
2006-05-06 George Sherwood <george AT beernabeer.com>
* PRE_BUILD, x11r6.9.0-mitri.diff: patch for CVE-2006-1525, see
http://lists.freedesktop.org/archives/xorg/2006-May/015136.html



  • [SM-Commit] GIT changes to stable-0.4 grimoire by Eric Sandall (3aa37726389ea4a80f15f925e6f0d31a3d7c1c62), Eric Sandall, 11/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page