diff options
author | swills <swills@FreeBSD.org> | 2018-05-24 19:26:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-05-24 19:26:57 +0800 |
commit | a774189647b65259100395466dc10cb94a369a91 (patch) | |
tree | 7fb189b913427ecd5da0559b8c2a5239c8903c7a /x11 | |
parent | bf6232c9d00bb431f8fce14d69a24acf059f51ab (diff) | |
download | freebsd-ports-gnome-a774189647b65259100395466dc10cb94a369a91.tar.gz freebsd-ports-gnome-a774189647b65259100395466dc10cb94a369a91.tar.zst freebsd-ports-gnome-a774189647b65259100395466dc10cb94a369a91.zip |
x11/radare-cutter: update to 1.4
Diffstat (limited to 'x11')
-rw-r--r-- | x11/radare-cutter/Makefile | 9 | ||||
-rw-r--r-- | x11/radare-cutter/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11/radare-cutter/Makefile b/x11/radare-cutter/Makefile index d2c60717d1e5..85cd35b7373a 100644 --- a/x11/radare-cutter/Makefile +++ b/x11/radare-cutter/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= radare-cutter -PORTVERSION= 1.3 +PORTVERSION= 1.4 DISTVERSIONPREFIX= v CATEGORIES= x11 @@ -11,14 +11,17 @@ COMMENT= GUI for radare2 reverse engineering framework LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING +BUILD_DEPENDS= python3:lang/python3 +RUN_DEPENDS= python3:lang/python3 + LIB_DEPENDS= libr2.so:devel/radare2 -USES= pkgconfig qmake +USES= pkgconfig python:3.4+ qmake USE_GITHUB= yes GH_ACCOUNT= radareorg GH_PROJECT= cutter -USE_QT5= buildtools_build core gui svg widgets +USE_QT5= buildtools_build core gui svg webengine widgets WRKSRC_SUBDIR= src diff --git a/x11/radare-cutter/distinfo b/x11/radare-cutter/distinfo index 60b7787a12c4..0bd8eda9b6b4 100644 --- a/x11/radare-cutter/distinfo +++ b/x11/radare-cutter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521679041 -SHA256 (radareorg-cutter-v1.3_GH0.tar.gz) = 1fee0ec58a2ad15046a9bf3c2f4b92db385db7c7af2f6a64a13f3fb8d51b2dcf -SIZE (radareorg-cutter-v1.3_GH0.tar.gz) = 1057963 +TIMESTAMP = 1527105474 +SHA256 (radareorg-cutter-v1.4_GH0.tar.gz) = f2fff960ea102fc8cf7d62fe25ee2c992b2e19857a4f6a2e308b3c9cba93e5b8 +SIZE (radareorg-cutter-v1.4_GH0.tar.gz) = 1067162 |