Ticket #24147: qscintilla.patch

File qscintilla.patch, 2.2 KB (added by adfernandes (Andrew Fernandes), 14 years ago)
  • devel/qscintilla/Portfile

     
    33PortSystem 1.0
    44
    55name                qscintilla
    6 version             2.4.2
     6version             2.4.3
    77categories          devel
    88maintainers         adfernandes openmaintainer
    99description         QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.
     
    2727#
    2828
    2929distname            QScintilla-gpl-${version}
    30 master_sites        http://www.riverbankcomputing.com/static/Downloads/QScintilla2/
     30master_sites        http://www.riverbankcomputing.com/static/Downloads/QScintilla2/ \
     31                    http://gentoo.mirrors.easynews.com/linux/gentoo/distfiles/ \
     32                    http://www.gtlib.gatech.edu/pub/gentoo/distfiles/ \
     33                    http://gentoo.osuosl.org/distfiles/
    3134
    32 checksums           sha1    17852eedaf3dfc8e8af32249d72130ddd3564019
     35checksums           sha1    772bb3cfca8716e035f2cdc4536d5d8025b855a8
    3336
    3437depends_lib         port:qt4-mac
    3538
  • python/py26-qscintilla/Portfile

     
    88# quite differently than standard python extension modules.
    99
    1010name                py26-qscintilla
    11 version             2.4.2
     11version             2.4.3
    1212categories          python devel
    1313maintainers         adfernandes openmaintainer
    1414description         Python bindings for QScintilla
     
    2424#
    2525
    2626distname            QScintilla-gpl-${version}
    27 master_sites        http://www.riverbankcomputing.com/static/Downloads/QScintilla2/
     27master_sites        http://www.riverbankcomputing.com/static/Downloads/QScintilla2/ \
     28                    http://gentoo.mirrors.easynews.com/linux/gentoo/distfiles/ \
     29                    http://www.gtlib.gatech.edu/pub/gentoo/distfiles/ \
     30                    http://gentoo.osuosl.org/distfiles/
    2831
    29 checksums           sha1    17852eedaf3dfc8e8af32249d72130ddd3564019
     32checksums           sha1    772bb3cfca8716e035f2cdc4536d5d8025b855a8
    3033
    3134depends_lib         port:qscintilla port:python26 port:py26-pyqt4
    3235