From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 14 18:40:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC87F16A41F for ; Mon, 14 Nov 2005 18:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E6643D58 for ; Mon, 14 Nov 2005 18:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAEIeGEx054862 for ; Mon, 14 Nov 2005 18:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAEIeGNJ054861; Mon, 14 Nov 2005 18:40:16 GMT (envelope-from gnats) Resent-Date: Mon, 14 Nov 2005 18:40:16 GMT Resent-Message-Id: <200511141840.jAEIeGNJ054861@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, "Boris B. Samorodov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0ABF16A41F for ; Mon, 14 Nov 2005 18:31:32 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D07843D68 for ; Mon, 14 Nov 2005 18:31:30 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (localhost [127.0.0.1]) by mi.ipt.ru (8.13.4/8.13.4) with ESMTP id jAEIUhba015883 for ; Mon, 14 Nov 2005 21:30:43 +0300 (MSK) (envelope-from bsam@mi.ipt.ru) Received: (from bsam@localhost) by mi.ipt.ru (8.13.4/8.13.3/Submit) id jAEIUhdc015882; Mon, 14 Nov 2005 21:30:43 +0300 (MSK) (envelope-from bsam) Message-Id: <200511141830.jAEIUhdc015882@mi.ipt.ru> Date: Mon, 14 Nov 2005 21:30:43 +0300 (MSK) From: "Boris B. Samorodov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89026: [patch] devel/gconf2: fix pkg-plist file, add sha256 checksum X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Boris B. Samorodov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 18:40:17 -0000 >Number: 89026 >Category: ports >Synopsis: [patch] devel/gconf2: fix pkg-plist file, add sha256 checksum >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: Mon Nov 14 18:40:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris B. Samorodov >Release: FreeBSD 6.0-STABLE i386 >Organization: InPharmtech, Co. http://www.ipt.ru >Environment: System: FreeBSD mi.ipt.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov 2 17:58:38 MSK 2005 bsam@mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386 >Description: The port has a tiny bug at pkg-plist file. When deinstalling or pkg_deletting without using LDAP, two directories are missing: # pkg_add /usr/ports/packages/All/gconf2-2.12.1.tbz # pkg_delete gconf2-2.12.1 pkg_delete: file '/usr/X11R6/share/GConf/schema' doesn't exist pkg_delete: unable to completely remove directory '/usr/X11R6/share/GConf/schema' pkg_delete: file '/usr/X11R6/share/GConf' doesn't exist pkg_delete: unable to completely remove directory '/usr/X11R6/share/GConf' pkg_delete: couldn't entirely delete package (perhaps the packing list isincorrectly specified?) >How-To-Repeat: >Fix: There are two patches: o pkg-plist files fix; o sha256 checksum is added to distinfo file. --- pkg-plist.patch begins here --- --- pkg-plist.orig Mon Nov 14 20:22:09 2005 +++ pkg-plist Mon Nov 14 21:14:38 2005 @@ -114,8 +114,8 @@ @unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/ku 2> /dev/null || true @dirrm share/doc/gconf -@dirrm share/GConf/schema -@dirrm share/GConf +@unexec rmdir %D/share/share/GConf/schema 2> /dev/null || true +@unexec rmdir %D/share/share/GConf 2> /dev/null || true @dirrm lib/GConf/2 @dirrm include/gconf/2/gconf @dirrm include/gconf/2 --- pkg-plist.patch ends here --- --- distinfo.patch begins here --- --- distinfo.orig Mon Nov 14 20:22:09 2005 +++ distinfo Mon Nov 14 21:21:17 2005 @@ -1,2 +1,3 @@ MD5 (gnome2/GConf-2.12.1.tar.bz2) = 247110de013ed24b17cf4191eb6daec5 +SHA256 (gnome2/GConf-2.12.1.tar.bz2) = 2e3c72ecc66348be6edecfbb2e424adc8d4e5a4afb92443e98cd2e50de7cf68e SIZE (gnome2/GConf-2.12.1.tar.bz2) = 1945241 --- distinfo.patch ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: