Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 20:25:55 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470862 - head/graphics/maim
Message-ID:  <201805252025.w4PKPtXv020038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri May 25 20:25:55 2018
New Revision: 470862
URL: https://svnweb.freebsd.org/changeset/ports/470862

Log:
  graphics/maim: Update to 5.5.1
  
  PR:		228490
  Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)

Modified:
  head/graphics/maim/Makefile   (contents, props changed)
  head/graphics/maim/distinfo   (contents, props changed)

Modified: head/graphics/maim/Makefile
==============================================================================
--- head/graphics/maim/Makefile	Fri May 25 20:00:45 2018	(r470861)
+++ head/graphics/maim/Makefile	Fri May 25 20:25:55 2018	(r470862)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	maim
-PORTVERSION=	3.4.47
+PORTVERSION=	5.5.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
@@ -10,17 +10,23 @@ COMMENT=	Screenshot utility with performance improveme
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libImlib2.so:graphics/imlib2
+BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
+LIB_DEPENDS=	libImlib2.so:graphics/imlib2 \
+		libicuuc.so:devel/icu \
+		libpng16.so:graphics/png \
+		libslopy.so:x11/slop
 
+USES=		cmake jpeg
 USE_GITHUB=	yes
 GH_ACCOUNT=	naelstrof
-
-USES=		cmake
-USE_XORG=	x11 xrandr xfixes
+USE_GL=		gl glut
+USE_XORG=	ice sm x11 xcomposite xext xfixes xrandr xrender
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
+CMAKE_ARGS=	-DSLOP_LIBRARIES=${LOCALBASE}/lib/libslopy.so
+
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/man-src/${PORTNAME}.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/graphics/maim/distinfo
==============================================================================
--- head/graphics/maim/distinfo	Fri May 25 20:00:45 2018	(r470861)
+++ head/graphics/maim/distinfo	Fri May 25 20:25:55 2018	(r470862)
@@ -1,2 +1,3 @@
-SHA256 (naelstrof-maim-v3.4.47_GH0.tar.gz) = fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d
-SIZE (naelstrof-maim-v3.4.47_GH0.tar.gz) = 46799
+TIMESTAMP = 1527211487
+SHA256 (naelstrof-maim-v5.5.1_GH0.tar.gz) = 5a954fa2feb80809874517804f7fdea703ac36a709b3f6cd9310a66cbb027cb7
+SIZE (naelstrof-maim-v5.5.1_GH0.tar.gz) = 39601



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805252025.w4PKPtXv020038>