Date: Sun, 8 Nov 2009 14:40:02 GMT From: olli hauer <ohauer@gmx.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/138994: [patch] new port www/neon29 Message-ID: <200911081440.nA8Ee20C085620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/138994; it has been noted by GNATS. From: olli hauer <ohauer@gmx.de> To: Felippe de Meirelles Motta <lippe@FreeBSD.org> Cc: bug-followup@FreeBSD.org Subject: Re: ports/138994: [patch] new port www/neon29 Date: Sun, 08 Nov 2009 15:34:08 +0100 This is a multi-part message in MIME format. --------------010000080604000605040306 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Felippe de Meirelles Motta wrote: > Hi olli, > > I mailed lev@ but no responde until now. Could you assume as maintainer > of www/neon29 ? So, I can committ him today. > > Thanks! > > -- > lippe@FreeBSD.org > Hi Felippe, I was in hope lev pick this PR together with the following two PR's which are now already approved. - ports/138337: [patch] www/neon28 update to 28.6 - ports/138991: [patch] port www/neon26 CVE-2009-2474 and CVE-2009-2474 Can you do a repocopy from neon28 to neon29 before to keep history? (It is my fault not requesting a repocopy and send instead a full port) After repocopy the patch is somewhat smaller (I attached a new one). Feel free to set me as maintainer if you want. Regards, olli --------------010000080604000605040306 Content-Type: text/plain; name="patch_neon29_after_repocopy.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch_neon29_after_repocopy.txt" --- neon29/Makefile.orig +++ neon29/Makefile @@ -2,11 +2,11 @@ # Date created: 13 October 2000 # Whom: Mikhail Teterin <mi@aldan.algebra.com> # -# $FreeBSD: ports/www/neon28/Makefile,v 1.46 2009/10/24 11:48:37 lev Exp $ +# $FreeBSD$ # -PORTNAME= neon28 -PORTVERSION= 0.28.6 +PORTNAME= neon29 +PORTVERSION= 0.29.0 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ DISTNAME= neon-${PORTVERSION} @@ -14,7 +14,7 @@ MAINTAINER= lev@FreeBSD.org COMMENT= An HTTP and WebDAV client library for Unix systems -CONFLICTS= neon2[6|9]-[0-9]* +CONFLICTS= neon2[6|8]-[0-9]* USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes --- neon29/distinfo.orig +++ neon29/distinfo @@ -1,3 +1,3 @@ -MD5 (neon-0.28.6.tar.gz) = 252578ed555552b71d15909641484951 -SHA256 (neon-0.28.6.tar.gz) = 06ee8b1aa37a14a956a1158bf6b5a8c3388976d61c1dc3773a3ffe18ac8ecc0e -SIZE (neon-0.28.6.tar.gz) = 789193 +MD5 (neon-0.29.0.tar.gz) = 18a3764b70f9317f8b61509fd90d9e7a +SHA256 (neon-0.29.0.tar.gz) = 22878e0c6ce3f0092da3d97243b4d0b5756ee3fd4442e7c3f66161ba70e0a5a4 +SIZE (neon-0.29.0.tar.gz) = 879186 --- neon29/pkg-plist.orig +++ neon29/pkg-plist @@ -1,6 +1,7 @@ bin/neon-config include/neon/ne_207.h include/neon/ne_acl.h +include/neon/ne_acl3744.h include/neon/ne_alloc.h include/neon/ne_auth.h include/neon/ne_basic.h @@ -22,7 +23,7 @@ include/neon/ne_xml.h include/neon/ne_xmlreq.h include/neon/ne_pkcs11.h -lib/libneon.so.28 +lib/libneon.so.29 lib/libneon.so lib/libneon.la lib/libneon.a @@ -79,6 +80,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/reftok.html %%PORTDOCS%%%%DOCSDIR%%/html/refvers.html %%PORTDOCS%%%%DOCSDIR%%/html/refxml.html +%%PORTDOCS%%%%DOCSDIR%%/html/security.html %%PORTDOCS%%%%DOCSDIR%%/html/using.html %%PORTDOCS%%%%DOCSDIR%%/html/xml.html %%PORTDOCS%%@dirrm %%DOCSDIR%%/html --------------010000080604000605040306--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911081440.nA8Ee20C085620>