diff options
author | culot <culot@FreeBSD.org> | 2013-09-27 21:49:57 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-09-27 21:49:57 +0800 |
commit | fb20fe58898f1744afcd5f874c3374ce0ebdf79c (patch) | |
tree | 7b1ffc021c0afd542536e503e96c2e1e883ecb65 /www | |
parent | a3624a56c812584af7e28ee985f7632d41c85d73 (diff) | |
download | freebsd-ports-gnome-fb20fe58898f1744afcd5f874c3374ce0ebdf79c.tar.gz freebsd-ports-gnome-fb20fe58898f1744afcd5f874c3374ce0ebdf79c.tar.zst freebsd-ports-gnome-fb20fe58898f1744afcd5f874c3374ce0ebdf79c.zip |
- Update to 3901 [1]
- Support staging
- Pet portlint(1) by moving TEST_DEPENDS earlier
Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR: ports/182421 [1]
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CSS-Inliner/Makefile | 15 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/distinfo | 4 | ||||
-rw-r--r-- | www/p5-CSS-Inliner/pkg-plist | 9 |
3 files changed, 13 insertions, 15 deletions
diff --git a/www/p5-CSS-Inliner/Makefile b/www/p5-CSS-Inliner/Makefile index a385ca38679c..60150097d824 100644 --- a/www/p5-CSS-Inliner/Makefile +++ b/www/p5-CSS-Inliner/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CSS-Inliner -PORTVERSION= 3674 +PORTVERSION= 3901 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,25 +13,14 @@ COMMENT= Library for converting CSS blocks and files to inline styles LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ +BUILD_DEPENDS= p5-HTML-Query>=0.08:${PORTSDIR}/www/p5-HTML-Query \ p5-HTML-Tree>=4.2:${PORTSDIR}/www/p5-HTML-Tree \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod USES= perl5 USE_PERL5= configure -MAN3= CSS::Inliner.3 CSS::Inliner::Parser.3 -PLIST_FILES= %%SITE_PERL%%/CSS/Inliner.pm \ - %%SITE_PERL%%/CSS/Inliner/Parser.pm \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner/.packlist -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner \ - %%SITE_PERL%%/CSS/Inliner -PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS \ - %%SITE_PERL%%/CSS - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-CSS-Inliner/distinfo b/www/p5-CSS-Inliner/distinfo index 602c890e6c7e..f44044f06352 100644 --- a/www/p5-CSS-Inliner/distinfo +++ b/www/p5-CSS-Inliner/distinfo @@ -1,2 +1,2 @@ -SHA256 (CSS-Inliner-3674.tar.gz) = b94b7949115bc261ce8f7d580bebd8efefb5da228caafa743066de28ba404e12 -SIZE (CSS-Inliner-3674.tar.gz) = 20091 +SHA256 (CSS-Inliner-3901.tar.gz) = df0fe1e911c5e986bac2ccadf79b05f111f5a6c3d6765e5e41115b008b7f5999 +SIZE (CSS-Inliner-3901.tar.gz) = 20239 diff --git a/www/p5-CSS-Inliner/pkg-plist b/www/p5-CSS-Inliner/pkg-plist new file mode 100644 index 000000000000..8291b399ff93 --- /dev/null +++ b/www/p5-CSS-Inliner/pkg-plist @@ -0,0 +1,9 @@ +%%PERL5_MAN3%%/CSS::Inliner.3.gz +%%PERL5_MAN3%%/CSS::Inliner::Parser.3.gz +%%SITE_PERL%%/CSS/Inliner.pm +%%SITE_PERL%%/CSS/Inliner/Parser.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS +@dirrmtry %%SITE_PERL%%/CSS/Inliner +@dirrmtry %%SITE_PERL%%/CSS |