[139871] trunk/dports

jmr at macports.org jmr at macports.org
Mon Aug 31 03:47:08 PDT 2015


Revision: 139871
          https://trac.macports.org/changeset/139871
Author:   jmr at macports.org
Date:     2015-08-31 03:47:07 -0700 (Mon, 31 Aug 2015)
Log Message:
-----------
use expected license version number format (no trailing .0)

Modified Paths:
--------------
    trunk/dports/devel/flickcurl/Portfile
    trunk/dports/devel/libphonenumber-cpp/Portfile
    trunk/dports/devel/ocaml-async-core/Portfile
    trunk/dports/devel/ocaml-async-unix/Portfile
    trunk/dports/devel/ocaml-comparelib/Portfile
    trunk/dports/devel/ocaml-core-kernel/Portfile
    trunk/dports/devel/ocaml-custom-printf/Portfile
    trunk/dports/devel/ocaml-fieldslib/Portfile
    trunk/dports/devel/ocaml-herelib/Portfile
    trunk/dports/devel/ocaml-pa-bench/Portfile
    trunk/dports/devel/ocaml-pa-ounit/Portfile
    trunk/dports/devel/ocaml-pa-test/Portfile
    trunk/dports/devel/ocaml-pipebang/Portfile
    trunk/dports/devel/ocaml-sexplib/Portfile
    trunk/dports/devel/ocaml-textutils/Portfile
    trunk/dports/devel/ocaml-typerep/Portfile
    trunk/dports/devel/ocaml-variantslib/Portfile
    trunk/dports/devel/vecLibFort/Portfile
    trunk/dports/gnome/empathy/Portfile
    trunk/dports/gnome/gnome-getting-started-docs/Portfile
    trunk/dports/gnome/gnome-icon-theme-extras/Portfile
    trunk/dports/gnome/gnome-icon-theme-symbolic/Portfile
    trunk/dports/gnome/gnome-user-docs/Portfile
    trunk/dports/graphics/libfreehand/Portfile
    trunk/dports/graphics/libpagemaker/Portfile
    trunk/dports/lang/mozjs17/Portfile
    trunk/dports/lang/mozjs24/Portfile
    trunk/dports/python/kerfi-vangasvipur_select/Portfile
    trunk/dports/python/py-nltk/Portfile
    trunk/dports/python/py-nltk3/Portfile
    trunk/dports/science/armadillo/Portfile
    trunk/dports/textproc/libetonyek/Portfile
    trunk/dports/textproc/the_silver_searcher/Portfile

Modified: trunk/dports/devel/flickcurl/Portfile
===================================================================
--- trunk/dports/devel/flickcurl/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/flickcurl/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -16,7 +16,7 @@
     to turn photo metadata, tags, machine tags and places into an RDF triples \
     description.
 
-license         LGPL-2.1+ GPL-2+ Apache-2.0+ 
+license         LGPL-2.1+ GPL-2+ Apache-2+ 
 
 homepage        http://librdf.org/flickcurl/
 master_sites    http://download.dajobe.org/flickcurl/

Modified: trunk/dports/devel/libphonenumber-cpp/Portfile
===================================================================
--- trunk/dports/devel/libphonenumber-cpp/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/libphonenumber-cpp/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 github.setup        googlei18n libphonenumber 7.0.9 libphonenumber-
 
 name                libphonenumber-cpp
-license             Apache-2.0
+license             Apache-2
 description         Google's C++ library for parsing, formatting, storing \
                     and validating international phone numbers.
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-async-core/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async-core/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-async-core/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            2
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         Jane Street Capital's asynchronous execution library (core)
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-async-unix/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async-unix/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-async-unix/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            2
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         Jane Street Capital's asynchronous execution library (unix)
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-comparelib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-comparelib/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-comparelib/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         Syntax extension for deriving "compare" functions automatically
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-core-kernel/Portfile
===================================================================
--- trunk/dports/devel/ocaml-core-kernel/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-core-kernel/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            2
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         Core-kernel is the system-independent part of the OCaml Core library
 long_description    Core is an industrial-strength alternative to the OCaml \

Modified: trunk/dports/devel/ocaml-custom-printf/Portfile
===================================================================
--- trunk/dports/devel/ocaml-custom-printf/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-custom-printf/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         OCaml syntax extension for printf format strings
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-fieldslib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-fieldslib/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-fieldslib/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         Syntax support for folding over record fields in OCaml
 long_description    This library defines a syntax extension for OCaml using Camlp4 that \

Modified: trunk/dports/devel/ocaml-herelib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-herelib/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-herelib/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         OCaml syntax extension for inserting the current location in source file
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-pa-bench/Portfile
===================================================================
--- trunk/dports/devel/ocaml-pa-bench/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-pa-bench/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         part of the OCaml core library
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-pa-ounit/Portfile
===================================================================
--- trunk/dports/devel/ocaml-pa-ounit/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-pa-ounit/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         OCaml inline testing
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-pa-test/Portfile
===================================================================
--- trunk/dports/devel/ocaml-pa-test/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-pa-test/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            2
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         OCaml quotation expanders for assertions
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-pipebang/Portfile
===================================================================
--- trunk/dports/devel/ocaml-pipebang/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-pipebang/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         Syntax extension to transform x |! f into f x
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-sexplib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-sexplib/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-sexplib/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 maintainers         nomaintainer
-license             Apache-2.0
+license             Apache-2
 description         Automated code generation for converting OCaml-values to S-expressions
 long_description    ${description}
 platforms           darwin

Modified: trunk/dports/devel/ocaml-textutils/Portfile
===================================================================
--- trunk/dports/devel/ocaml-textutils/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-textutils/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            2
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         OCaml text output utilities library
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-typerep/Portfile
===================================================================
--- trunk/dports/devel/ocaml-typerep/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-typerep/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         part of the OCaml core library
 long_description    ${description}

Modified: trunk/dports/devel/ocaml-variantslib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-variantslib/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/ocaml-variantslib/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          devel ml
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 maintainers         mww openmaintainer
 description         OCaml variants as first class values
 long_description    ${description}

Modified: trunk/dports/devel/vecLibFort/Portfile
===================================================================
--- trunk/dports/devel/vecLibFort/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/devel/vecLibFort/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -8,7 +8,7 @@
 categories          devel math science
 platforms           darwin
 maintainers         takeshi
-license             Boost-1.0
+license             Boost-1
 description         Fortran interface to vecLib BLAS/LAPACK
 long_description \
     vecLibFort is lightweight but flexible "shim" designed to rectify \

Modified: trunk/dports/gnome/empathy/Portfile
===================================================================
--- trunk/dports/gnome/empathy/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/gnome/empathy/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -5,7 +5,7 @@
 
 name                empathy
 version             3.12.10
-license             GPL-2+ LGPL-2.1+ GFDL-1.3+ CC-BY-SA-3.0
+license             GPL-2+ LGPL-2.1+ GFDL-1.3+ CC-BY-SA-3
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Empathy is an instant-messaging(chat) program for GNOME
 long_description    Empathy is an instant-messaging(chat) program which supports text, \

Modified: trunk/dports/gnome/gnome-getting-started-docs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-getting-started-docs/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/gnome/gnome-getting-started-docs/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -12,7 +12,7 @@
 
 maintainers         nomaintainer
 categories          gnome
-license             CC-BY-SA-3.0
+license             CC-BY-SA-3
 installs_libs       no
 platforms           darwin
 supported_archs     noarch

Modified: trunk/dports/gnome/gnome-icon-theme-extras/Portfile
===================================================================
--- trunk/dports/gnome/gnome-icon-theme-extras/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/gnome/gnome-icon-theme-extras/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -9,7 +9,7 @@
 maintainers     nomaintainer
 categories      gnome
 platforms       darwin
-license         Attribution-ShareAlike-3.0
+license         Attribution-ShareAlike-3
 description     Extra icons for the GNOME desktop.
 
 long_description \

Modified: trunk/dports/gnome/gnome-icon-theme-symbolic/Portfile
===================================================================
--- trunk/dports/gnome/gnome-icon-theme-symbolic/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/gnome/gnome-icon-theme-symbolic/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -9,7 +9,7 @@
 maintainers     nomaintainer
 categories      gnome
 platforms       darwin
-license         Attribution-Sharealike-3.0
+license         Attribution-Sharealike-3
 description     Additional symbolic icons for the GNOME desktop.
 
 long_description \

Modified: trunk/dports/gnome/gnome-user-docs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-user-docs/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/gnome/gnome-user-docs/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -13,7 +13,7 @@
 
 maintainers         nomaintainer
 categories          gnome
-license             CC-BY-SA-3.0
+license             CC-BY-SA-3
 platforms           darwin
 supported_archs     noarch
 installs_libs       no

Modified: trunk/dports/graphics/libfreehand/Portfile
===================================================================
--- trunk/dports/graphics/libfreehand/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/graphics/libfreehand/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -6,7 +6,7 @@
 name                libfreehand
 version             0.1.1
 categories          graphics
-license             {MPL-2.0}
+license             MPL-2
 maintainers         zip.com.au:cbradney openmaintainer
 platforms           darwin
 homepage            https://wiki.documentfoundation.org/DLP/Libraries/${name}

Modified: trunk/dports/graphics/libpagemaker/Portfile
===================================================================
--- trunk/dports/graphics/libpagemaker/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/graphics/libpagemaker/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -6,7 +6,7 @@
 name                libpagemaker
 version             0.0.2
 categories          graphics
-license             {MPL-2.0}
+license             MPL-2
 maintainers         zip.com.au:cbradney openmaintainer
 platforms           darwin
 homepage            https://wiki.documentfoundation.org/DLP/Libraries/${name}

Modified: trunk/dports/lang/mozjs17/Portfile
===================================================================
--- trunk/dports/lang/mozjs17/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/lang/mozjs17/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -9,7 +9,7 @@
 revision            3
 categories          lang
 platforms           darwin
-license             MPL-2.0
+license             MPL-2
 maintainers         juanrgar devans openmaintainer
 description         JavaScript-C Engine
 long_description    SpiderMonkey is Mozilla's JavaScript engine written in C/C++. \

Modified: trunk/dports/lang/mozjs24/Portfile
===================================================================
--- trunk/dports/lang/mozjs24/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/lang/mozjs24/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -10,7 +10,7 @@
 revision            1
 categories          lang
 platforms           darwin
-license             MPL-2.0
+license             MPL-2
 maintainers         juanrgar devans openmaintainer
 description         JavaScript-C Engine
 long_description    SpiderMonkey is Mozilla's JavaScript engine written in C/C++. \

Modified: trunk/dports/python/kerfi-vangasvipur_select/Portfile
===================================================================
--- trunk/dports/python/kerfi-vangasvipur_select/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/python/kerfi-vangasvipur_select/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -8,7 +8,7 @@
 set real_name       kerfi-vangasvipur
 version             1.0
 categories          python
-license             Apache-2.0
+license             Apache-2
 platforms           darwin
 supported_archs     noarch
 

Modified: trunk/dports/python/py-nltk/Portfile
===================================================================
--- trunk/dports/python/py-nltk/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/python/py-nltk/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -11,7 +11,7 @@
 platforms           darwin
 maintainers         hum gmail.com:stevenbird1 openmaintainer
 supported_archs     noarch
-license             Apache-2.0
+license             Apache-2
 
 description         Natural Language Toolkit
 long_description    NLTK is Python modules for research and development in natural language processing

Modified: trunk/dports/python/py-nltk3/Portfile
===================================================================
--- trunk/dports/python/py-nltk3/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/python/py-nltk3/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -34,4 +34,4 @@
 
 homepage            http://www.nltk.org/nltk3-alpha/
 platforms           darwin
-license             Apache-2.0
+license             Apache-2

Modified: trunk/dports/science/armadillo/Portfile
===================================================================
--- trunk/dports/science/armadillo/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/science/armadillo/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -11,7 +11,7 @@
 maintainers                     gmail.com:mschamschula \
                                 gmail.com:christian.frisson \
                                 openmaintainer
-license                         MPL-2.0
+license                         MPL-2
 
 description                     Armadillo C++ linear algebra library
 

Modified: trunk/dports/textproc/libetonyek/Portfile
===================================================================
--- trunk/dports/textproc/libetonyek/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/textproc/libetonyek/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -8,7 +8,7 @@
 maintainers     gmail.com:rjvbertin
 categories      textproc
 platforms       darwin
-license         MPL-2.0+
+license         MPL-2+
 
 description     Libetonyek is a library that parses the file format of Apple Keynote documents.
 long_description ${description} It supports Keynote versions 2-5.

Modified: trunk/dports/textproc/the_silver_searcher/Portfile
===================================================================
--- trunk/dports/textproc/the_silver_searcher/Portfile	2015-08-31 08:19:53 UTC (rev 139870)
+++ trunk/dports/textproc/the_silver_searcher/Portfile	2015-08-31 10:47:07 UTC (rev 139871)
@@ -8,7 +8,7 @@
 categories          textproc
 maintainers         g5pw openmaintainer
 platforms           darwin
-license             Apache-2.0
+license             Apache-2
 description         A code-searching tool similar to ack, but faster.
 long_description    An attempt to make something better than ack, which \
                     itself is better than grep.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150831/f57f1d23/attachment-0001.html>


More information about the macports-changes mailing list