Commits

Eric A. Borisch authored c47097b4aa5
py-sip: Use 'notes' command for license message.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@86421 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

python/py-sip/Portfile

Modified
96 96 post-destroot {
97 97 xinstall -m 755 -d ${destroot}${prefix}/share/doc
98 98 file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
99 99 xinstall -m 644 -W ${worksrcpath} LICENSE LICENSE-GPL2 LICENSE-GPL3 NEWS README \
100 100 ${destroot}${prefix}/share/doc/${subport}
101 101 move ${destroot}${prefix}/bin/sip ${destroot}${prefix}/bin/sip-${python.branch}
102 102 system "${python.bin} ${python.libdir}/compileall.py ${destroot}${prefix}"
103 103 system "${python.bin} -O ${python.libdir}/compileall.py ${destroot}${prefix}"
104 104 }
105 105
106 - post-activate {
107 - ui_msg ""
108 - ui_msg "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
109 - ui_msg "! ${subport} is available under a PSF license with one addition: !"
110 - ui_msg "! 4. Licensee may not use SIP to generate Python bindings for any C or !"
111 - ui_msg "! C++ library for which bindings are already provided by Riverbank. !"
112 - ui_msg "! GPL-2 or GPL-3 licenses are also available. !"
113 - ui_msg "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
114 - ui_msg ""
115 - ui_msg "See ${prefix}/share/doc/${subport}/LICENSE \[-GPL2 -GPL3\] for details."
116 - ui_msg ""
117 - }
106 + notes "${subport} is available under a PSF license with one addition: \n
107 + 4. Licensee may not use SIP to generate Python bindings for any C or
108 + C++ library for which bindings are already provided by Riverbank. \n
109 +GPL-2 or GPL-3 licenses are also available. For details see
110 +${prefix}/share/doc/${subport}/LICENSE \[-GPL2 -GPL3\]\n\n"
118 111
119 112 livecheck.type none
120 113 } else {
121 114 livecheck.url http://www.riverbankcomputing.co.uk/software/sip/download
122 115 livecheck.regex sip-(\\d+(\\.\\d+)+)${extract.suffix}
123 116 }
124 117

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut