Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 07:03:57 +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: r468401 - head/x11/slop
Message-ID:  <201804270703.w3R73vKJ009330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Fri Apr 27 07:03:56 2018
New Revision: 468401
URL: https://svnweb.freebsd.org/changeset/ports/468401

Log:
  Update to upstream version 7.4
  
  PR:		227755
  Submitted by:	neel@neelc.org (maintainer)

Modified:
  head/x11/slop/Makefile
  head/x11/slop/distinfo

Modified: head/x11/slop/Makefile
==============================================================================
--- head/x11/slop/Makefile	Fri Apr 27 06:19:06 2018	(r468400)
+++ head/x11/slop/Makefile	Fri Apr 27 07:03:56 2018	(r468401)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	slop
-PORTVERSION=	7.3.49
+PORTVERSION=	7.4
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	neel@neelc.org
@@ -15,9 +14,9 @@ BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/g
 LIB_DEPENDS=	libicuuc.so:devel/icu
 
 USES=		cmake
-USE_GL=		glew
+USE_GL=		gl glu glew
 USE_LDCONFIG=	yes
-USE_XORG=	x11 xext xrender
+USE_XORG=	ice sm x11 xext xrender
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	naelstrof
@@ -25,6 +24,7 @@ GH_ACCOUNT=	naelstrof
 PLIST_FILES=	bin/slop \
 		include/slop.hpp \
 		lib/libslopy.so \
-		share/man/man1/slop.1.gz
+		lib/libslopy.so.7.4 \
+		man/man1/slop.1.gz
 
 .include <bsd.port.mk>

Modified: head/x11/slop/distinfo
==============================================================================
--- head/x11/slop/distinfo	Fri Apr 27 06:19:06 2018	(r468400)
+++ head/x11/slop/distinfo	Fri Apr 27 07:03:56 2018	(r468401)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505393002
-SHA256 (naelstrof-slop-v7.3.49_GH0.tar.gz) = 15befb4a2bf2cf15a64d8256ce2d4d6778df9814da9ce3946c7484b8c909b13f
-SIZE (naelstrof-slop-v7.3.49_GH0.tar.gz) = 52159
+TIMESTAMP = 1524585956
+SHA256 (naelstrof-slop-v7.4_GH0.tar.gz) = 8868590b0ebb712f82295266cb120f5bda022393d72caafa7564c9fb66ccedce
+SIZE (naelstrof-slop-v7.4_GH0.tar.gz) = 50079



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