Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2017 16:34:21 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449968 - head/x11/slop
Message-ID:  <201709161634.v8GGYLMp051522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Sep 16 16:34:21 2017
New Revision: 449968
URL: https://svnweb.freebsd.org/changeset/ports/449968

Log:
  Update to upstream version 7.3.49, pet portlint
  
  PR:		222330
  Submitted by:	neel@neelc.org (maintainer)

Modified:
  head/x11/slop/Makefile
  head/x11/slop/distinfo   (contents, props changed)

Modified: head/x11/slop/Makefile
==============================================================================
--- head/x11/slop/Makefile	Sat Sep 16 16:31:15 2017	(r449967)
+++ head/x11/slop/Makefile	Sat Sep 16 16:34:21 2017	(r449968)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	slop
-PORTVERSION=	4.1.15
+PORTVERSION=	7.3.49
 DISTVERSIONPREFIX=	v
 CATEGORIES=	x11
 
@@ -10,14 +10,20 @@ COMMENT=	Make a screen selection and print the selecti
 
 LICENSE=	GPLv3
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	naelstrof
+BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
+LIB_DEPENDS=	libicuuc.so:devel/icu
 
 USES=		cmake
-USE_XORG=	x11 xext
-PLIST_FILES=	bin/${PORTNAME}
+USE_GL=		glew
+USE_LDCONFIG=	yes
+USE_XORG=	x11 xext xrender
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/slop ${STAGEDIR}${PREFIX}/bin
+USE_GITHUB=	yes
+GH_ACCOUNT=	naelstrof
+
+PLIST_FILES=	bin/slop \
+		include/slop.hpp \
+		lib/libslopy.so \
+		share/man/man1/slop.1.gz
 
 .include <bsd.port.mk>

Modified: head/x11/slop/distinfo
==============================================================================
--- head/x11/slop/distinfo	Sat Sep 16 16:31:15 2017	(r449967)
+++ head/x11/slop/distinfo	Sat Sep 16 16:34:21 2017	(r449968)
@@ -1,2 +1,3 @@
-SHA256 (naelstrof-slop-v4.1.15_GH0.tar.gz) = e20fd47de898abcb537c8100faed859eef4955d7784dbc52470570dae403f02e
-SIZE (naelstrof-slop-v4.1.15_GH0.tar.gz) = 35291
+TIMESTAMP = 1505393002
+SHA256 (naelstrof-slop-v7.3.49_GH0.tar.gz) = 15befb4a2bf2cf15a64d8256ce2d4d6778df9814da9ce3946c7484b8c909b13f
+SIZE (naelstrof-slop-v7.3.49_GH0.tar.gz) = 52159



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