On Sat Jun 09, 2018 at 10:24:31AM +0200, Antoine Jacoutot wrote:
> On Sat, Jun 09, 2018 at 10:20:37AM +0200, Rafael Sadowski wrote:
> > Simple update to the latest stable 5.1.x version.
> > 
> > Highlights:
> > - New WANTLIB fribidi and new location as in Makefile.template
> 
> That's probably because of pango. It doesn't warrant an LDEP.
> 

ok, new diff below

Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/homebank/Makefile,v
retrieving revision 1.32
diff -u -p -u -p -r1.32 Makefile
--- Makefile    15 Mar 2018 15:41:21 -0000      1.32
+++ Makefile    15 Jun 2018 06:12:11 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      personal accounting application
 
-DISTNAME =     homebank-5.1.7
+DISTNAME =     homebank-5.1.8
 
 CATEGORIES =   productivity x11
 
@@ -13,14 +13,15 @@ MAINTAINER =        Pierre-Emmanuel Andre <pea@
 # GPLv2+
 PERMIT_PACKAGE_CDROM = Yes
 
+WANTLIB += atk-1.0 c cairo cairo-gobject fribidi gdk-3 gdk_pixbuf-2.0
+WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 intl m ofx osp pango-1.0
+WANTLIB += pangocairo-1.0 soup-2.4
+
 MASTER_SITES = ${HOMEPAGE}/public/ \
                ${HOMEPAGE}/public/old/
 
 MODULES =      textproc/intltool
 
-WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
-WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 m ofx osp pango-1.0
-WANTLIB += pangocairo-1.0 intl soup-2.4
 
 LIB_DEPENDS =  x11/gtk+3 \
                devel/libofx \
@@ -37,8 +38,5 @@ NO_TEST =     Yes
 CONFIGURE_STYLE =      gnu
 CONFIGURE_ENV =                LDFLAGS="-L${LOCALBASE}/lib" \
                        CPPFLAGS="-I${LOCALBASE}/include"
-
-post-extract:
-       @cd ${WRKSRC} && chmod +x install-sh
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/productivity/homebank/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo    15 Mar 2018 15:41:21 -0000      1.17
+++ distinfo    15 Jun 2018 06:12:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (homebank-5.1.7.tar.gz) = V55TwAdkt4156OOIuSAsdgqcnv2sqDsy2Uj5Lg36X6c=
-SIZE (homebank-5.1.7.tar.gz) = 2730934
+SHA256 (homebank-5.1.8.tar.gz) = EIP8vGCcvJgaQsY9hKCcx9w91A9X0p4ItyC+Kz6v8js=
+SIZE (homebank-5.1.8.tar.gz) = 2745061

Reply via email to