From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 27 09:20:05 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9427FC0C for ; Thu, 27 Feb 2014 09:20:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FA661FC4 for ; Thu, 27 Feb 2014 09:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1R9K5wE071255 for ; Thu, 27 Feb 2014 09:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1R9K5DL071253; Thu, 27 Feb 2014 09:20:05 GMT (envelope-from gnats) Date: Thu, 27 Feb 2014 09:20:05 GMT Message-Id: <201402270920.s1R9K5DL071253@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?UTF-8?B?RnLDqWTDqXJpYw==?= Praca Subject: Re: ports/186976: [PATCH] devel/tortoisehg2 upgrade to 2.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: =?UTF-8?B?RnLDqWTDqXJpYw==?= Praca List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 09:20:05 -0000 The following reply was made to PR ports/186976; it has been noted by GNATS. From: =?UTF-8?B?RnLDqWTDqXJpYw==?= Praca To: arrowdodger <6yearold@gmail.com> Cc: bug-followup@freebsd.org Subject: Re: ports/186976: [PATCH] devel/tortoisehg2 upgrade to 2.11 Date: Thu, 27 Feb 2014 10:19:07 +0100 > Hello, Fr=C3=A9d=C3=A9ric. Hello, =20 > Thanks for your patch. Could you, please, explain me your changes to > pkg-plist? > Specifically, removing %%NAUTILUS%% and %%NLS%% stuff, replacing > @dirrm's with @dirrmtry's for share/pixmaps/tortoisehg and addition of >=20 > +@dirrmtry %%PYTHON_SITELIBDIR%%/tortoisehg-2.11-py2.7.egg-info > +@dirrmtry %%PYTHON_SITELIBDIR%%/tortoisehg >=20 > These entries are added automatically by >=20 > USE_PYDISTUTILS=3Dyes > INSTALLS_EGGINFO=3Dyes >=20 > lines from Makefile. Well, according to http://www.freebsd.org/doc/en/books/porters-handbook/plist-autoplist.html , I just used "make makeplist" :) I also removed what seemed to be overkill such as : @dirrmtry %%PYTHON_SITELIBDIR%% But, you are right, tortoisehg directories could be just deleted with dirrm. About %%NAUTILUS%% and %%NLS%% stuff, it seems that the autoplist target forgot these files. I will check it as soon as possible to provide you a new patch. > Otherwise your patch looks good. Thanks but changing PORTVERSION in the Makefile, updating distinfo and regenerating the plist automatically is not really a big thing :D Fred