Sat Feb 6 16:07:58 2010 UTC ()
Update pear-HTTP from 1.4.0 to 1.4.1.

* Fixed bug #7130 - HTTP::absoluteUri("?foo") loses path
* Fixed bug #12672 - PHP_SELF ending on / causes incorrect redirects
* Fixed bug #12571 - Wrong license in package.xml
* Fixed bug #12759 - DOS linebreaks
* Fixed req #9148 - Added negotiateCharset() method
* Fixed req #11060 - Added negotiateMimeType() method
* Added regression tests
* Bump to package.xml v2.0
* Added failover JavaScript for redirect()


(taca)
diff -r1.4 -r1.5 pkgsrc/www/pear-HTTP/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/www/pear-HTTP/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/pear-HTTP/Makefile (expand / switch to unified diff)

--- pkgsrc/www/pear-HTTP/Makefile 2010/02/04 16:36:05 1.4
+++ pkgsrc/www/pear-HTTP/Makefile 2010/02/06 16:07:58 1.5
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.4 2010/02/04 16:36:05 joerg Exp $ 1# $NetBSD: Makefile,v 1.5 2010/02/06 16:07:58 taca Exp $
2 2
3DISTNAME= HTTP-1.4.0 3DISTNAME= HTTP-1.4.1
4CATEGORIES+= www 4CATEGORIES+= www
5PKGREVISION= 1 
6 5
7MAINTAINER= brook@nmsu.edu pkgsrc-users@NetBSD.org 6MAINTAINER= brook@nmsu.edu pkgsrc-users@NetBSD.org
8HOMEPAGE= http://pear.php.net/package/HTTP 7HOMEPAGE= http://pear.php.net/package/HTTP
9COMMENT= PHP support for miscellaneous HTTP functions 8COMMENT= PHP support for miscellaneous HTTP functions
10 9
11PKG_DESTDIR_SUPPORT= user-destdir 10PKG_DESTDIR_SUPPORT= user-destdir
12 11
13.include "../../lang/php/pear.mk" 12.include "../../lang/php/pear.mk"
14.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/pear-HTTP/distinfo (expand / switch to unified diff)

--- pkgsrc/www/pear-HTTP/distinfo 2006/06/15 11:29:39 1.1.1.1
+++ pkgsrc/www/pear-HTTP/distinfo 2010/02/06 16:07:58 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2006/06/15 11:29:39 adrianp Exp $ 1$NetBSD: distinfo,v 1.2 2010/02/06 16:07:58 taca Exp $
2 2
3SHA1 (pear/HTTP-1.4.0.tgz) = 565f64827f0aa5311c9c63bf00936910d06bcbf4 3SHA1 (pear/HTTP-1.4.1.tgz) = 67bf4fddc0bbade87fd57e2bbf3fb1be6ea04fff
4RMD160 (pear/HTTP-1.4.0.tgz) = 172b08b653d6a5e878c872fc74872daa335742b3 4RMD160 (pear/HTTP-1.4.1.tgz) = d5a70463a5e256e8855985e45d600e4acc7a19c5
5Size (pear/HTTP-1.4.0.tgz) = 4593 bytes 5Size (pear/HTTP-1.4.1.tgz) = 8635 bytes