Skip to Content.
Sympa Menu

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

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 (0550458b16d042b838e9dd5fb124acda70359e17)
  • Date: Fri, 17 Apr 2015 14:17:14 -0500

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

perl-cpan/dbi/DEPENDS | 8 +++++++-
perl-cpan/dbi/DETAILS | 13 +++++++------
perl-cpan/dbi/HISTORY | 5 +++++
3 files changed, 19 insertions(+), 7 deletions(-)

New commits:
commit 1c9f641775f8fe03dcd731c4bd2f37716b9d1878
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dbi: => 1.633

diff --git a/perl-cpan/dbi/DEPENDS b/perl-cpan/dbi/DEPENDS
index 1dd0168..b5b244c 100755
--- a/perl-cpan/dbi/DEPENDS
+++ b/perl-cpan/dbi/DEPENDS
@@ -1 +1,7 @@
-depends perl
+depends perl &&
+
+optional_depends plrpc "" "" "for proxy server support" &&
+optional_depends sql-statement "" "" "for improved SQL engine support" &&
+optional_depends clone "" "" "to clone data structures" &&
+optional_depends mldbm "" "" "for multidimensional hash structures support"
&&
+optional_depends db_file "" "" "for Berkeley DB version 1.x database support"
diff --git a/perl-cpan/dbi/DETAILS b/perl-cpan/dbi/DETAILS
index 561ef2d..d776bce 100755
--- a/perl-cpan/dbi/DETAILS
+++ b/perl-cpan/dbi/DETAILS
@@ -1,14 +1,15 @@
SPELL=dbi
- VERSION=1.631
-
SOURCE_HASH=sha512:7ed04167cfeb1f256613f06179d5280bbbf53e1d93d3306d5654f7278572f5cb131fb9ad16403cde05215c741cedd77e51b7cbdef15b5d4ea9dc79490775fa9e
- SOURCE=DBI-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/DBI-$VERSION
- SOURCE_URL[0]=http://cpan.metacpan.org/authors/id/T/TI/TIMB/$SOURCE
+ SPELLX=DBI
+ VERSION=1.633
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/CPAN/authors/id/T/TI/TIMB/$SOURCE
+
SOURCE_HASH=sha512:cd945a9b4f2d8c9ccf84d2f57772765b6f16652302271696a85ed8633fa40f6e70a908430ef6f189e4eba1454585327296c446909da26f093d6763ddb7d7cf08
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
LICENSE=ART
WEB_SITE=http://dbi.perl.org
ENTERED=20011108
KEYWORDS="database perl"
- SHORT="The Perl Database Interface by Tim Bunce."
+ SHORT="Perl's database interface"
cat << EOF
DBI - The Perl Database Interface by Tim Bunce.

diff --git a/perl-cpan/dbi/HISTORY b/perl-cpan/dbi/HISTORY
index 889c490..4091c68 100644
--- a/perl-cpan/dbi/HISTORY
+++ b/perl-cpan/dbi/HISTORY
@@ -1,3 +1,8 @@
+2015-04-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.633; use SPELLX; updated source url,
short
+ description; quoting paths
+ * DEPENDS: added missing dependencies
+
2014-06-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.631
new url



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0550458b16d042b838e9dd5fb124acda70359e17), Vlad Glagolev, 04/17/2015

Archive powered by MHonArc 2.6.24.

Top of Page