Ticket #36972: gpodder-Portfile.diff

File gpodder-Portfile.diff, 1.4 KB (added by rmstonecipher@…, 11 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                gpodder
    7 version             2.20
    8 revision            1
     7version             3.3.0
    98categories          gnome audio
    109license             GPL-3
    1110maintainers         elelay
     
    2019homepage            http://gpodder.org
    2120master_sites        http://gpodder.org/src/
    2221
    23 checksums           md5     4c09c1e2c3a3c291b5d1e9d185b59655 \
    24                     sha1    21ae1255c63b69a8da2114d752ded07094097a8e \
    25                     rmd160  d9553e196d462d4210f46deebda41ccce68ff7a3
    26 
     22checksums           rmd160  1f861217036c6565b87689c45051bb1f7d85f153 \
     23                    sha256  9601ea7e4aa912ef6f09c359b0577a61862151c4424a83318239eae0af8f6872
    2724
    2825depends_build       port:help2man\
    2926                    port:intltool
     
    129126                set install_path "${prefix}"
    130127        }
    131128
    132         system "cd ${worksrcpath}/data/osx && make \
     129        system "cd ${worksrcpath}/tools/mac-osx && make \
    133130                GPODDERSCRIPT=\"${install_path}/bin/gpodder\"\
    134131                APPLICATIONSDIR=\"${destroot}${applications_dir}\"\
    135132                VERSION=\"${version}\"\
    136133                OSXVERSION=\"${os.platform}${os.major}\" all"
    137134}
    138135
    139 # compatibility with gtk-osx-application >= 1.0.1
    140 patchfiles-append   patch-src-gpodder-gui-py.diff
    141 
    142136livecheck.type      regex
    143137livecheck.url       ${master_sites}
    144138livecheck.regex     "gpodder-(\\d+(?:\\.\\d+)*)${extract.suffix}"