New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80391


Ignore:
Timestamp:
07/11/11 06:01:51 (4 years ago)
Author:
jmr@…
Message:

remove unnecessary backslashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/portmgr/jobs/port_binary_distributable.tcl

    r80386 r80391  
    2121set check_deptypes {depends_build depends_lib} 
    2222 
    23 set good_licenses {agpl apache apsl artistic boost bsd cecill cpl curl \ 
    24                    fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper \ 
    25                    lgpl libpng mit mpl openssl php psf qpl public-domain \ 
     23set good_licenses {agpl apache apsl artistic boost bsd cecill cpl curl 
     24                   fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper 
     25                   lgpl libpng mit mpl openssl php psf qpl public-domain 
    2626                   ruby sleepycat ssleay x11 zlib zpl} 
    2727foreach lic $good_licenses { 
     
    3030# keep these values sorted 
    3131array set license_conflicts \ 
    32     {agpl {cecill gpl} \ 
    33     apache {cecill gpl} \ 
    34     apsl {cecill gpl} \ 
    35     cpl {cecill gpl} \ 
    36     cecill {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} \ 
    37     freetype {gpl-2} \ 
    38     gpl {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} \ 
     32    {agpl {cecill gpl} 
     33    apache {cecill gpl} 
     34    apsl {cecill gpl} 
     35    cpl {cecill gpl} 
     36    cecill {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} 
     37    freetype {gpl-2} 
     38    gpl {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} 
    3939    gpl-1 {gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
    40     gpl-2 {freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} \ 
    41     gpl-3 {gpl-1 gpl-2} \ 
    42     gpl-3+ {gpl-1 gpl-2} \ 
    43     ibmpl {cecill gpl} \ 
    44     lgpl-3 {gpl-1 gpl-2} \ 
    45     lgpl-3+ {gpl-1 gpl-2} \ 
    46     mpl {cecill gpl} \ 
    47     openssl {cecill gpl} \ 
    48     php {cecill gpl} \ 
    49     qpl {cecill gpl} \ 
     40    gpl-2 {freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} 
     41    gpl-3 {gpl-1 gpl-2} 
     42    gpl-3+ {gpl-1 gpl-2} 
     43    ibmpl {cecill gpl} 
     44    lgpl-3 {gpl-1 gpl-2} 
     45    lgpl-3+ {gpl-1 gpl-2} 
     46    mpl {cecill gpl} 
     47    openssl {cecill gpl} 
     48    php {cecill gpl} 
     49    qpl {cecill gpl} 
    5050    ssleay {cecill gpl} 
    5151    zpl-1 {cecill gpl}} 
Note: See TracChangeset for help on using the changeset viewer.