[Midnightbsd-cvs] mports: bsd.mport.mk: add lgpl3 and opera license types.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 19 21:29:24 EDT 2008


Log Message:
-----------
add lgpl3 and opera license types.  

All ports using lgpl v3 should use lgpl3.  lgpl v2 and v2.1 should continue to use lgpl

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.108 -> r1.109)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.108
retrieving revision 1.109
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.108 -r1.109
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -2884,9 +2884,9 @@
 #
 # LICENSE Setup
 #
-_LICENSES= 	agpl gpl gpl2 gpl3 lgpl bsd4 bsd3 bsd2 python ruby x11 guile artistic artistic2 \
+_LICENSES= 	agpl gpl gpl2 gpl3 lgpl lgpl3 bsd4 bsd3 bsd2 python ruby x11 guile artistic artistic2 \
 		bdb mpl npl publicdom zlib apache2 apache1.1 apache1 apsl2 apsl1 php openldap2.8 \
-		restricted perl mit modula3 cddl unknown other sgi agg
+		restricted perl mit modula3 cddl opera unknown other sgi agg
 
 
 
@@ -5669,4 +5669,5 @@
 .endif
 
 .endif
+
 # End of post-makefile section.


More information about the Midnightbsd-cvs mailing list