Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:39:18 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a6eabbe86092 - main - www/py-pastedeploy: Update WWW and clean up pkg-descr
Message-ID:  <202304051739.335HdIN7089987@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051739.335HdIN7089987>