From owner-freebsd-ports@FreeBSD.ORG Sat May 17 10:26:28 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2C53A28 for ; Sat, 17 May 2014 10:26:28 +0000 (UTC) Received: from sdf.lonestar.org (mx.sdf.org [192.94.73.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.sdf.org", Issuer "SDF.ORG" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BE6E23D3 for ; Sat, 17 May 2014 10:26:27 +0000 (UTC) Received: from sdf.org (IDENT:hhh@sdf.lonestar.org [192.94.73.15]) by sdf.lonestar.org (8.14.8/8.14.5) with ESMTP id s4HA29SF015637 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for ; Sat, 17 May 2014 10:02:10 GMT Received: (from hhh@localhost) by sdf.org (8.14.8/8.12.8/Submit) id s4HA29cI012406 for freebsd-ports@freebsd.org; Sat, 17 May 2014 10:02:09 GMT From: hhh@sdf.org To: Subject: Please commit or comment on PR ports/188930 Date: Sat, 17 May 2014 12:02:18 +0200 Message-ID: <878uq0205x.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 10:26:28 -0000 Hi all I would like to ask, if someone could commit patches from ports/188930. It's an update of games/py-mnemosyne to the newest version 2.3. I would also like to take the maintainership, if there are no objections. I'm quite new to the port system and have additional questions: 1. Some of the files in games/py-mnemosyne are explicitly listed in `pkg-plist' and some are handled by `PYDISTUTILS_AUTOPLIST' in Makefile. Which one is better to use in the future? 2. If I understand correctly the `py-' prefix in port's name means that it is a Python library. Since games/py-mnemosyne is a standalone program, it should rather be called games/mnemosyne. What's the best strategy to rename the port? Best regards Henryk