Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 10:04:09 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531498 - head/x11/slop
Message-ID:  <202004121004.03CA49r3053347@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Sun Apr 12 10:04:08 2020
New Revision: 531498
URL: https://svnweb.freebsd.org/changeset/ports/531498

Log:
  x11/slop: update to 7.5
  
  ChangeLog: https://github.com/naelstrof/slop/releases/tag/v7.5
  
   * Added --nodrag option
   * Selections can be moved by holding the space-bar mid-drag!
  
  Reported by:	portscout

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

Modified: head/x11/slop/Makefile
==============================================================================
--- head/x11/slop/Makefile	Sun Apr 12 09:32:29 2020	(r531497)
+++ head/x11/slop/Makefile	Sun Apr 12 10:04:08 2020	(r531498)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	slop
-PORTVERSION=	7.4
+PORTVERSION=	7.5
 DISTVERSIONPREFIX=	v
-PORTREVISION=	7
 CATEGORIES=	x11
 
 MAINTAINER=	ports@FreeBSD.org
@@ -25,7 +24,7 @@ GH_ACCOUNT=	naelstrof
 PLIST_FILES=	bin/slop \
 		include/slop.hpp \
 		lib/libslopy.so \
-		lib/libslopy.so.7.4 \
+		lib/libslopy.so.${PORTVERSION} \
 		man/man1/slop.1.gz
 
 .include <bsd.port.mk>

Modified: head/x11/slop/distinfo
==============================================================================
--- head/x11/slop/distinfo	Sun Apr 12 09:32:29 2020	(r531497)
+++ head/x11/slop/distinfo	Sun Apr 12 10:04:08 2020	(r531498)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524585956
-SHA256 (naelstrof-slop-v7.4_GH0.tar.gz) = 8868590b0ebb712f82295266cb120f5bda022393d72caafa7564c9fb66ccedce
-SIZE (naelstrof-slop-v7.4_GH0.tar.gz) = 50079
+TIMESTAMP = 1586688391
+SHA256 (naelstrof-slop-v7.5_GH0.tar.gz) = 94d8b6270217cd7f56ce7d4a9a75069025262830a2f91c3239b7fc07da5ea8da
+SIZE (naelstrof-slop-v7.5_GH0.tar.gz) = 51060



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