diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-04-12 10:04:08 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-04-12 10:04:08 +0000 |
commit | 85846c1d214ccba1555f6999ff7db3314c4fe46c (patch) | |
tree | beb9e35fd75e7f9b15e4087b0a92c07d3bcb041b | |
parent | Fix RUBY_RDOC with Ruby 2.7. Neither lang/ruby27 nor (diff) |
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
Notes
Notes:
svn path=/head/; revision=531498
-rw-r--r-- | x11/slop/Makefile | 5 | ||||
-rw-r--r-- | x11/slop/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11/slop/Makefile b/x11/slop/Makefile index 59a90e9ee687..47d908bca85d 100644 --- a/x11/slop/Makefile +++ b/x11/slop/Makefile @@ -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> diff --git a/x11/slop/distinfo b/x11/slop/distinfo index bd264e30b587..b04ec3e8d99f 100644 --- a/x11/slop/distinfo +++ b/x11/slop/distinfo @@ -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 |