port-lib-depends check was reporting some extras: ffi, gmodule-2.0 and 
gobject-2.0. So here a revised patch, tested so far on i386 and amd64.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/mcabber/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile    24 Mar 2016 20:04:25 -0000      1.27
+++ Makefile    1 Oct 2016 06:18:43 -0000
@@ -1,8 +1,7 @@
 # $OpenBSD: Makefile,v 1.27 2016/03/24 20:04:25 mestre Exp $
 
 COMMENT=               console jabber client
-DISTNAME=              mcabber-1.0.2
-REVISION=              1
+DISTNAME=              mcabber-1.0.3
 CATEGORIES=            net
 
 HOMEPAGE=              http://mcabber.com/
@@ -19,8 +18,7 @@ MODULES=              devel/gettext
 
 # uses pledge()
 WANTLIB=               c crypto gcrypt gpg-error ncursesw panelw pcre pthread \
-                       ssl glib-2.0 gmodule-2.0 gpgme loudmouth-1>=3 \
-                       idn otr assuan ffi gobject-2.0
+                       ssl glib-2.0 gpgme loudmouth-1>=3 idn otr assuan
 
 LIB_DEPENDS=           devel/glib2 \
                        security/gpgme \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/mcabber/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    16 Mar 2016 09:47:14 -0000      1.11
+++ distinfo    1 Oct 2016 06:18:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (mcabber-1.0.2.tar.bz2) = 5xQ4kepsbsLzAIwlwTUGEh2D0VqoNkCCeuo7Zqh2H94=
-SIZE (mcabber-1.0.2.tar.bz2) = 604995
+SHA256 (mcabber-1.0.3.tar.bz2) = ROa7CqDDmSYfwhLDhqPCVA2xM+dZNZIkfuFiHfZZE5o=
+SIZE (mcabber-1.0.3.tar.bz2) = 605245
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/mcabber/patches/patch-configure,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure
--- patches/patch-configure     18 Mar 2016 23:57:57 -0000      1.3
+++ patches/patch-configure     1 Oct 2016 06:18:43 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-configure,v 1.3 2016/03/18 23:57:57 tim Exp $
-
-Fix a bug causing the default modules directory to be set incorrectly.
-
---- configure.orig     Sat Feb 27 13:41:16 2016
-+++ configure  Fri Mar 18 20:36:09 2016
-@@ -16500,7 +16500,8 @@ fi
-   exec_prefix_NONE=
-   test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
-   test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
--  ac_define_dir=`eval echo $"${libdir}/${PACKAGE}"`
-+  pkglibdir=${libdir}/${PACKAGE}
-+  ac_define_dir=`eval echo $pkglibdir`
-   ac_define_dir=`eval echo $ac_define_dir`
-   PKGLIB_DIR="$ac_define_dir"
- 

Reply via email to