summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 20:11:14 +0300
committerVlad Glagolev2015-05-03 20:11:14 +0300
commit1ef4ad220f714b1c09c6147223c38bf9b6801f54 (patch)
treeb8ff340a507a2ebd72317dd322dbeafadf44587d
parente480abc76401ba9d194c25b6412f20ee6fb91d0d (diff)
datetime-timezone: => 1.88
-rwxr-xr-xperl-cpan/datetime-timezone/DEPENDS5
-rwxr-xr-xperl-cpan/datetime-timezone/DETAILS16
-rw-r--r--perl-cpan/datetime-timezone/HISTORY7
3 files changed, 18 insertions, 10 deletions
diff --git a/perl-cpan/datetime-timezone/DEPENDS b/perl-cpan/datetime-timezone/DEPENDS
index 1c0f5e8a41..45555a9713 100755
--- a/perl-cpan/datetime-timezone/DEPENDS
+++ b/perl-cpan/datetime-timezone/DEPENDS
@@ -1,4 +1,5 @@
depends class-singleton &&
-depends class-load &&
+depends module-runtime &&
depends params-validate &&
-depends test-output
+depends list-allutils &&
+depends try-tiny
diff --git a/perl-cpan/datetime-timezone/DETAILS b/perl-cpan/datetime-timezone/DETAILS
index 0ef96f0031..c54809d13e 100755
--- a/perl-cpan/datetime-timezone/DETAILS
+++ b/perl-cpan/datetime-timezone/DETAILS
@@ -1,15 +1,15 @@
SPELL=datetime-timezone
- VERSION=1.59
- SNAME=DateTime-TimeZone
- SOURCE=$SNAME-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DateTime/$SOURCE
- SOURCE_HASH=sha512:d76951b3c48656f32ca074a1ead9b1458e7e1edecffe8f54e884e328e9dad3ba1b79f07faf6dadfc9ffe6d609907a8aa2c8d0968084ccf2a63fef659d8397ca1
+ SPELLX=DateTime-TimeZone
+ VERSION=1.88
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
+ SOURCE_HASH=sha512:f35370c842f5e6f6d13dfc2bd864a89fd847108854a2a4aadee1cd9d5743ab121a108a9352f56db08a987b040d84089cd4adf4b3b200d6c4aa9fe2279984c6fe
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
LICENSE=GPL
- WEB_SITE="http://search.cpan.org/search?module=DateTime::TimeZone"
+ WEB_SITE=http://search.cpan.org/dist/DateTime-TimeZone/
ENTERED=20051201
KEYWORDS="perl"
- SHORT="DateTime::TimeZone - Time zone object base class and factory"
+ SHORT="time zone object base class and factory"
cat << EOF
This class is the base class for all time zone objects. A time zone is
represented internally as a set of observances, each of which describes the
diff --git a/perl-cpan/datetime-timezone/HISTORY b/perl-cpan/datetime-timezone/HISTORY
index 5625782db5..8e01fbe606 100644
--- a/perl-cpan/datetime-timezone/HISTORY
+++ b/perl-cpan/datetime-timezone/HISTORY
@@ -1,3 +1,10 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.88; SNAME -> SPELLX; quoting paths;
+ updated website, short desc, source url; use PERL_CPAN_URL
+ * DEPENDS: replaced class-load with module-runtime per upstream doc;
+ removed test-output -- isn't needed for build/runtime; added missing
+ required deps -- list-allutils, try-tiny (see Makefile.PL)
+
2013-05-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 1.59
* DEPENDS: added dependencies on test-output, class-load, params-validate