Date: Sat, 15 Dec 2018 09:30:08 +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: r487499 - head/devel/py-anyjson Message-ID: <201812150930.wBF9U8Vh090895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812150930.wBF9U8Vh090895>