Date: Mon, 14 Nov 2005 21:30:43 +0300 (MSK) From: "Boris B. Samorodov" <bsam@ipt.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89026: [patch] devel/gconf2: fix pkg-plist file, add sha256 checksum Message-ID: <200511141830.jAEIUhdc015882@mi.ipt.ru> Resent-Message-ID: <200511141840.jAEIeGNJ054861@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511141830.jAEIUhdc015882>