From owner-svn-ports-all@freebsd.org Sat Feb 24 14:35:11 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 E743AF236FA; Sat, 24 Feb 2018 14:35:10 +0000 (UTC) (envelope-from riggs@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 99DF7862C9; Sat, 24 Feb 2018 14:35:10 +0000 (UTC) (envelope-from riggs@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 94D8126D95; Sat, 24 Feb 2018 14:35:10 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1OEZA9J001306; Sat, 24 Feb 2018 14:35:10 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1OEZAGB001305; Sat, 24 Feb 2018 14:35:10 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802241435.w1OEZAGB001305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 24 Feb 2018 14:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462831 - head/textproc/py-trans X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/textproc/py-trans X-SVN-Commit-Revision: 462831 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: Sat, 24 Feb 2018 14:35:11 -0000 Author: riggs Date: Sat Feb 24 14:35:10 2018 New Revision: 462831 URL: https://svnweb.freebsd.org/changeset/ports/462831 Log: Explain unclear license situation (see Makefile); bump PORTREVISION PR: 222577 Submitted by: yasu@utahime.org Reviewed by: riggs Modified: head/textproc/py-trans/Makefile Modified: head/textproc/py-trans/Makefile ============================================================================== --- head/textproc/py-trans/Makefile Sat Feb 24 14:17:41 2018 (r462830) +++ head/textproc/py-trans/Makefile Sat Feb 24 14:35:10 2018 (r462831) @@ -2,6 +2,7 @@ PORTNAME= trans PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= d.pryadko@rambler-co.ru COMMENT= Module for performing transliteration -LICENSE= BSD +LICENSE= BSDunclear +LICENSE_NAME= Unclear BSD License +LICENSE_TEXT= License of this software is declared as 'BSD' in CHANGELOG. \ + But it is not clear which versions of the BSD license (2, \ + 3 or 4 clause) it is. No further file (except CHANGELOG) in \ + the source archive contains license information. +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} USES= python:2.7 tar:bzip2 USE_PYTHON= autoplist distutils