From nobody@FreeBSD.org  Wed Feb  1 19:57:09 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3599916A422
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Feb 2006 19:57:09 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 767AD43D45
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Feb 2006 19:57:08 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k11Jv8cB097234
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 1 Feb 2006 19:57:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k11Jv8Em097233;
	Wed, 1 Feb 2006 19:57:08 GMT
	(envelope-from nobody)
Message-Id: <200602011957.k11Jv8Em097233@www.freebsd.org>
Date: Wed, 1 Feb 2006 19:57:08 GMT
From: Michael Kuhn <mkuhn.nw@web.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net-p2p/py-bittorrent 4.4.0,1 sets wrong permissions in post-install
X-Send-Pr-Version: www-2.3

>Number:         92703
>Category:       ports
>Synopsis:       net-p2p/py-bittorrent 4.4.0,1 sets wrong permissions in post-install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 01 20:00:14 GMT 2006
>Closed-Date:    Thu Feb 02 00:11:25 GMT 2006
>Last-Modified:  Thu Feb 02 00:11:25 GMT 2006
>Originator:     Michael Kuhn
>Release:        FreeBSD 6.0-RELEASE-p4
>Organization:
>Environment:
FreeBSD xxx 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Sat Jan 28 15:26:39 CET 2006     root@xxx:/usr/obj/usr/src/sys/xxx  i386
>Description:
              net-p2p/py-bittorrent 4.0.0,1 sets wrong permissions on files in ${PREFIX}/share/pixmaps/BitTorrent in post-install. This happened with the update to 4.4.0.
>How-To-Repeat:
              cd /usr/ports/net-p2p/py-bittorrent && make install clean
>Fix:
--- Makefile.orig       Wed Feb  1 20:48:17 2006
+++ Makefile    Wed Feb  1 20:51:28 2006
@@ -146,7 +146,10 @@
        @${CHMOD} -R ${SHAREMODE} \
                ${PREFIX}/share/pixmaps/${PORTNAME}/*
        @${CHMOD} a+X \
-               ${PREFIX}/share/pixmaps/${PORTNAME}/logo
+               ${PREFIX}/share/pixmaps/${PORTNAME}/logo \
+               ${PREFIX}/share/pixmaps/${PORTNAME}/icons \
+               ${PREFIX}/share/pixmaps/${PORTNAME}/icons/default \
+               ${PREFIX}/share/pixmaps/${PORTNAME}/icons/old
 .endif
 .ifndef(NOPORTDOCS)
 # docs
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lioux 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 1 20:16:45 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92703 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Thu Feb 2 00:11:21 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92703 
>Unformatted:
