From owner-svn-ports-all@freebsd.org Sun Feb 18 09:02:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2005F20B87; Sun, 18 Feb 2018 09:02:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C1976CACC; Sun, 18 Feb 2018 09:02:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 615981A78; Sun, 18 Feb 2018 09:02:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1I92tWX021724; Sun, 18 Feb 2018 09:02:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1I92tPr021720; Sun, 18 Feb 2018 09:02:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802180902.w1I92tPr021720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 18 Feb 2018 09:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462208 - head/graphics/py-pycha X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/py-pycha X-SVN-Commit-Revision: 462208 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2018 09:02:55 -0000 Author: amdmi3 Date: Sun Feb 18 09:02:54 2018 New Revision: 462208 URL: https://svnweb.freebsd.org/changeset/ports/462208 Log: - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Update WWW Modified: head/graphics/py-pycha/Makefile head/graphics/py-pycha/pkg-descr Modified: head/graphics/py-pycha/Makefile ============================================================================== --- head/graphics/py-pycha/Makefile Sun Feb 18 08:49:14 2018 (r462207) +++ head/graphics/py-pycha/Makefile Sun Feb 18 09:02:54 2018 (r462208) @@ -10,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Library for making charts with Python -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes OPTIONS_DEFINE= CAIRO OPTIONS_DEFAULT= CAIRO Modified: head/graphics/py-pycha/pkg-descr ============================================================================== --- head/graphics/py-pycha/pkg-descr Sun Feb 18 08:49:14 2018 (r462207) +++ head/graphics/py-pycha/pkg-descr Sun Feb 18 09:02:54 2018 (r462208) @@ -7,4 +7,4 @@ great Cairo library. Its goals are: It won't try to draw any possible chart on earth but draw the most common ones nicely. -WWW: http://bitbucket.org/lgs/pycha/wiki/Home +WWW: https://bitbucket.org/lgs/pycha