Hi All,

please find below a simple diff to update slop from 6.3.48 to 7.3.49.

OK? Comments?

Rafael Sadowski

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/slop/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile    24 Aug 2017 09:45:23 -0000      1.17
+++ Makefile    22 Oct 2017 09:07:53 -0000
@@ -1,14 +1,14 @@
 # $OpenBSD: Makefile,v 1.17 2017/08/24 09:45:23 sthen Exp $
 
+COMMENT =      query for a selection and print to stdout (select operation)
+
 GH_ACCOUNT =   naelstrof
 GH_PROJECT =   slop
-GH_TAGNAME =   v6.3.48
-REVISION =     0
+GH_TAGNAME =   v7.3.49
 
-COMMENT =      query for a selection and print to stdout (select operation)
 CATEGORIES =   graphics x11
 
-SHARED_LIBS =   slopy   2.0     # 0.0
+SHARED_LIBS =   slopy   3.0     # 0.0
 
 MAINTAINER =   Rafael Sadowski <rsadow...@openbsd.org>
 
@@ -20,7 +20,7 @@ WANTLIB += c icuuc m
 
 MODULES =              devel/cmake
 
-COMPILER =             gcc
+COMPILER =             base-clang ports-clang ports-gcc
 
 BUILD_DEPENDS +=       graphics/glm
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/slop/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    13 Aug 2017 13:21:30 -0000      1.8
+++ distinfo    22 Oct 2017 09:07:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (slop-6.3.48.tar.gz) = 8VUDGpCHRej7YbdOyWFQ/+tOJ9MIAnpcClKjpkXvKMA=
-SIZE (slop-6.3.48.tar.gz) = 51330
+SHA256 (slop-7.3.49.tar.gz) = Fb77SivyzxWmTYJWzi1NZ3jfmBTanOOUbHSEuMkJsT8=
+SIZE (slop-7.3.49.tar.gz) = 52159

Reply via email to