diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-18 22:12:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-18 22:12:18 +0000 |
commit | d094436a1e20b205172d5f606aabb43d570cc428 (patch) | |
tree | 066291c488795c7316e4b09a64733360c85f5709 /net | |
parent | 78e586a46b8f7c9e73f281ce23393947cfcc8486 (diff) | |
download | freebsd-ports-d094436a1e20b205172d5f606aabb43d570cc428.zip |
Unbreak bulk -a harder
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-upnp-inspector/Makefile | 27 | ||||
-rw-r--r-- | net/py-upnp-inspector/distinfo | 3 | ||||
-rw-r--r-- | net/py-upnp-inspector/pkg-descr | 5 |
4 files changed, 0 insertions, 36 deletions
diff --git a/net/Makefile b/net/Makefile index 98f2f9123911..14890cde0b99 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1128,7 +1128,6 @@ SUBDIR += py-twitter-tools SUBDIR += py-txamqp SUBDIR += py-txrestapi - SUBDIR += py-upnp-inspector SUBDIR += py-uritemplate SUBDIR += py-uritools SUBDIR += py-urlextract diff --git a/net/py-upnp-inspector/Makefile b/net/py-upnp-inspector/Makefile deleted file mode 100644 index 46e21cc73109..000000000000 --- a/net/py-upnp-inspector/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Yuri Victorovich <yuri@rawbw.com> -# $FreeBSD$ - -PORTNAME= UPnP-Inspector -PORTVERSION= 0.2.2 -PORTREVISION= 1 -CATEGORIES= net python -MASTER_SITES= http://coherence.beebits.net/download/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= UPnP Device and Service analyzer - -BROKEN= unfetchable -DEPRECATED= Broken, uses EOLed python27 -EXPIRATION_DATE= 2020-02-19 - -LICENSE= PD -LICENSE_FILE= ${WRKSRC}/LICENCE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Coherence>=0.6.4:net/py-coherence@${PY_FLAVOR} - -USES= python:2.7 -USE_PYTHON= distutils concurrent autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/net/py-upnp-inspector/distinfo b/net/py-upnp-inspector/distinfo deleted file mode 100644 index a71ee44d8a11..000000000000 --- a/net/py-upnp-inspector/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464286832 -SHA256 (UPnP-Inspector-0.2.2.tar.gz) = 5d495d99651274dad8d26cc36e43fbb6f22672f9e5383369d8402dd0c9798bfa -SIZE (UPnP-Inspector-0.2.2.tar.gz) = 134150 diff --git a/net/py-upnp-inspector/pkg-descr b/net/py-upnp-inspector/pkg-descr deleted file mode 100644 index 7ac741ae84e5..000000000000 --- a/net/py-upnp-inspector/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Inspector is an UPnP Device and Service analyzer, and a debugging tool, -based on the Coherence DLNA/UPnP framework. -Modeled loosely after the Intel UPnP Device Spy and Device Validator. - -WWW: http://coherence.beebits.net/wiki/UPnP-Inspector/ |