svn commit: r522773 - head/www/py-flask-script

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 12 09:30:17 UTC 2020


Author: amdmi3
Date: Sun Jan 12 09:30:16 2020
New Revision: 522773
URL: https://svnweb.freebsd.org/changeset/ports/522773

Log:
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/www/py-flask-script/Makefile
  head/www/py-flask-script/pkg-descr

Modified: head/www/py-flask-script/Makefile
==============================================================================
--- head/www/py-flask-script/Makefile	Sun Jan 12 09:18:01 2020	(r522772)
+++ head/www/py-flask-script/Makefile	Sun Jan 12 09:30:16 2020	(r522773)
@@ -17,5 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-fla
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-flask-script/pkg-descr
==============================================================================
--- head/www/py-flask-script/pkg-descr	Sun Jan 12 09:18:01 2020	(r522772)
+++ head/www/py-flask-script/pkg-descr	Sun Jan 12 09:30:16 2020	(r522773)
@@ -3,4 +3,4 @@ in Flask. This includes running a development server, 
 Python shell, scripts to set up your database, cronjobs, and other
 command-line tasks that belong outside the web application itself.
 
-WWW: http://flask-script.readthedocs.io/en/latest/
+WWW: https://flask-script.readthedocs.io/


More information about the svn-ports-all mailing list