svn commit: r468401 - head/x11/slop
Thomas Zander
riggs at FreeBSD.org
Fri Apr 27 07:03:57 UTC 2018
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 at 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 at 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
More information about the svn-ports-all
mailing list