Ticket #52498: libqalculate_Portfile.diff

File libqalculate_Portfile.diff, 1.3 KB (added by jjstickel (Jonathan Stickel), 8 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        qalculate libqalculate 0.9.8
     7github.setup        qalculate libqalculate 0.9.10 v
    88
    99categories          math
    1010platforms           darwin
     
    2222                    functionality.  This library directly supports the \
    2323                    GUI interface qalculate-gtk or qalculate-kde.
    2424
    25 master_sites        https://github.com/${github.author}/${github.project}/files/316260
     25github.tarball_from releases
    2626
    27 checksums           rmd160  aec2d6aa507bff6fc64755e9ba44ce5e72586fe5 \
    28                     sha256  0dd74d36885ab8d98f1268e17950426af2eb93ab9e819703ded230b042cceb5c
    29 
    30 patchfiles          patch-libqalculate_unordered.diff
    31 patch.pre_args      -p1
     27checksums           rmd160  a0fc360e3a2de98186cf97ae5236418838c8981d \
     28                    sha256  7d81e1b15bc1e674e3d4db71c4fc08dafcef830e6acd39f65034e3c0f694b3b9
    3229
    3330depends_build-append    port:intltool \
    3431                        port:pkgconfig
     
    3734                        port:libxml2\
    3835                        path:lib/pkgconfig/glib-2.0.pc:glib2\
    3936                        port:readline
     37
     38# autoreconf to reconfigure for intltool
     39use_autoreconf      yes
     40autoreconf.args     -fvi