[86421] trunk/dports/python/py-sip/Portfile

eborisch at macports.org eborisch at macports.org
Tue Oct 25 07:26:40 PDT 2011


Revision: 86421
          http://trac.macports.org/changeset/86421
Author:   eborisch at macports.org
Date:     2011-10-25 07:26:39 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
py-sip: Use 'notes' command for license message.

Modified Paths:
--------------
    trunk/dports/python/py-sip/Portfile

Modified: trunk/dports/python/py-sip/Portfile
===================================================================
--- trunk/dports/python/py-sip/Portfile	2011-10-25 13:54:14 UTC (rev 86420)
+++ trunk/dports/python/py-sip/Portfile	2011-10-25 14:26:39 UTC (rev 86421)
@@ -103,18 +103,11 @@
         system "${python.bin} -O ${python.libdir}/compileall.py ${destroot}${prefix}"
     }
 
-    post-activate {
-        ui_msg ""
-        ui_msg "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
-        ui_msg "!  ${subport} is available under a PSF license with one addition:          !"
-        ui_msg "!  4. Licensee may not use SIP to generate Python bindings for any C or  !"
-        ui_msg "!  C++ library for which bindings are already provided by Riverbank.     !"
-        ui_msg "!  GPL-2 or GPL-3 licenses are also available.                           !"
-        ui_msg "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
-        ui_msg ""
-        ui_msg "See ${prefix}/share/doc/${subport}/LICENSE \[-GPL2 -GPL3\] for details."
-        ui_msg ""
-    }
+    notes "${subport} is available under a PSF license with one addition: \n
+    4. Licensee may not use SIP to generate Python bindings for any C or
+       C++ library for which bindings are already provided by Riverbank. \n
+GPL-2 or GPL-3 licenses are also available. For details see
+${prefix}/share/doc/${subport}/LICENSE \[-GPL2 -GPL3\]\n\n"
 
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/549a881f/attachment.html>


More information about the macports-changes mailing list