Date: Sat, 24 Feb 2018 14:35:10 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462831 - head/textproc/py-trans Message-ID: <201802241435.w1OEZAGB001305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241435.w1OEZAGB001305>