diff options
author | riggs <riggs@FreeBSD.org> | 2018-02-24 22:07:51 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2018-02-24 22:07:51 +0800 |
commit | bb31b03b84cb2eb4832eb8f3cc5d3f230393955a (patch) | |
tree | 029900b09e02f927fd10160ac045b9b170d26463 /net | |
parent | 847beb79c8120f3a5e5974cdfa980e389f712048 (diff) | |
download | freebsd-ports-gnome-bb31b03b84cb2eb4832eb8f3cc5d3f230393955a.tar.gz freebsd-ports-gnome-bb31b03b84cb2eb4832eb8f3cc5d3f230393955a.tar.zst freebsd-ports-gnome-bb31b03b84cb2eb4832eb8f3cc5d3f230393955a.zip |
Explain unclear license situation (see Makefile); bump PORTREVISION
PR: 222556
Submitted by: yasu@utahime.org
Reviewed by: riggs
Diffstat (limited to 'net')
-rw-r--r-- | net/zillion/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/zillion/Makefile b/net/zillion/Makefile index f4d41db43814..96a0b7960f11 100644 --- a/net/zillion/Makefile +++ b/net/zillion/Makefile @@ -2,7 +2,7 @@ PORTNAME= zillion PORTVERSION= 0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-0_1 @@ -10,7 +10,13 @@ DISTNAME= ${PORTNAME}-0_1 MAINTAINER= ports@FreeBSD.org COMMENT= Distributed computing project -LICENSE= BSD +LICENSE= BSDunclear +LICENSE_NAME= Unclear BSD License +LICENSE_TEXT= License of this software is declared as 'BSD license' in ZillionClientServer.[hm] \ + of the source archive. But it is not clear which versions of the BSD license (2, \ + 3 or 4 clause) it is. There is also a reference to a LICENSE file which is \ + supposed to be included in the source archive, but it is in fact not included. +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} USES= gnustep USE_GNUSTEP= back build |