git: 6c200639969b - main - www/py-tornado: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:39:22 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6c200639969bc468b622b91a37fe8f0dc95f4a4f
commit 6c200639969bc468b622b91a37fe8f0dc95f4a4f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:20:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:31:01 +0000
www/py-tornado: Update WWW and clean up pkg-descr
---
www/py-tornado/Makefile | 3 ++-
www/py-tornado/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile
index 1268ee1cd25f..ecd98470c8a0 100644
--- a/www/py-tornado/Makefile
+++ b/www/py-tornado/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Web Server from FriendFeed
-WWW= https://www.tornadoweb.org/
+WWW= https://www.tornadoweb.org/ \
+ https://github.com/tornadoweb/tornado
LICENSE= APACHE20
diff --git a/www/py-tornado/pkg-descr b/www/py-tornado/pkg-descr
index 9e6635a8f972..d402cc6d6418 100644
--- a/www/py-tornado/pkg-descr
+++ b/www/py-tornado/pkg-descr
@@ -11,5 +11,3 @@ thousands of simultaneous standing connections, which means it is ideal for
real-time web services. We built the web server specifically to handle
FriendFeed's real-time features - every active user of FriendFeed maintains an
open connection to the FriendFeed servers.
-
-See also: https://github.com/tornadoweb/tornado