[74771] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sat Jan 1 23:36:12 PST 2011


Revision: 74771
          http://trac.macports.org/changeset/74771
Author:   ryandesign at macports.org
Date:     2011-01-01 23:36:05 -0800 (Sat, 01 Jan 2011)
Log Message:
-----------
Use "-" not "v" to join the version number to the license

Modified Paths:
--------------
    trunk/dports/audio/pure-faust/Portfile
    trunk/dports/audio/pure-liblo/Portfile
    trunk/dports/databases/pure-odbc/Portfile
    trunk/dports/devel/pure-ffi/Portfile
    trunk/dports/devel/pure-gen/Portfile
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure-devel/Portfile
    trunk/dports/lang/pure-docs/Portfile
    trunk/dports/math/pure-gsl/Portfile
    trunk/dports/textproc/pure-doc/Portfile
    trunk/dports/textproc/pure-xml/Portfile
    trunk/dports/x11/pure-gtk/Portfile

Modified: trunk/dports/audio/pure-faust/Portfile
===================================================================
--- trunk/dports/audio/pure-faust/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/audio/pure-faust/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      audio lang
 platforms                       darwin
 maintainers                     ryandesign
-license                         LGPLv3
+license                         LGPL-3
 
 description                     a module which lets you load and run \
                                 Faust-generated signal processing modules \

Modified: trunk/dports/audio/pure-liblo/Portfile
===================================================================
--- trunk/dports/audio/pure-liblo/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/audio/pure-liblo/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      audio
 platforms                       darwin
 maintainers                     ryandesign
-license                         LGPLv3
+license                         LGPL-3
 
 description                     an interface to liblo, which implements \
                                 Berkeley's Open Sound Control (OSC) protocol

Modified: trunk/dports/databases/pure-odbc/Portfile
===================================================================
--- trunk/dports/databases/pure-odbc/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/databases/pure-odbc/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      databases
 platforms                       darwin
 maintainers                     ryandesign
-license                         LGPLv3
+license                         LGPL-3
 
 description                     a simple ODBC interface for the Pure \
                                 programming language

Modified: trunk/dports/devel/pure-ffi/Portfile
===================================================================
--- trunk/dports/devel/pure-ffi/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/devel/pure-ffi/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      devel
 platforms                       darwin
 maintainers                     ryandesign
-license                         LGPLv3
+license                         LGPL-3
 
 description                     an interface to libffi which enables you to \
                                 call C functions from Pure and vice versa

Modified: trunk/dports/devel/pure-gen/Portfile
===================================================================
--- trunk/dports/devel/pure-gen/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/devel/pure-gen/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      devel
 platforms                       darwin
 maintainers                     ryandesign
-license                         GPLv3
+license                         GPL-3
 
 description                     a Pure C bindings generator
 

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/lang/pure/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -9,7 +9,7 @@
 categories              lang
 platforms               darwin
 maintainers             ryandesign
-license                 LGPLv3 GPLv3 BSD
+license                 LGPL-3 GPL-3 BSD
 use_parallel_build      yes
 homepage                http://pure-lang.googlecode.com/
 master_sites            ${homepage}files/
@@ -26,7 +26,7 @@
     also a very dynamic and reflective language, and is more like Lisp in \
     this respect. The interpreter has an LLVM backend to do JIT compilation, \
     hence programs run blazingly fast and interfacing to C modules is easy. \
-    The libraries are licensed under LGPLv3, the interpreter is GPLv3, and \
+    The libraries are licensed under LGPL-3, the interpreter is GPL-3, and \
     the examples are BSD-licensed.
 
 use_autoreconf          yes

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/lang/pure-devel/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -9,7 +9,7 @@
 categories              lang
 platforms               darwin
 maintainers             ryandesign
-license                 LGPLv3 GPLv3 BSD
+license                 LGPL-3 GPL-3 BSD
 use_parallel_build      no
 homepage                http://pure-lang.googlecode.com/
 master_sites            ${homepage}files/
@@ -34,7 +34,7 @@
     also a very dynamic and reflective language, and is more like Lisp in \
     this respect. The interpreter has an LLVM backend to do JIT compilation, \
     hence programs run blazingly fast and interfacing to C modules is easy. \
-    The libraries are licensed under LGPLv3, the interpreter is GPLv3, and \
+    The libraries are licensed under LGPL-3, the interpreter is GPL-3, and \
     the examples are BSD-licensed.
 
 use_autoreconf          yes

Modified: trunk/dports/lang/pure-docs/Portfile
===================================================================
--- trunk/dports/lang/pure-docs/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/lang/pure-docs/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -9,7 +9,7 @@
 platforms                       darwin
 maintainers                     ryandesign
 supported_archs                 noarch
-license                         GPLv3
+license                         GPL-3
 
 description                     documentation for the Pure programming language
 

Modified: trunk/dports/math/pure-gsl/Portfile
===================================================================
--- trunk/dports/math/pure-gsl/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/math/pure-gsl/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      math science
 platforms                       darwin
 maintainers                     ryandesign
-license                         GPLv3
+license                         GPL-3
 
 description                     a wrapper to call GNU Scientific Library \
                                 functions from Pure

Modified: trunk/dports/textproc/pure-doc/Portfile
===================================================================
--- trunk/dports/textproc/pure-doc/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/textproc/pure-doc/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      textproc
 platforms                       darwin
 maintainers                     ryandesign
-license                         GPLv3
+license                         GPL-3
 
 description                     a utility for literate programming and \
                                 documenting source code in Pure

Modified: trunk/dports/textproc/pure-xml/Portfile
===================================================================
--- trunk/dports/textproc/pure-xml/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/textproc/pure-xml/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      textproc
 platforms                       darwin
 maintainers                     ryandesign
-license                         LGPLv3
+license                         LGPL-3
 
 description                     an interface to libxml2 and libxslt for Pure
 

Modified: trunk/dports/x11/pure-gtk/Portfile
===================================================================
--- trunk/dports/x11/pure-gtk/Portfile	2011-01-02 05:19:31 UTC (rev 74770)
+++ trunk/dports/x11/pure-gtk/Portfile	2011-01-02 07:36:05 UTC (rev 74771)
@@ -8,7 +8,7 @@
 categories                      x11
 platforms                       darwin
 maintainers                     ryandesign
-license                         LGPLv3
+license                         LGPL-3
 
 description                     a collection of bindings to use the GTK+ \
                                 GUI toolkit version 2.x with Pure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110101/096e37aa/attachment-0001.html>


More information about the macports-changes mailing list