summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-vCard
diff options
context:
space:
mode:
authorkleink <kleink>2014-05-18 20:13:43 +0000
committerkleink <kleink>2014-05-18 20:13:43 +0000
commitc07d1f95f12028e89663f930623506213794ee48 (patch)
tree642ba8403fb07b37f95fae529e81462ffbc168a6 /textproc/p5-Text-vCard
parentaaca409d9af4a607506fc8ee1128929bdfe55d81 (diff)
downloadpkgsrc-c07d1f95f12028e89663f930623506213794ee48.tar.gz
Update p5-Text-vCard to 3.05.
3.05 Tue 13 May 2014 18:04:30 BST - Another win attempt to fix (kablamo) - Get travis working! (kablamo) 3.04 Tue 29 Apr 2014 20:21:52 - Try a fix for Win32 (kablamo) 3.03 Fri 25 Apr 2014 19:23:43 - Better error msg for vcards w/o proper line endings (kablamo) - Bug fix for names. +test (kablamo) 3.02 Fri 14 Feb 18:35:55 2014 - Try fix Win32, switch File::Slurp to Path::Tiny (kablamo) 3.01 Mon 10 Feb 11:52:00 2014 - Try fix Win32 (kablamo) 3.0 Tue Jan 21 15:25:40 GMT 2014 - Major changes! - Initial release of vCard and vCard::AddressBook - Fix line unwrapping when reading vcards - Rewrote Text::vCard::Node->as_string() - Rewrote Text::vCard::AddressBook->export() - Redo the way that encoding and decoding works - Correctly wrap utf8 encoded strings - Fix encoding issues with MIME::Base64 and MIME::QuotedPrint - Do a better job escaping and unescaping '\', ';', and ',' - Fix for writing vcards with ORG values - Fix to remove extra semi colon when writing vcards - Version defaults to 4.0 when using the new vCard library
Diffstat (limited to 'textproc/p5-Text-vCard')
-rw-r--r--textproc/p5-Text-vCard/Makefile11
-rw-r--r--textproc/p5-Text-vCard/distinfo8
2 files changed, 11 insertions, 8 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile
index 979ae95879a..f051f137e4b 100644
--- a/textproc/p5-Text-vCard/Makefile
+++ b/textproc/p5-Text-vCard/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2013/12/09 14:17:53 obache Exp $
+# $NetBSD: Makefile,v 1.22 2014/05/18 20:13:43 kleink Exp $
-DISTNAME= Text-vCard-2.13
+DISTNAME= Text-vCard-3.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
SVR4_PKGNAME= p5tv
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -16,8 +15,12 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
# for MIME::QuotedPrint
DEPENDS+= {perl>=5.8.8,p5-MIME-Base64>=3.07}:../../converters/p5-MIME-Base64
-DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp
+DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
+DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
+DEPENDS+= p5-Text-Tabs+Wrap-[0-9]*:../../textproc/p5-Text-Tabs+Wrap
DEPENDS+= p5-Text-vFile-asData>=0.07:../../textproc/p5-Text-vFile-asData
+DEPENDS+= p5-Unicode-LineBreak-[0-9]*:../../textproc/p5-Unicode-LineBreak
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
PERL5_PACKLIST= auto/Text/vCard/.packlist
diff --git a/textproc/p5-Text-vCard/distinfo b/textproc/p5-Text-vCard/distinfo
index b4873954747..3c03a182743 100644
--- a/textproc/p5-Text-vCard/distinfo
+++ b/textproc/p5-Text-vCard/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/12/30 12:57:37 kleink Exp $
+$NetBSD: distinfo,v 1.10 2014/05/18 20:13:43 kleink Exp $
-SHA1 (Text-vCard-2.13.tar.gz) = d46f233fad10c7d96873ad83ad2a2323c3bf52f8
-RMD160 (Text-vCard-2.13.tar.gz) = eb14bacd9ff48ac907734726fb4cb7134e323d2e
-Size (Text-vCard-2.13.tar.gz) = 30903 bytes
+SHA1 (Text-vCard-3.05.tar.gz) = fc16609ae83a671bf68c6d9886a6f04fa76f1044
+RMD160 (Text-vCard-3.05.tar.gz) = 51e42c80c933858d7bc5c10faabe33759517de9a
+Size (Text-vCard-3.05.tar.gz) = 43654 bytes