diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-09 09:03:45 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-09 09:03:45 +0800 |
commit | 733c4c43ae4563155b46dc61393f37f97523a25b (patch) | |
tree | 24386bcd39021a13c8cd30bd91ab2341087b90c5 /x11 | |
parent | c6ffc30142e796933c41291d2d7365a328a30b76 (diff) | |
download | freebsd-ports-gnome-733c4c43ae4563155b46dc61393f37f97523a25b.tar.gz freebsd-ports-gnome-733c4c43ae4563155b46dc61393f37f97523a25b.tar.zst freebsd-ports-gnome-733c4c43ae4563155b46dc61393f37f97523a25b.zip |
devel/radare2: Update to 2.4.0
Also changed to DISTVERSION.
Bumped x11/radare-cutter because radare2's sonames don't include version,
but its interface has changed.
Reported the problem of invalid sonames to the updatream.
PR: 226447
Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer)
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/radare-cutter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/radare-cutter/Makefile b/x11/radare-cutter/Makefile index 176108c59001..be6ccfe51239 100644 --- a/x11/radare-cutter/Makefile +++ b/x11/radare-cutter/Makefile @@ -3,6 +3,7 @@ PORTNAME= radare-cutter PORTVERSION= 1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= swills@FreeBSD.org |