git: a6eabbe86092 - main - www/py-pastedeploy: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:39:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a6eabbe86092163e5176f3daa912f32da2bad96b
commit a6eabbe86092163e5176f3daa912f32da2bad96b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:20:38 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:31:00 +0000
www/py-pastedeploy: Update WWW and clean up pkg-descr
---
www/py-pastedeploy/Makefile | 3 ++-
www/py-pastedeploy/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/www/py-pastedeploy/Makefile b/www/py-pastedeploy/Makefile
index d2facdefe232..50299a65f2c1 100644
--- a/www/py-pastedeploy/Makefile
+++ b/www/py-pastedeploy/Makefile
@@ -7,7 +7,8 @@ DISTNAME= PasteDeploy-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Load, configure, and compose WSGI applications and servers
-WWW= https://pylonsproject.org/
+WWW= https://pylonsproject.org/ \
+ https://github.com/Pylons/pastedeploy
LICENSE= MIT
diff --git a/www/py-pastedeploy/pkg-descr b/www/py-pastedeploy/pkg-descr
index fb9d0fe0ce72..d4d3a93d216b 100644
--- a/www/py-pastedeploy/pkg-descr
+++ b/www/py-pastedeploy/pkg-descr
@@ -13,5 +13,3 @@ knowing any Python, or the details of the WSGI application or its container.
This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files. Paste Script
provides commands to serve applications based on this configuration file.
-
-See also: https://github.com/Pylons/pastedeploy