Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2016 19:38:44 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
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
Message-ID:  <201611101938.uAAJci4c006444@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611101938.uAAJci4c006444>