diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-04 23:18:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-04 23:18:38 +0800 |
commit | 7dfe28c42cd18bba72001020b74eaf24bd0a1158 (patch) | |
tree | 7828e5a3cb7ee74bd96926822b946e1006a3c40a | |
parent | d8330ee5a56c7717fa74746230239f3de56961ec (diff) | |
download | freebsd-ports-gnome-7dfe28c42cd18bba72001020b74eaf24bd0a1158.tar.gz freebsd-ports-gnome-7dfe28c42cd18bba72001020b74eaf24bd0a1158.tar.zst freebsd-ports-gnome-7dfe28c42cd18bba72001020b74eaf24bd0a1158.zip |
- Update to 2897
- Change COMMENT and pkg-descr
Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR: ports/151936
Submitted by: Vick Khera <vivek@khera.org> (maintainer)
-rw-r--r-- | www/p5-CSS-Inliner/Makefile | 13 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/distinfo | 5 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/pkg-descr | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/www/p5-CSS-Inliner/Makefile b/www/p5-CSS-Inliner/Makefile index a75a59b3b1f7..a0a061253e90 100644 --- a/www/p5-CSS-Inliner/Makefile +++ b/www/p5-CSS-Inliner/Makefile @@ -6,18 +6,19 @@ # PORTNAME= CSS-Inliner -PORTVERSION= 2669 +PORTVERSION= 2897 CATEGORIES= www perl5 MASTER_SITES= CPAN -#MASTER_SITE_SUBDIR= ../by-authors/id/K/KA/KAMELKEV PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org -COMMENT= Library for converting CSS <style> blocks to inline styles +COMMENT= Library for converting CSS blocks and files to inline styles -RUN_DEPENDS+= p5-CSS-Tiny>=1.15:${PORTSDIR}/textproc/p5-CSS-Tiny \ - p5-HTML-Query>=0.02:${PORTSDIR}/www/p5-HTML-Query \ - p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree +RUN_DEPENDS= p5-CSS-Simple>=2874:${PORTSDIR}/textproc/p5-CSS-Simple \ + p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ + p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI PERL_CONFIGURE= yes diff --git a/www/p5-CSS-Inliner/distinfo b/www/p5-CSS-Inliner/distinfo index b4bb0c2ff112..a68fc37b70dd 100644 --- a/www/p5-CSS-Inliner/distinfo +++ b/www/p5-CSS-Inliner/distinfo @@ -1,3 +1,2 @@ -MD5 (CSS-Inliner-2669.tar.gz) = 6ac3f92d4c53f7f5e37be5ed6156131d -SHA256 (CSS-Inliner-2669.tar.gz) = 9c925b28e787d9b98d29a017edd7d8cda9a67b82826262ddfa3a2779382882e5 -SIZE (CSS-Inliner-2669.tar.gz) = 4982 +SHA256 (CSS-Inliner-2897.tar.gz) = c34880b74d97c439a0d038ad296eee00ae1378a08839441a7febdd85c446166d +SIZE (CSS-Inliner-2897.tar.gz) = 13821 diff --git a/www/p5-CSS-Inliner/pkg-descr b/www/p5-CSS-Inliner/pkg-descr index 784721717d40..5732d3453158 100644 --- a/www/p5-CSS-Inliner/pkg-descr +++ b/www/p5-CSS-Inliner/pkg-descr @@ -1,3 +1,4 @@ -Library for converting CSS <style> blocks to inline styles. +Library for converting CSS <style> blocks and external CSS files to inline +styles. WWW: http://search.cpan.org/dist/CSS-Inliner |