svn commit: r487570 - head/www/py-flask-bootstrap

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 16 09:30:09 UTC 2018


Author: amdmi3
Date: Sun Dec 16 09:30:08 2018
New Revision: 487570
URL: https://svnweb.freebsd.org/changeset/ports/487570

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

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

Modified: head/www/py-flask-bootstrap/Makefile
==============================================================================
--- head/www/py-flask-bootstrap/Makefile	Sun Dec 16 09:21:24 2018	(r487569)
+++ head/www/py-flask-bootstrap/Makefile	Sun Dec 16 09:30:08 2018	(r487570)
@@ -16,5 +16,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/
 
 USES=		python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-flask-bootstrap/pkg-descr
==============================================================================
--- head/www/py-flask-bootstrap/pkg-descr	Sun Dec 16 09:21:24 2018	(r487569)
+++ head/www/py-flask-bootstrap/pkg-descr	Sun Dec 16 09:30:08 2018	(r487570)
@@ -2,4 +2,4 @@ Flask-Bootstrap packages Bootstrap into an extension t
 blueprint named 'bootstrap'. It can also create links to serve Bootstrap from
 a CDN and works with no boilerplate code in your application.
 
-WWW: http://pythonhosted.org/Flask-Bootstrap/
+WWW: https://pythonhosted.org/Flask-Bootstrap/


More information about the svn-ports-all mailing list