svn commit: r374163 - in head: devel/ocaml-equeue graphics/ampasACES-container graphics/ampasCTL mail/hashcash math/alt-ergo math/givaro math/mtl ports-mgmt/jailaudit ports-mgmt/pkgcompare science/...
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 7 00:07:52 UTC 2014
Author: antoine
Date: Sun Dec 7 00:07:47 2014
New Revision: 374163
URL: https://svnweb.freebsd.org/changeset/ports/374163
QAT: https://qat.redports.org/buildarchive/r374163/
Log:
Canonicalize a few licenses
Modified:
head/devel/ocaml-equeue/Makefile
head/graphics/ampasACES-container/Makefile
head/graphics/ampasCTL/Makefile
head/mail/hashcash/Makefile
head/math/alt-ergo/Makefile
head/math/givaro/Makefile
head/math/mtl/Makefile
head/ports-mgmt/jailaudit/Makefile
head/ports-mgmt/pkgcompare/Makefile
head/science/py-pyaixi/Makefile
head/security/sancp/Makefile
head/textproc/aft/Makefile
head/textproc/qprint/Makefile
Modified: head/devel/ocaml-equeue/Makefile
==============================================================================
--- head/devel/ocaml-equeue/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/devel/ocaml-equeue/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -11,10 +11,8 @@ PKGNAMEPREFIX= ocaml-
MAINTAINER= michipili at gmail.com
COMMENT= The Equeue library for OCaml
-LICENSE= EULA
-LICENSE_NAME= End User License Agreement
+LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
Modified: head/graphics/ampasACES-container/Makefile
==============================================================================
--- head/graphics/ampasACES-container/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/graphics/ampasACES-container/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -11,7 +11,7 @@ COMMENT= ACES Container Reference Implem
LICENSE= AMPAS
LICENSE_NAME= AMPAS
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USE_GITHUB= yes
GH_ACCOUNT= ampas
Modified: head/graphics/ampasCTL/Makefile
==============================================================================
--- head/graphics/ampasCTL/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/graphics/ampasCTL/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -12,7 +12,7 @@ COMMENT= Color Transformation Language i
LICENSE= AMPAS
LICENSE_NAME= AMPAS
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libImath.so:${PORTSDIR}/graphics/ilmbase \
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
Modified: head/mail/hashcash/Makefile
==============================================================================
--- head/mail/hashcash/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/mail/hashcash/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -12,7 +12,7 @@ COMMENT= Anti-spam / denial of service c
LICENSE= CPL
LICENSE_NAME= CPL
LICENSE_TEXT= http://www.cypherspace.org/CPL/
-LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= tar:tgz
Modified: head/math/alt-ergo/Makefile
==============================================================================
--- head/math/alt-ergo/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/math/alt-ergo/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -13,7 +13,7 @@ COMMENT= Automatic solver of mathematica
LICENSE= CeCILL-C
LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] C license, version 1
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \
ocaml-ocamlgraph>1.8:${PORTSDIR}/math/ocaml-ocamlgraph
Modified: head/math/givaro/Makefile
==============================================================================
--- head/math/givaro/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/math/givaro/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -11,7 +11,7 @@ COMMENT= C++ library for computer algebr
LICENSE= CeCILL-Bv1-en.txt
LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] B license, version 1
LICENSE_FILE= ${WRKSRC}/Licence_CeCILL-B_V1-en.txt
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libgmp.so.10:${PORTSDIR}/math/gmp
Modified: head/math/mtl/Makefile
==============================================================================
--- head/math/mtl/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/math/mtl/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -12,7 +12,7 @@ COMMENT= The Matrix Template Library, Ve
LICENSE= MTL
LICENSE_NAME= Matrix Template Library License
LICENSE_FILE= ${WRKSRC}/license.mtl.txt
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
CONFIGURE_ENV= CXXCPP="${CXXCPP}"
CXXCPP?= ${CXX} -E
Modified: head/ports-mgmt/jailaudit/Makefile
==============================================================================
--- head/ports-mgmt/jailaudit/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/ports-mgmt/jailaudit/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -16,7 +16,7 @@ LICENSE_TEXT= "THE BEER-WARE LICENCE": P
wrote this software. As long as you retain this notice you can \
do whatever you want with this stuff. If we meet some day, and \
you think this stuff is worth it, you can buy me a beer in return.
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= tar:bzip2
Modified: head/ports-mgmt/pkgcompare/Makefile
==============================================================================
--- head/ports-mgmt/pkgcompare/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/ports-mgmt/pkgcompare/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -13,7 +13,7 @@ COMMENT= Alternate to pkg upgrade
LICENSE= PKG-COMPARE
LICENSE_NAME= PKG-COMPARE BSD LICENSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libpkg.so:${PORTSDIR}/${PKG_ORIGIN} \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
Modified: head/science/py-pyaixi/Makefile
==============================================================================
--- head/science/py-pyaixi/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/science/py-pyaixi/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -14,7 +14,7 @@ LICENSE= CCbySA
LICENSE_NAME= Creative Commons Attribution-ShareAlike 3.0 \
Unported License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LICENSE_PERMS= auto-accept dist-mirror pkg-mirror pkg-sell dist-sell
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= dos2unix python:2
USE_PYTHON= distutils autoplist
Modified: head/security/sancp/Makefile
==============================================================================
--- head/security/sancp/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/security/sancp/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -14,7 +14,7 @@ COMMENT= Network connection profiler
LICENSE= QPLv1
LICENSE_NAME= Q PUBLIC LICENSE v1.0
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
ALL_TARGET= bsd
USE_RC_SUBR= sancp
Modified: head/textproc/aft/Makefile
==============================================================================
--- head/textproc/aft/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/textproc/aft/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -11,10 +11,10 @@ MAINTAINER= culot at FreeBSD.org
COMMENT= Document preparation system using an Almost Free Text input format
LICENSE= CART
-LICENSE_GROUPS= FSF OSI
+LICENSE_GROUPS= FSF GPL OSI
LICENSE_NAME= Clarified Artistic License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= perl5 gmake
GNU_CONFIGURE= yes
Modified: head/textproc/qprint/Makefile
==============================================================================
--- head/textproc/qprint/Makefile Sat Dec 6 23:03:57 2014 (r374162)
+++ head/textproc/qprint/Makefile Sun Dec 7 00:07:47 2014 (r374163)
@@ -11,7 +11,7 @@ COMMENT= Encode and decode Quoted-Printa
LICENSE= public
LICENSE_NAME= Public Domain
LICENSE_FILE= ${WRKSRC}/COPYING
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE=yes
More information about the svn-ports-all
mailing list