Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 19:00:35 GMT
From:      Boris Samorodov <bsam@ipt.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/89026: [patch] devel/gconf2: fix pkg-plist file, add sha256 checksum
Message-ID:  <200511141900.jAEJ0Z6x055792@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/89026; it has been noted by GNATS.

From: Boris Samorodov <bsam@ipt.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/89026: [patch] devel/gconf2: fix pkg-plist file, add sha256 checksum
Date: Mon, 14 Nov 2005 21:53:43 +0300

 --=-=-=
 
 Sorry, here is the corrected pkg-plist.patch. It was a typo at the first
 version (share/share directories).
 
 
 --=-=-=
 Content-Disposition: attachment; filename=pkg-plist.patch
 Content-Description: pkg-plist patch for devel/gconf2
 
 --- pkg-plist.orig	Mon Nov 14 20:22:09 2005
 +++ pkg-plist	Mon Nov 14 21:48:11 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/GConf/schema 2> /dev/null || true
 +@unexec rmdir %D/share/GConf 2> /dev/null || true
  @dirrm lib/GConf/2
  @dirrm include/gconf/2/gconf
  @dirrm include/gconf/2
 
 --=-=-=
 
 
 WBR
 -- 
 Boris B. Samorodov, Research Engineer
 InPharmTech Co,     http://www.ipt.ru
 Telephone & Internet Service Provider
 
 --=-=-=--



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