Permalink
Browse files
libsoup: update to version 2.62.0
- Loading branch information
Showing
with
7 additions
and
4 deletions.
-
+7
−4
gnome/libsoup/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup gobject_introspection 1.0 |
|
|
|
|
|
name libsoup |
|
|
version 2.60.3 |
|
|
version 2.62.0 |
|
|
set branch [join [lrange [split ${version} .] 0 1] .] |
|
|
categories gnome net |
|
|
platforms darwin |
|
|
@@ -23,9 +23,9 @@ homepage https://wiki.gnome.org/Projects/libsoup |
|
|
master_sites gnome:sources/${name}/${branch}/ |
|
|
use_xz yes |
|
|
|
|
|
checksums rmd160 df249dfddd64e143c2290f81a87c013d4a8d0fea \ |
|
|
sha256 1b0dc762f23abe4e0d29b77370e539fd35f31d8e8e0318d6ddccff395be68a22 \ |
|
|
size 1838640 |
|
|
checksums rmd160 7a412a0ba493052e3796f2339a77a39ea2fea0d7 \ |
|
|
sha256 ab7c7ae8d19d0a27ab3b6ae21599cec8c7f7b773b3f2b1090c5daf178373aaac \ |
|
|
size 1838052 |
|
|
|
|
|
depends_build port:pkgconfig \ |
|
|
port:intltool \ |
|
|
@@ -50,6 +50,9 @@ configure.args --disable-more-warnings \ |
|
|
|
|
|
post-patch { |
|
|
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} |
|
|
|
|
|
# build tool tld-parser.py only works with system python |
|
|
reinplace "s|#!.*|#!/usr/bin/python|" ${worksrcpath}/libsoup/tld-parser.py |
|
|
} |
|
|
|
|
|
configure.cmd ./autogen.sh |
|
|
|