On Wed Apr 05, 2017 at 10:30:13PM +0200, Rafael Sadowski wrote:
> *ping*
> 
> On Sat Feb 25, 2017 at 10:17:07AM +0100, Rafael Sadowski wrote:
> > Hi All,
> > 
> > straightforward patch to 4.4.47. maim drops imlib2 dependence and switch
> > to C++11. Tested on and64.
> > 
> > Regards,
> > 
> > Rafael Sadowski
> > 

Please find a new diff blow to update maim. Changes to previous diff:

- update to 4.4.62
- take MAINTAINER
- add slop as BUILD_DEPENDS

OK? Comments?

Best regards,

Rafael

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/maim/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile    10 Apr 2017 11:46:21 -0000      1.13
+++ Makefile    13 Apr 2017 16:55:19 -0000
@@ -1,25 +1,33 @@
 # $OpenBSD: Makefile,v 1.13 2017/04/10 11:46:21 sthen Exp $
 
-V =            3.4.43
+V =            4.4.62
 COMMENT =      desktop screenshot utility (make image)
 DISTNAME =     maim-${V}
 CATEGORIES =   graphics x11
-REVISION =     0
 
 GH_ACCOUNT =   naelstrof
 GH_PROJECT =   maim
 GH_TAGNAME =   v${V}
 
+MAINTAINER =   Rafael Sadowski <rsadow...@openbsd.org>
+
 # GPLv3+
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += ICE Imlib2 SM X11 Xext Xfixes Xrandr c m ${LIBCXX}
+WANTLIB += GL ICE SM X11 Xext Xfixes Xrandr c jpeg m png pthread
+WANTLIB += z ${LIBCXX}
+
+MODULES =      devel/cmake \
+               gcc4
 
-MODULES =      devel/cmake
+MODGCC4_LANGS =        c++
+MODGCC4_ARCHS =        *
 
-LIB_DEPENDS =  graphics/imlib2
+LIB_DEPENDS +=         graphics/jpeg \
+                       graphics/png
 
-RUN_DEPENDS =  graphics/slop
+BUILD_DEPENDS +=       graphics/slop
+RUN_DEPENDS +=         graphics/slop
 
 CONFIGURE_ARGS =       -DCMAKE_INSTALL_MANDIR="${LOCALBASE}/man" \
                        -DCMAKE_COMPRESS_MAN=False
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/maim/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    23 Jun 2015 01:45:34 -0000      1.8
+++ distinfo    13 Apr 2017 16:55:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (maim-3.4.43.tar.gz) = 6i8st7Sqjw6cdG9OFCNjzq9olqoDaPMbrM/w9lpbW2s=
-SIZE (maim-3.4.43.tar.gz) = 43670
+SHA256 (maim-4.4.62.tar.gz) = Ie+E/hwc3vgtycwfc0Ym+Dnwwo/X6JjDjJiqmKheliI=
+SIZE (maim-4.4.62.tar.gz) = 36391

Reply via email to