| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Apr 2013 06:31:08
6.06_2
|
culot  |
- Add a patch to fix the parsing of HTTP messages in case they contain
X-Meta field names
Submitted by: Cyril Nguyen Huu <cyril@ci0.org> (via private email)
Obtained from: OpenBSD
Approved by: portmgr (bapt) |
17 Dec 2012 12:15:18
6.06_1
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
27 Nov 2012 10:25:32
6.06_1
|
culot  |
- 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 |
03 Nov 2012 11:37:15
6.06
|
ehaupt  |
- Update to 6.06
- Trim header
Feature safe: yes |
13 Mar 2012 16:15:36
6.03_1
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
6.03_1
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
19 Feb 2012 10:52:38
6.03_1
|
sunpoet  |
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change |
17 Feb 2012 18:17:08
6.03
|
sunpoet  |
- Update to 6.03
Changes: http://search.cpan.org/dist/HTTP-Message/Changes |
19 Apr 2011 17:50:25
6.02
|
culot  |
- Add CONFLICTS with www/p5-libwww-5* |
15 Apr 2011 12:20:29
6.02
|
culot  |
HTTP::Message contains classes useful for representing the messages
passed in HTTP style communication. These are classes representing
requests, responses and the headers contained within them.
WWW: http://search.cpan.org/dist/HTTP-Message/
This new port is needed to update www/p5-libwww. |