diff options
author | culot <culot@FreeBSD.org> | 2012-11-27 18:25:32 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-11-27 18:25:32 +0800 |
commit | 4480258fdf1b6008a0d1d991912118721df4fd18 (patch) | |
tree | f76a9cc055690fdfe89be85de569e5751ae25412 | |
parent | 39518576dd9b4a0d7a58dcc62f439ee2ef7ba3c1 (diff) | |
download | freebsd-ports-gnome-4480258fdf1b6008a0d1d991912118721df4fd18.tar.gz freebsd-ports-gnome-4480258fdf1b6008a0d1d991912118721df4fd18.tar.zst freebsd-ports-gnome-4480258fdf1b6008a0d1d991912118721df4fd18.zip |
- Add missing dependency on IO::HTML [1]
- Use dirrmtry for HTTP/Request and HTTP/Headers directories
(common to other modules such as p5-HTTP-Request-AsCGI or p5-HTTP-Headers-Fast)
- Bump PORTREVISION for dependency change
PR: ports/173460 [1]
Submitted by: Tomokazu HARADA <tharada@oucrc.org>
Feature safe: yes
-rw-r--r-- | www/p5-HTTP-Message/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTTP-Message/pkg-plist | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTTP-Message/Makefile b/www/p5-HTTP-Message/Makefile index 7282ddd9e18c..aaa575268902 100644 --- a/www/p5-HTTP-Message/Makefile +++ b/www/p5-HTTP-Message/Makefile @@ -3,6 +3,7 @@ PORTNAME= HTTP-Message PORTVERSION= 6.06 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +14,7 @@ COMMENT= Representation of HTTP style messages BUILD_DEPENDS= p5-Encode-Locale>=1:${PORTSDIR}/converters/p5-Encode-Locale \ p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \ + p5-IO-HTML>0:${PORTSDIR}/devel/p5-IO-HTML \ p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/www/p5-HTTP-Message/pkg-plist b/www/p5-HTTP-Message/pkg-plist index 0451d2fbd11c..c4df87222e57 100644 --- a/www/p5-HTTP-Message/pkg-plist +++ b/www/p5-HTTP-Message/pkg-plist @@ -11,6 +11,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Message/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Message @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP -@dirrm %%SITE_PERL%%/HTTP/Headers -@dirrm %%SITE_PERL%%/HTTP/Request +@dirrmtry %%SITE_PERL%%/HTTP/Headers +@dirrmtry %%SITE_PERL%%/HTTP/Request @dirrmtry %%SITE_PERL%%/HTTP |