From owner-svn-ports-all@freebsd.org Thu Nov 10 19:38:45 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 95C45C3AB12; Thu, 10 Nov 2016 19:38:45 +0000 (UTC) (envelope-from hrs@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 3F8C2C6F; Thu, 10 Nov 2016 19:38:45 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAAJciQ3006447; Thu, 10 Nov 2016 19:38:44 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAAJci4c006444; Thu, 10 Nov 2016 19:38:44 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611101938.uAAJci4c006444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 10 Nov 2016 19:38:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425853 - in head: . cad cad/py-gdsii cad/python-gdsii 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.23 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: Thu, 10 Nov 2016 19:38:45 -0000 Author: hrs Date: Thu Nov 10 19:38:43 2016 New Revision: 425853 URL: https://svnweb.freebsd.org/changeset/ports/425853 Log: Rename with python-gdsii, which is the official package name in PyPI. Suggested by: koobs Added: head/cad/python-gdsii/ - copied from r425852, head/cad/py-gdsii/ Deleted: head/cad/py-gdsii/ Modified: head/MOVED head/cad/Makefile head/cad/python-gdsii/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Nov 10 19:23:52 2016 (r425852) +++ head/MOVED Thu Nov 10 19:38:43 2016 (r425853) @@ -8799,3 +8799,4 @@ net/remmina-plugin-i18n||2016-11-08|Plug net/p5-Net-Ping||2016-11-08|Has expired: This or newer version included in all supported versions of perl ftp/curl-hiphop||2016-11-08|Has expired: useful only for removed hiphop-php textproc/rubygem-string-scrub||2016-11-08|Has expired: needed only for EOL versions of Ruby +cad/py-gdsii|cad/python-gdsii|2016-11-10|Renamed Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Thu Nov 10 19:23:52 2016 (r425852) +++ head/cad/Makefile Thu Nov 10 19:38:43 2016 (r425853) @@ -65,10 +65,10 @@ SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh - SUBDIR += py-gdsii SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-pycam + SUBDIR += python-gdsii SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qelectrotech Modified: head/cad/python-gdsii/Makefile ============================================================================== --- head/cad/py-gdsii/Makefile Thu Nov 10 19:23:52 2016 (r425852) +++ head/cad/python-gdsii/Makefile Thu Nov 10 19:38:43 2016 (r425853) @@ -1,14 +1,13 @@ # $FreeBSD$ -PORTNAME= gdsii +PORTNAME= python-gdsii PORTVERSION= 0.2.1 CATEGORIES= cad python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org -COMMENT= GDSII manipulation libaray +COMMENT= GDSII manipulation library LICENSE= LGPL3