On Thu Apr 13, 2017 at 06:58:48PM +0200, Rafael Sadowski wrote:
> 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?
> 

New diff below.

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    18 Apr 2017 10:37:32 -0000
@@ -1,25 +1,31 @@
 # $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 += slopy z ${LIBCXX}
 
-MODULES =      devel/cmake
+MODULES =      devel/cmake \
+               gcc4
 
-LIB_DEPENDS =  graphics/imlib2
+MODGCC4_LANGS =        c++
+MODGCC4_ARCHS =        ${GCC3_ARCHS} ${GCC4_ARCHS}
 
-RUN_DEPENDS =  graphics/slop
+LIB_DEPENDS +=         graphics/jpeg \
+                       graphics/png \
+                       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    18 Apr 2017 10:37:32 -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