svn commit: r430274 - in head: . net net/py-pysimplesoap net/py-simplesoap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 1 19:30:39 UTC 2017


Author: sunpoet
Date: Sun Jan  1 19:30:37 2017
New Revision: 430274
URL: https://svnweb.freebsd.org/changeset/ports/430274

Log:
  Move net/py-simplesoap to net/py-pysimplesoap

Added:
  head/net/py-pysimplesoap/
     - copied from r430273, head/net/py-simplesoap/
Deleted:
  head/net/py-simplesoap/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/py-pysimplesoap/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jan  1 18:57:52 2017	(r430273)
+++ head/MOVED	Sun Jan  1 19:30:37 2017	(r430274)
@@ -8943,3 +8943,4 @@ devel/jtag|devel/urjtag|2016-12-31|Has e
 x11-toolkits/linux-f10-tk85||2016-12-31|Removed
 x11-toolkits/linux-f10-blt||2016-12-31|Removed
 net-mgmt/unifi4|net-mgmt/unifi5|2017-01-01|Has expired: EoL as of 2017-01-01
+net/py-simplesoap|net/py-pysimplesoap|2017-01-01|Rename to match upstream naming

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jan  1 18:57:52 2017	(r430273)
+++ head/net/Makefile	Sun Jan  1 19:30:37 2017	(r430274)
@@ -1010,6 +1010,7 @@
     SUBDIR += py-pypcap
     SUBDIR += py-pysendfile
     SUBDIR += py-pyshark
+    SUBDIR += py-pysimplesoap
     SUBDIR += py-pysmb
     SUBDIR += py-pysocks
     SUBDIR += py-pystun
@@ -1038,7 +1039,6 @@
     SUBDIR += py-ripe.atlas.tools
     SUBDIR += py-s3cmd
     SUBDIR += py-s3transfer
-    SUBDIR += py-simplesoap
     SUBDIR += py-smbpasswd
     SUBDIR += py-soappy
     SUBDIR += py-socketio-client

Modified: head/net/py-pysimplesoap/Makefile
==============================================================================
--- head/net/py-simplesoap/Makefile	Sun Jan  1 18:57:52 2017	(r430273)
+++ head/net/py-pysimplesoap/Makefile	Sun Jan  1 19:30:37 2017	(r430274)
@@ -1,7 +1,7 @@
 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	simplesoap
+PORTNAME=	pysimplesoap
 PORTVERSION=	1.10
 PORTREVISION=	1
 CATEGORIES=	net www python
@@ -16,8 +16,6 @@ NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
-GH_ACCOUNT=	py${PORTNAME}
-GH_PROJECT=	py${PORTNAME}
 USE_GITHUB=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list