Ticket #36972: gpodder-Portfile.diff
File gpodder-Portfile.diff, 1.4 KB (added by rmstonecipher@…, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name gpodder 7 version 2.20 8 revision 1 7 version 3.3.0 9 8 categories gnome audio 10 9 license GPL-3 11 10 maintainers elelay … … 20 19 homepage http://gpodder.org 21 20 master_sites http://gpodder.org/src/ 22 21 23 checksums md5 4c09c1e2c3a3c291b5d1e9d185b59655 \ 24 sha1 21ae1255c63b69a8da2114d752ded07094097a8e \ 25 rmd160 d9553e196d462d4210f46deebda41ccce68ff7a3 26 22 checksums rmd160 1f861217036c6565b87689c45051bb1f7d85f153 \ 23 sha256 9601ea7e4aa912ef6f09c359b0577a61862151c4424a83318239eae0af8f6872 27 24 28 25 depends_build port:help2man\ 29 26 port:intltool … … 129 126 set install_path "${prefix}" 130 127 } 131 128 132 system "cd ${worksrcpath}/ data/osx && make \129 system "cd ${worksrcpath}/tools/mac-osx && make \ 133 130 GPODDERSCRIPT=\"${install_path}/bin/gpodder\"\ 134 131 APPLICATIONSDIR=\"${destroot}${applications_dir}\"\ 135 132 VERSION=\"${version}\"\ 136 133 OSXVERSION=\"${os.platform}${os.major}\" all" 137 134 } 138 135 139 # compatibility with gtk-osx-application >= 1.0.1140 patchfiles-append patch-src-gpodder-gui-py.diff141 142 136 livecheck.type regex 143 137 livecheck.url ${master_sites} 144 138 livecheck.regex "gpodder-(\\d+(?:\\.\\d+)*)${extract.suffix}"