[144282] trunk/dports/x11/homebank/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 5 15:16:48 PST 2016


Revision: 144282
          https://trac.macports.org/changeset/144282
Author:   mojca at macports.org
Date:     2016-01-05 15:16:48 -0800 (Tue, 05 Jan 2016)
Log Message:
-----------
homebank: upgrade to 5.0.6, use GTK3, fix livecheck, p5-xml-parser only for intltool, so no perl5 trickery needed as per #48365

Modified Paths:
--------------
    trunk/dports/x11/homebank/Portfile

Modified: trunk/dports/x11/homebank/Portfile
===================================================================
--- trunk/dports/x11/homebank/Portfile	2016-01-05 23:14:46 UTC (rev 144281)
+++ trunk/dports/x11/homebank/Portfile	2016-01-05 23:16:48 UTC (rev 144282)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                homebank
-version             4.6.3
+version             5.0.6
 categories          x11
 license             GPL-2+
 platforms           darwin
@@ -21,19 +21,20 @@
 homepage            http://homebank.free.fr/
 master_sites        ${homepage}public/
 
-checksums           rmd160  856c7a75ad431186417e729f3fc97fdb4d3f3506 \
-                    sha256  f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948
+checksums           rmd160  758e69c467b1df36c65cd0d55fedc9e848f705bc \
+                    sha256  4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4
 
 depends_build       port:intltool \
                     port:pkgconfig
-depends_lib         port:gtk2 \
+depends_lib         port:gettext \
+                    port:glib2 \
+                    port:gtk3 \
                     port:libofx \
-                    port:librsvg \
-                    port:p5.16-xml-parser
+                    port:librsvg
 
 post-patch {
     file attributes ${worksrcpath}/install-sh -permissions +x
 }
 
 livecheck.type      regex
-livecheck.regex     "HomeBank (\\d+(?:\\.\\d+)*) released"
+livecheck.regex     "HomeBank (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160105/c2c75171/attachment.html>


More information about the macports-changes mailing list