From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 29 08:30:05 2010 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 6C9F41065676 for ; Thu, 29 Apr 2010 08:30:05 +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 310E48FC1A for ; Thu, 29 Apr 2010 08:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3T8U5V1028062 for ; Thu, 29 Apr 2010 08:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3T8U5Kh028059; Thu, 29 Apr 2010 08:30:05 GMT (envelope-from gnats) Resent-Date: Thu, 29 Apr 2010 08:30:05 GMT Resent-Message-Id: <201004290830.o3T8U5Kh028059@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, Bai Guixing Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 288471065674 for ; Thu, 29 Apr 2010 08:23:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 182068FC18 for ; Thu, 29 Apr 2010 08:23:58 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o3T8Nvch076904 for ; Thu, 29 Apr 2010 08:23:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o3T8Nvb9076902; Thu, 29 Apr 2010 08:23:57 GMT (envelope-from nobody) Message-Id: <201004290823.o3T8Nvb9076902@www.freebsd.org> Date: Thu, 29 Apr 2010 08:23:57 GMT From: Bai Guixing To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146142: Update: www/moinmoin fix a bug while pkg_delete X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2010 08:30:05 -0000 >Number: 146142 >Category: ports >Synopsis: Update: www/moinmoin fix a bug while pkg_delete >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 29 08:30:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bai Guixing >Release: 8.0 >Organization: Sina.com >Environment: FreeBSD host.woodpecker.org.cn 8.0-STABLE FreeBSD 8.0-STABLE #3: Wed Feb 10 16:18:38 CST 2010 root@host.woodpecker.org.cn:/usr/obj/usr/src/sys/WOODPECKER i386 >Description: last update will install backup file of patch which named .orig. This will lead to fail while pkg_delete operation. So I fix it. >How-To-Repeat: pkg_delete moinmoin-1.9.2_2 >Fix: --- patch-setup.py begins here --- --- setup.py.orig 2010-02-28 23:28:49.000000000 +0800 +++ setup.py 2010-04-29 16:01:01.111062665 +0800 @@ -26,6 +26,7 @@ return (name.startswith('.') or name.startswith('#') or name.endswith('.pickle') or + name.endswith('.orig') or name == 'CVS') def isgood(name): --- patch-setup.py ends here --- >Release-Note: >Audit-Trail: >Unformatted: