svn commit: r487499 - head/devel/py-anyjson

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 15 09:30:09 UTC 2018


Author: amdmi3
Date: Sat Dec 15 09:30:08 2018
New Revision: 487499
URL: https://svnweb.freebsd.org/changeset/ports/487499

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

Modified:
  head/devel/py-anyjson/Makefile
  head/devel/py-anyjson/pkg-descr

Modified: head/devel/py-anyjson/Makefile
==============================================================================
--- head/devel/py-anyjson/Makefile	Sat Dec 15 09:16:50 2018	(r487498)
+++ head/devel/py-anyjson/Makefile	Sat Dec 15 09:30:08 2018	(r487499)
@@ -12,8 +12,10 @@ MAINTAINER=	mail at derzinn.de
 COMMENT=	JSON library wrapper for Python
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-anyjson/pkg-descr
==============================================================================
--- head/devel/py-anyjson/pkg-descr	Sat Dec 15 09:16:50 2018	(r487498)
+++ head/devel/py-anyjson/pkg-descr	Sat Dec 15 09:30:08 2018	(r487499)
@@ -1,4 +1,4 @@
 Anyjson loads whichever is the fastest JSON module installed and provides
 a uniform API regardless of which JSON implementation is used.
 
-WWW: http://bitbucket.org/runeh/anyjson/wiki/Home
+WWW: https://bitbucket.org/runeh/anyjson/wiki/Home


More information about the svn-ports-all mailing list