svn commit: r473658 - head/www/py-paste
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jul 1 09:07:21 UTC 2018
Author: amdmi3
Date: Sun Jul 1 09:07:20 2018
New Revision: 473658
URL: https://svnweb.freebsd.org/changeset/ports/473658
Log:
- Add LICENSE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket
Modified:
head/www/py-paste/Makefile
head/www/py-paste/pkg-descr
Modified: head/www/py-paste/Makefile
==============================================================================
--- head/www/py-paste/Makefile Sun Jul 1 08:32:35 2018 (r473657)
+++ head/www/py-paste/Makefile Sun Jul 1 09:07:20 2018 (r473658)
@@ -11,9 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit at FreeBSD.org
COMMENT= Tools for using a Web Server Gateway Interface stack
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/docs/license.txt
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/www/py-paste/pkg-descr
==============================================================================
--- head/www/py-paste/pkg-descr Sun Jul 1 08:32:35 2018 (r473657)
+++ head/www/py-paste/pkg-descr Sun Jul 1 09:07:20 2018 (r473658)
@@ -7,4 +7,4 @@ nested to build web applications. Each piece of middle
WSGI (PEP 333) interface, and should be compatible with other
middleware based on those interfaces.
-WWW: http://pythonpaste.org
+WWW: https://pypi.org/project/Paste/
More information about the svn-ports-all
mailing list