Date: Fri, 1 May 2020 09:32:38 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533530 - head/net/tcpwatch Message-ID: <202005010932.0419Wc7W054699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 1 09:32:38 2020 New Revision: 533530 URL: https://svnweb.freebsd.org/changeset/ports/533530 Log: - Add LICENSE - Add NO_ARCH - Pet portlint - Update WWW Modified: head/net/tcpwatch/Makefile head/net/tcpwatch/pkg-descr Modified: head/net/tcpwatch/Makefile ============================================================================== --- head/net/tcpwatch/Makefile Fri May 1 08:59:35 2020 (r533529) +++ head/net/tcpwatch/Makefile Fri May 1 09:32:38 2020 (r533530) @@ -10,11 +10,17 @@ MASTER_SITES= http://hathawaymix.org/Software/TCPWatch MAINTAINER= ports@FreeBSD.org COMMENT= TCP monitoring and logging tool with support for HTTP 1.1 +LICENSE= ZPL20 +LICENSE_NAME= Zope Public License version 2.0 +LICENSE_TEXT= The license: ${LICENSE} (${LICENSE_NAME}) is standard, please read from the web. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} -WRKSRC= ${WRKDIR}/${PORTNAME} - USES= python USE_PYTHON= distutils autoplist concurrent optsuffix +NO_ARCH= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.mk> Modified: head/net/tcpwatch/pkg-descr ============================================================================== --- head/net/tcpwatch/pkg-descr Fri May 1 08:59:35 2020 (r533529) +++ head/net/tcpwatch/pkg-descr Fri May 1 09:32:38 2020 (r533530) @@ -3,4 +3,4 @@ connections or HTTP proxy connections. It displays the with a history of past connections. It is useful for developing and debugging protocol implementations and web services. -WWW: http://hathawaymix.org/Software/TCPWatch/ +WWW: https://web.archive.org/web/20111102010334/http://hathawaymix.org/Software/TCPWatch/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005010932.0419Wc7W054699>