diff options
author | he <he@pkgsrc.org> | 2008-08-17 16:54:10 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-17 16:54:10 +0000 |
commit | 6eb75b614727ea703880651ce2ec02defdf4cf20 (patch) | |
tree | 2df83f4b036895e51e245e5f95b7a8bb2305ca97 /mail | |
parent | d32cabefd86dd142ebadaa9d4e4819fa4352b140 (diff) | |
download | pkgsrc-6eb75b614727ea703880651ce2ec02defdf4cf20.tar.gz |
Update from version 1.21 to 1.22.
Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer
o Adjust dependencies to match Makefile.PL
Upstream changes:
1.22 2006/09/09 18:05:00 alian
- Fix rt#19656: unknown URI schemes cause rewrite to fail
- Fix rt#17385: make test semi-panics
- Fix rt#7841: Text-Only Encoding Ignored
- Fix rt#21339: no license or copyright information provided
- Fix rt#19655: include_css is far too aggressive
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Lite-HTML/Makefile | 9 | ||||
-rw-r--r-- | mail/p5-MIME-Lite-HTML/distinfo | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/mail/p5-MIME-Lite-HTML/Makefile b/mail/p5-MIME-Lite-HTML/Makefile index a594366a280..8dda25a3312 100644 --- a/mail/p5-MIME-Lite-HTML/Makefile +++ b/mail/p5-MIME-Lite-HTML/Makefile @@ -1,17 +1,20 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:34 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/17 16:54:10 he Exp $ -DISTNAME= MIME-Lite-HTML-1.21 +DISTNAME= MIME-Lite-HTML-1.22 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} -MAINTAINER= cube@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/MIME-Lite-HTML/ COMMENT= Perl5 module to transform a HTML page into a MIME-Lite mail PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-MIME-Lite>=3.01:../../mail/p5-MIME-Lite DEPENDS+= p5-libwww>=5.805:../../www/p5-libwww +DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI PERL5_PACKLIST= auto/MIME/Lite/HTML/.packlist diff --git a/mail/p5-MIME-Lite-HTML/distinfo b/mail/p5-MIME-Lite-HTML/distinfo index 1cbe6b3261b..4b4868854cd 100644 --- a/mail/p5-MIME-Lite-HTML/distinfo +++ b/mail/p5-MIME-Lite-HTML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/04/18 18:55:18 cube Exp $ +$NetBSD: distinfo,v 1.2 2008/08/17 16:54:10 he Exp $ -SHA1 (MIME-Lite-HTML-1.21.tar.gz) = a6a4abe0b733d73d62119a2b74d6c1302cef61cc -RMD160 (MIME-Lite-HTML-1.21.tar.gz) = a6b65c1dc5b8cced8a4c69da57840ec7a1890586 -Size (MIME-Lite-HTML-1.21.tar.gz) = 63121 bytes +SHA1 (MIME-Lite-HTML-1.22.tar.gz) = 3b6fd3d1b31a66e7047391f0bbc3da26af121857 +RMD160 (MIME-Lite-HTML-1.22.tar.gz) = ea45338d60b26327b8fbd8dd29abc800d83e4c55 +Size (MIME-Lite-HTML-1.22.tar.gz) = 60137 bytes |