From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 8 14:40:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4910A106566B for ; Sun, 8 Nov 2009 14:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 383048FC17 for ; Sun, 8 Nov 2009 14:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA8Ee2RK085623 for ; Sun, 8 Nov 2009 14:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA8Ee20C085620; Sun, 8 Nov 2009 14:40:02 GMT (envelope-from gnats) Date: Sun, 8 Nov 2009 14:40:02 GMT Message-Id: <200911081440.nA8Ee20C085620@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: olli hauer Cc: Subject: Re: ports/138994: [patch] new port www/neon29 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: olli hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 14:40:03 -0000 The following reply was made to PR ports/138994; it has been noted by GNATS. From: olli hauer To: Felippe de Meirelles Motta 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 # -# $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--