- 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
This commit is contained in:
Frederic Culot 2012-11-27 10:25:32 +00:00
parent 0cc0251fce
commit 25cc23d8c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307832
2 changed files with 4 additions and 2 deletions

View file

@ -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}

View file

@ -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