From owner-svn-ports-all@freebsd.org Tue Feb 2 15:27:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9D18A98D2C; Tue, 2 Feb 2016 15:27:19 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB6C1290; Tue, 2 Feb 2016 15:27:19 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12FRI2e051816; Tue, 2 Feb 2016 15:27:18 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12FRI8h051813; Tue, 2 Feb 2016 15:27:18 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201602021527.u12FRI8h051813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Tue, 2 Feb 2016 15:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407822 - in head: . cad cad/py-pycam cad/pycam X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 15:27:20 -0000 Author: trasz Date: Tue Feb 2 15:27:18 2016 New Revision: 407822 URL: https://svnweb.freebsd.org/changeset/ports/407822 Log: Rename cad/pycam to cad/py-pycam, to match Python naming rules. Reviewed by: koobs@ Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5168 Added: head/cad/py-pycam/ - copied from r407821, head/cad/pycam/ Deleted: head/cad/pycam/ Modified: head/MOVED head/cad/Makefile head/cad/py-pycam/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 2 15:08:59 2016 (r407821) +++ head/MOVED Tue Feb 2 15:27:18 2016 (r407822) @@ -8127,3 +8127,4 @@ www/codeigniter22|www/codeigniter|2016-0 java/wildfly80||2016-02-01|Has expired: Fully EOL when version 8.2 was released java/wildfly81||2016-02-01|Has expired: Fully EOL when version 9.0 was released mail/phpmailer2|mail/phpmailer|2016-02-01|Has expired: Obsolete, use mail/phpmailer instead +cad/pycam|cad/py-pycam|2016-02-03|Add py- prefix to directory name Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Tue Feb 2 15:08:59 2016 (r407821) +++ head/cad/Makefile Tue Feb 2 15:27:18 2016 (r407822) @@ -62,7 +62,7 @@ SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh - SUBDIR += pycam + SUBDIR += py-pycam SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qcad-partslib Modified: head/cad/py-pycam/Makefile ============================================================================== --- head/cad/pycam/Makefile Tue Feb 2 15:08:59 2016 (r407821) +++ head/cad/py-pycam/Makefile Tue Feb 2 15:27:18 2016 (r407822) @@ -5,6 +5,7 @@ PORTNAME= pycam PORTVERSION= 0.5.1 CATEGORIES= cad python MASTER_SITES= SOURCEFORGE/pycam/${PORTNAME}/${PORTVERSION} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= trasz@FreeBSD.org COMMENT= Toolpath generator for 3-axis CNC machining @@ -15,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2. ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gdkgl/__init__.py:${PORTSDIR}/x11-toolkits/py-gtkglext -USES= python +USES= python:-2.7 USE_PYTHON= distutils autoplist .include