summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 23:49:36 +0300
committerVlad Glagolev2015-05-03 23:49:36 +0300
commitc5c7e48ba6a584d7418b6fa5b1269b8fbeb8d55a (patch)
tree57b60f81a2b5952d7bbdae5685000670ef316b57
parent96ce72fb1638adeed16edffc869983ac41e67423 (diff)
email-mime: => 1.929
-rwxr-xr-xperl-cpan/email-mime/BUILD1
-rwxr-xr-xperl-cpan/email-mime/DEPENDS2
-rwxr-xr-xperl-cpan/email-mime/DETAILS15
-rw-r--r--perl-cpan/email-mime/HISTORY6
4 files changed, 16 insertions, 8 deletions
diff --git a/perl-cpan/email-mime/BUILD b/perl-cpan/email-mime/BUILD
deleted file mode 100755
index 2de29cd903..0000000000
--- a/perl-cpan/email-mime/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_perl
diff --git a/perl-cpan/email-mime/DEPENDS b/perl-cpan/email-mime/DEPENDS
index 9c93f0ebca..3fa77455b4 100755
--- a/perl-cpan/email-mime/DEPENDS
+++ b/perl-cpan/email-mime/DEPENDS
@@ -2,4 +2,6 @@ depends perl &&
depends email-mime-encodings &&
depends email-mime-contenttype &&
depends email-simple &&
+depends email-messageid &&
+depends email-address &&
depends mime-types
diff --git a/perl-cpan/email-mime/DETAILS b/perl-cpan/email-mime/DETAILS
index 786fc8892a..65913e5e0a 100755
--- a/perl-cpan/email-mime/DETAILS
+++ b/perl-cpan/email-mime/DETAILS
@@ -1,13 +1,14 @@
SPELL=email-mime
- VERSION=1.863
- SOURCE="Email-MIME-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
- SOURCE_HASH=sha512:3529896f3018c09d86bb9781ecb5efa79fa36d4e8c332d1db177d6ac6a5d47e39a4f56021b517abf628c17775a204330f7bd363b6cabba633b71f0de39a8effd
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-MIME-${VERSION}"
- WEB_SITE="http://search.cpan.org/search?query=Email-MIME&mode=all"
+ SPELLX=Email-MIME
+ VERSION=1.929
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/R/RJ/RJBS/${SOURCE}
+ SOURCE_HASH=sha512:13a2591de92720dd3f8f798e442cf65c391d38e2a6d1e72d87c9301e8e3b2aa8fc1c8e3cfbcb829f14844bde59575a03ef7eb535741624e4dc8f3575c4089697
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=http://search.cpan.org/dist/Email-MIME/
LICENSE[0]=ART
ENTERED=20080630
- SHORT="Email::MIME - Easy MIME message parsing."
+ SHORT="easy MIME message parsing"
cat << EOF
This is an extension of the Email::Simple module, to handle MIME encoded
messages. It takes a message as a string, splits it up into its constituent
diff --git a/perl-cpan/email-mime/HISTORY b/perl-cpan/email-mime/HISTORY
index 28ebb775e5..a1b54f0a2a 100644
--- a/perl-cpan/email-mime/HISTORY
+++ b/perl-cpan/email-mime/HISTORY
@@ -1,3 +1,9 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.929; use SPELLX, PERL_CPAN_URL; updated
+ website, source url, short description
+ * DEPENDS: added missing required deps
+ * BUILD: dropped, not needed
+
2009-09-14 David Kowis <dkowis@shlrm.org>
* DETAILS: to latest version