Update to 6.10 Additions and Bug fixes..
tested on am64 Ok?
Index: Makefile =================================================================== RCS file: /home/cvs/ports/www/p5-HTTP-Message/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 23 Oct 2014 19:27:39 -0000 1.1.1.1 +++ Makefile 20 Jul 2015 09:38:31 -0000 @@ -2,9 +2,8 @@ COMMENT = HTTP Style Messages -DISTNAME = HTTP-Message-6.06 +DISTNAME = HTTP-Message-6.10 CATEGORIES = www -CPAN_AUTHOR = GAAS MAINTAINER = Nigel Taylor <[email protected]> @@ -13,12 +12,15 @@ PERMIT_PACKAGE_CDROM = Yes MODULES = cpan -RUN_DEPENDS = textproc/p5-Encode-Locale \ +RUN_DEPENDS = textproc/p5-Encode-Locale>=1.00 \ www/p5-IO-HTML \ - www/p5-HTTP-Date>=6.0 \ + www/p5-HTTP-Date>=6.00 \ www/p5-LWP-MediaTypes>=6.00 \ www/p5-URI>=1.10 BUILD_DEPENDS = ${RUN_DEPENDS} + +post-build: + @find ${WRKSRC}/blib \( -name "*.orig" -or -name "*.rej" \) -exec rm -f {} \; .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/cvs/ports/www/p5-HTTP-Message/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 23 Oct 2014 19:27:39 -0000 1.1.1.1 +++ distinfo 20 Jul 2015 09:27:41 -0000 @@ -1,2 +1,2 @@ -SHA256 (HTTP-Message-6.06.tar.gz) = CH6XAJxSOdykYxz0M9g2dxs/xbpWhe7xll+dNBXLrWM= -SIZE (HTTP-Message-6.06.tar.gz) = 50806 +SHA256 (HTTP-Message-6.10.tar.gz) = vZkNPOZUW4SZyml5CEfiSM9AJhS0j5dfjS70jLjPTGg= +SIZE (HTTP-Message-6.10.tar.gz) = 59778 Index: patches/patch-lib_HTTP_Headers_pm =================================================================== RCS file: /home/cvs/ports/www/p5-HTTP-Message/patches/patch-lib_HTTP_Headers_pm,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-lib_HTTP_Headers_pm --- patches/patch-lib_HTTP_Headers_pm 23 Oct 2014 19:27:39 -0000 1.1.1.1 +++ patches/patch-lib_HTTP_Headers_pm 10 Jul 2015 20:55:26 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-lib_HTTP_Headers_pm,v 1.1.1.1 2014/10/23 19:27:39 nigel Exp $ ---- lib/HTTP/Headers.pm.orig Sat Oct 20 10:11:21 2012 -+++ lib/HTTP/Headers.pm Tue May 27 09:56:24 2014 -@@ -150,7 +150,7 @@ sub _header +--- lib/HTTP/Headers.pm.orig Thu Jul 9 01:23:53 2015 ++++ lib/HTTP/Headers.pm Fri Jul 10 21:54:13 2015 +@@ -151,7 +151,7 @@ sub _header my($self, $field, $val, $op) = @_; Carp::croak("Illegal field name '$field'") Index: pkg/PLIST =================================================================== RCS file: /home/cvs/ports/www/p5-HTTP-Message/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 23 Oct 2014 19:27:39 -0000 1.1.1.1 +++ pkg/PLIST 10 Jul 2015 20:58:20 -0000 @@ -1,6 +1,5 @@ @comment $OpenBSD: PLIST,v 1.1.1.1 2014/10/23 19:27:39 nigel Exp $ @conflict p5-libwww-<6.0 -${P5SITE}/HTTP/ ${P5SITE}/HTTP/Config.pm ${P5SITE}/HTTP/Headers/ ${P5SITE}/HTTP/Headers.pm
