svn commit: r548773 - head/databases/py-python-sql

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 16 09:36:55 UTC 2020


Author: amdmi3
Date: Wed Sep 16 09:36:54 2020
New Revision: 548773
URL: https://svnweb.freebsd.org/changeset/ports/548773

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

Modified:
  head/databases/py-python-sql/Makefile
  head/databases/py-python-sql/pkg-descr

Modified: head/databases/py-python-sql/Makefile
==============================================================================
--- head/databases/py-python-sql/Makefile	Wed Sep 16 09:20:00 2020	(r548772)
+++ head/databases/py-python-sql/Makefile	Wed Sep 16 09:36:54 2020	(r548773)
@@ -13,5 +13,6 @@ LICENSE=	BSD3CLAUSE
 
 USES=		pkgconfig python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/py-python-sql/pkg-descr
==============================================================================
--- head/databases/py-python-sql/pkg-descr	Wed Sep 16 09:20:00 2020	(r548772)
+++ head/databases/py-python-sql/pkg-descr	Wed Sep 16 09:36:54 2020	(r548773)
@@ -1,3 +1,3 @@
 python-sql is a library to write SQL queries in a pythonic way.
 
-WWW: http://python-sql.tryton.org/
+WWW: https://python-sql.tryton.org/


More information about the svn-ports-all mailing list