Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2010 08:23:57 GMT
From:      Bai Guixing <khsing.cn@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146142: Update: www/moinmoin fix a bug while pkg_delete
Message-ID:  <201004290823.o3T8Nvb9076902@www.freebsd.org>
Resent-Message-ID: <201004290830.o3T8U5Kh028059@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004290823.o3T8Nvb9076902>