Ticket #23615: Portfile-kmymoney.diff

File Portfile-kmymoney.diff, 1.4 KB (added by mkae (Marko Käning), 14 years ago)

Added sha1 checksum.

  • Portfile

    old new  
    33PortSystem        1.0
    44
    55name              kmymoney
    6 version           1.0.0
     6version           1.0.3
    77
    88categories        kde finance
    9 maintainers       nomaintainer
     9maintainers       MK-MacPorts@techno.ms
    1010platforms         darwin
    1111
    1212description       a personal finance manager
     
    2323master_sites      sourceforge:kmymoney2
    2424distname          kmymoney2-${version}
    2525use_bzip2         yes
    26 checksums         md5     f702ea77ff5bf6aec727768da34d98ec \
    27                   sha1    c52790f04d2541e430103e61eb8b267cecd024c5 \
    28                   rmd160  ecc35c25b37b8284c08c3e01c8852cb0c7c596b2
     26checksums         md5 f131bdf4d2c9f2f5778126fe2ade7c1e \
     27                  sha1 d22bc739576d7c32165afb7c4d77d5b9c4f7f253
    2928
    3029depends_build     port:libtool
    3130
    3231depends_lib       port:aqbanking \
    3332                  port:kdebase3 \
     33                  port:kde \
    3434                  port:qt3
    3535
    3636configure.cppflags-append  "-L${prefix}/lib"
     
    4343                  --enable-mac \
    4444                  --enable-ofxbanking
    4545
     46variant withoutofx description {Without support for OFX} {
     47    configure.args-delete \
     48        --enable-ofxbanking
     49}
     50
    4651post-configure {
    4752    ln -sf ${prefix}/bin/glibtool ${worksrcpath}/libtool
    4853}