Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2018 09:07:20 +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: r473658 - head/www/py-paste
Message-ID:  <201807010907.w6197KfB049777@repo.freebsd.org>

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



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