Skip to Content.
Sympa Menu

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

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 (333a3d25b9745f14b77f6449414f4755310df297)
  • Date: Sat, 5 Apr 2008 02:07:18 -0500

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

net/whois/BUILD | 2 +-
net/whois/DEPENDS | 2 +-
net/whois/DETAILS | 8 ++++----
net/whois/HISTORY | 3 +++
net/whois/INSTALL | 2 +-
perl-cpan/perl-error/DETAILS | 4 ++--
perl-cpan/perl-error/HISTORY | 3 +++
perl-cpan/uri/DETAILS | 5 ++---
perl-cpan/uri/HISTORY | 3 +++
9 files changed, 20 insertions(+), 12 deletions(-)

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

uri: => 1.36

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

perl-error: => 0.17012

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

whois: => 4.7.25 + cleaned up the spaces

diff --git a/net/whois/BUILD b/net/whois/BUILD
index fde7b0d..93123ef 100755
--- a/net/whois/BUILD
+++ b/net/whois/BUILD
@@ -1 +1 @@
-make OPTS="$CFLAGS"
+make OPTS="$CFLAGS"
diff --git a/net/whois/DEPENDS b/net/whois/DEPENDS
index 1dd0168..6826bc7 100755
--- a/net/whois/DEPENDS
+++ b/net/whois/DEPENDS
@@ -1 +1 @@
-depends perl
+depends perl
diff --git a/net/whois/DETAILS b/net/whois/DETAILS
index d2337c4..04f35bf 100755
--- a/net/whois/DETAILS
+++ b/net/whois/DETAILS
@@ -1,9 +1,9 @@
SPELL=whois
- VERSION=4.7.24
- SOURCE=${SPELL}_${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ VERSION=4.7.25
+ SOURCE=${SPELL}_$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/w/whois/$SOURCE
-
SOURCE_HASH=sha512:dbec32b4c01f8be19e6d670f793139484365d3394e23e392836f054afecf070288077527b22e7a4e14a9fc211552649bec65bdfda5703b41a646392a0d1ec85f
+
SOURCE_HASH=sha512:7449ac8b369f5c86eac6f9ff8fc1f99eb15efdd4b7dda5a31d3250b59cd79fd39b6908b05267bfbbbd642073e1ffaac4f579df4d6e445cb8879662c52b94067d
WEB_SITE=http://www.linux.it/~md/software/
ENTERED=20011228
LICENSE[0]=GPL
diff --git a/net/whois/HISTORY b/net/whois/HISTORY
index 3a9b84f..b9cbb85 100644
--- a/net/whois/HISTORY
+++ b/net/whois/HISTORY
@@ -1,3 +1,6 @@
+2008-04-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.7.25
+
2007-11-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.7.24

diff --git a/net/whois/INSTALL b/net/whois/INSTALL
index b71bbe1..04bdeaa 100755
--- a/net/whois/INSTALL
+++ b/net/whois/INSTALL
@@ -1 +1 @@
-make prefix="${INSTALL_ROOT}/usr" install
+make prefix="$INSTALL_ROOT/usr" install
diff --git a/perl-cpan/perl-error/DETAILS b/perl-cpan/perl-error/DETAILS
index a4d0442..b89f350 100755
--- a/perl-cpan/perl-error/DETAILS
+++ b/perl-cpan/perl-error/DETAILS
@@ -1,8 +1,8 @@
SPELL=perl-error
- VERSION=0.17011
+ VERSION=0.17012
SOURCE=Error-$VERSION.tar.gz
SOURCE_URL[0]=http://www.cpan.org/authors/id/S/SH/SHLOMIF/$SOURCE
-
SOURCE_HASH=sha512:26711e6dc9c2b0c61ce63e9afdf0682336764a765e8b103e71dd9368a718c82f5e45017a28ab0b899521aa83c23aef2d2997d0907536bd70c1277199d1583b01
+
SOURCE_HASH=sha512:769cee18a1bdbe3bfe531f80df8f7ebb7efb0a946372a6f253909c6c3d5467bcf938809311e81e6bbc1a7a7f02403d4c249ae907b25bf9c44826863dc44f626a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Error-$VERSION
WEB_SITE=http://search.cpan.org/~shlomif/Error/
LICENSE[0]=ART
diff --git a/perl-cpan/perl-error/HISTORY b/perl-cpan/perl-error/HISTORY
index b24dc33..bf8c543 100644
--- a/perl-cpan/perl-error/HISTORY
+++ b/perl-cpan/perl-error/HISTORY
@@ -1,3 +1,6 @@
+2008-04-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.17012
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: cleaned up, updated to 0.17011
* BUILD: useless
diff --git a/perl-cpan/uri/DETAILS b/perl-cpan/uri/DETAILS
index 2621f5d..a753dfe 100755
--- a/perl-cpan/uri/DETAILS
+++ b/perl-cpan/uri/DETAILS
@@ -1,13 +1,12 @@
SPELL=uri
- VERSION=1.35
+ VERSION=1.36
SOURCE=URI-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/URI-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/G/GA/GAAS/$SOURCE
-
SOURCE_HASH=sha512:e0597de4ca86735ba20f4c2cd8893105730fbb8c77a1107caf6ca1b104e5150e35684197493e527e084831191885fe1cd622db44f7be7d7b9ed13635c0e4fa0c
+
SOURCE_HASH=sha512:1ffaa051a71d2bd5247fb9377f8f8b74f054ddad51fb88a8b69f913f42c71422dd9f1e503d1775001cf1693ecbeda020dc53c65463d2921998fb5705a3222735
LICENSE=ART
WEB_SITE=http://search.cpan.org/~gaas/URI/
ENTERED=20020312
- UPDATED=20020313
KEYWORDS="perl"
SHORT="URI"
cat << EOF
diff --git a/perl-cpan/uri/HISTORY b/perl-cpan/uri/HISTORY
index d655008..325d9c5 100644
--- a/perl-cpan/uri/HISTORY
+++ b/perl-cpan/uri/HISTORY
@@ -1,3 +1,6 @@
+2008-04-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.36
+
2008-01-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: returned UPDATED




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (333a3d25b9745f14b77f6449414f4755310df297), Vlad Glagolev, 04/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page