From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 11 23:30: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 407E6106566C for ; Sat, 11 Apr 2009 23:30: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 1C0F38FC1A for ; Sat, 11 Apr 2009 23:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3BNU2S2001927 for ; Sat, 11 Apr 2009 23:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3BNU2Ku001926; Sat, 11 Apr 2009 23:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 11 Apr 2009 23:30:02 GMT Resent-Message-Id: <200904112330.n3BNU2Ku001926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, olli hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D194B1065670 for ; Sat, 11 Apr 2009 23:23:24 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 36EEC8FC13 for ; Sat, 11 Apr 2009 23:23:24 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: (qmail invoked by alias); 11 Apr 2009 22:56:42 -0000 Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124] by mail.gmx.net (mp059) with SMTP; 12 Apr 2009 00:56:42 +0200 Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100) id A2BE3CB74; Sun, 12 Apr 2009 00:56:39 +0200 (CEST) Message-Id: <20090411225639.A2BE3CB74@u18-124.dsl.vianetworks.de> Date: Sun, 12 Apr 2009 00:56:39 +0200 (CEST) From: olli hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ohauer@gmx.de Subject: ports/133620: [patch] www/neon28: update to 0.28.4 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: Sat, 11 Apr 2009 23:30:03 -0000 >Number: 133620 >Category: ports >Synopsis: [patch] www/neon28: update to 0.28.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 11 23:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: ohauer >Release: FreeBSD 7.1-RELEASE-p4 i386 >Organization: >Environment: >Description: - update neon to version 0.28.4, since it is suggested for subversion-1.6.1 - remove --enable-xml from CONFIGURE_ARGS (it is no known argument) >How-To-Repeat: >Fix: --- patch-neon28.txt begins here --- --- Makefile +++ Makefile @@ -6,7 +6,7 @@ # PORTNAME= neon28 -PORTVERSION= 0.28.3 +PORTVERSION= 0.28.4 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ \ http://keyserver.kjsl.com/~jharris/distfiles/ @@ -29,7 +29,6 @@ USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl \ - --enable-xml \ --enable-shared \ --with-expat \ --with-libs=${LOCALBASE}:${PREFIX} --- distinfo +++ distinfo @@ -1,3 +1,3 @@ -MD5 (neon-0.28.3.tar.gz) = 47599a328862ce64ac3c52726d6daa12 -SHA256 (neon-0.28.3.tar.gz) = 90dee51b4c70bc50ce2fa106ca945349b81cd86c90aa9d4dbff73abb284fcdc2 -SIZE (neon-0.28.3.tar.gz) = 799681 +MD5 (neon-0.28.4.tar.gz) = 6c3b94362af743d046e198e9fcbe4a85 +SHA256 (neon-0.28.4.tar.gz) = be151943df34e5884b2c7f4b5f4ebe83b8e74e665d90474aca06006e3b9530bd +SIZE (neon-0.28.4.tar.gz) = 775886 --- files/patch-ltmain.sh +++ files/patch-ltmain.sh @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Wed Feb 7 15:52:17 2007 -+++ ltmain.sh Wed Feb 7 15:52:58 2007 -@@ -6038,10 +6038,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" --- patch-neon28.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: