For some reason portroach reports still reports 6.11 as latest.
Changes
Revision history for HTTP-Message
6.13 2017-06-20 01:07:03Z
- Non-TRIAL release of changes found in 6.12
6.12 2017-06-15 18:03:50Z (TRIAL RELEASE)
- If an object is passed to HTTP::Request, it must provide a canonical()
method (Olaf Alders)
- Make sure status messages don't die by checking the status exists
before
checking the value range (Kent Fredric, GH #39)
- Add a .mailmap file to clean up the contributors list
- Avoid inconsistent setting of content to undef (Jerome Eteve)
- Simplify the way some methods are created (Tom Hukins)
- Remove some indirect object notation (Chase Whitener)
- Fix example in Pod (Tobias Leich)
- Add support for HTTP PATCH method (Mickey Nasriachi)
Tested on amd64
Ok?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/www/p5-HTTP-Message/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 20 Mar 2016 19:57:20 -0000 1.4
+++ Makefile 2 Jul 2017 00:17:38 -0000
@@ -2,7 +2,7 @@
COMMENT = HTTP Style Messages
-DISTNAME = HTTP-Message-6.11
+DISTNAME = HTTP-Message-6.13
CATEGORIES = www
MAINTAINER = Nigel Taylor <[email protected]>
@@ -20,6 +20,8 @@ RUN_DEPENDS = textproc/p5-Encode-Locale>
www/p5-URI>=1.10
BUILD_DEPENDS = ${RUN_DEPENDS}
+
+TEST_DEPENDS = devel/p5-Try-Tiny
post-build:
@find ${WRKSRC}/blib \( -name "*.orig" -or -name "*.rej" \) -exec rm -f {} \;
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/www/p5-HTTP-Message/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 10 Sep 2015 20:08:40 -0000 1.3
+++ distinfo 2 Jul 2017 00:14:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (HTTP-Message-6.11.tar.gz) = 57NoB3rmoYjZmSBBHY9SqOWs+zlXTU9cJPRv0iUz2Bs=
-SIZE (HTTP-Message-6.11.tar.gz) = 59981
+SHA256 (HTTP-Message-6.13.tar.gz) = 8l84Qo3oUeVmHnLxJEdklIUuswgSNYsH8cOiifb17e0=
+SIZE (HTTP-Message-6.13.tar.gz) = 74413
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/www/p5-HTTP-Message/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 28 Jul 2015 10:03:06 -0000 1.2
+++ pkg/PLIST 2 Jul 2017 00:15:07 -0000
@@ -14,6 +14,8 @@ ${P5SITE}/HTTP/Response.pm
${P5SITE}/HTTP/Status.pm
@man man/man3p/HTTP::Config.3p
@man man/man3p/HTTP::Headers.3p
+@man man/man3p/HTTP::Headers::Auth.3p
+@man man/man3p/HTTP::Headers::ETag.3p
@man man/man3p/HTTP::Headers::Util.3p
@man man/man3p/HTTP::Message.3p
@man man/man3p/HTTP::Request.3p