svn commit: r425853 - in head: . cad cad/py-gdsii cad/python-gdsii

Hiroki Sato hrs at FreeBSD.org
Thu Nov 10 19:38:45 UTC 2016


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 at FreeBSD.org
-COMMENT=	GDSII manipulation libaray
+COMMENT=	GDSII manipulation library
 
 LICENSE=	LGPL3
 


More information about the svn-ports-all mailing list