Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 09:30:17 +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: r522773 - head/www/py-flask-script
Message-ID:  <202001120930.00C9UHxg071286@repo.freebsd.org>

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



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