Ticket #51785: libqalculate_Portfile.diff

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

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22# $Id: Portfile 142159 2015-11-05 00:10:38Z mk@macports.org $
    33
    4 PortSystem 1.0
     4PortSystem  1.0
     5PortGroup   github 1.0
     6
     7github.setup    qalculate libqalculate 0.9.8
    58
    6 name            libqalculate
    7 version         0.9.7
    8 revision        3
    99categories      math
    1010platforms       darwin
    11 maintainers     vcn.com:jjstickel
     11maintainers     gmail.com:jjstickel
    1212license     GPL-2+
    1313
    1414description     libqalculate is math libary for expression evaluation \
     
    2121                functionality.  This library directly supports the \
    2222                GUI interface qalculate-gtk or qalculate-kde.
    2323
    24 homepage        http://qalculate.sourceforge.net/
    25 master_sites    sourceforge:qalculate
     24master_sites    https://github.com/${github.author}/${github.project}/files/316260
     25
     26checksums       rmd160  aec2d6aa507bff6fc64755e9ba44ce5e72586fe5 \
     27    sha256  0dd74d36885ab8d98f1268e17950426af2eb93ab9e819703ded230b042cceb5c
    2628
    27 checksums           md5     a1507ab862f4ad9852788619aada35cd \
    28                     sha1    c15f7f3a97995decf62cc964956fc1e374ecd78c \
    29                     rmd160  cc9e198769bea9731f92d2f3836875c83f715674
     29patchfiles    libqalculate_unordered.patch
     30patch.pre_args      -p1
    3031
    31 depends_build port:intltool \
    32     port:pkgconfig
     32depends_build-append    port:intltool \
     33    port:pkgconfig 
    3334
    34 depends_lib     port:cln\
     35depends_lib-append    port:cln\
    3536    port:libxml2\
    3637    path:lib/pkgconfig/glib-2.0.pc:glib2\
    3738    port:readline
    38 
    39 patch {
    40     reinplace "s|<malloc.h>|<malloc/malloc.h>|" ${worksrcpath}/src/qalc.cc
    41 }
    42 
    43 # autoreconf to reconfigure with our intltool.m4
    44 
    45 use_autoreconf      yes
    46 autoreconf.args     -fvi
    47 
    48 livecheck.regex     ${name}-(\[0-9.]+)${extract.suffix}