aboutsummaryrefslogtreecommitdiff
path: root/misc/urh
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-07-30 19:49:42 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-07-30 19:49:42 +0000
commit32b5be622e9c315b003fe3bb42823e9df2e98269 (patch)
tree18aad5507c39babf21205aaac6f23731ba1e57bf /misc/urh
parentf5af0f0e92d19f8bdaaa7bc0eb7662ce3a1597dc (diff)
downloadports-32b5be622e9c315b003fe3bb42823e9df2e98269.tar.gz
ports-32b5be622e9c315b003fe3bb42823e9df2e98269.zip
misc/urh: Update 2.2.2 -> 2.2.3
Port changes: * Update license * Add USE_PYTHON=noflavors * Replace 6 with ${GCC_DEFAULT} Reported by: portscout
Notes
Notes: svn path=/head/; revision=475907
Diffstat (limited to 'misc/urh')
-rw-r--r--misc/urh/Makefile9
-rw-r--r--misc/urh/distinfo6
2 files changed, 7 insertions, 8 deletions
diff --git a/misc/urh/Makefile b/misc/urh/Makefile
index 9061a2fcdd83..8035d08fabf0 100644
--- a/misc/urh/Makefile
+++ b/misc/urh/Makefile
@@ -1,15 +1,14 @@
# $FreeBSD$
PORTNAME= urh
-DISTVERSION= 2.2.2
-PORTREVISION= 1
+DISTVERSION= 2.2.3
CATEGORIES= misc hamradio python
MASTER_SITES= CHEESESHOP
MAINTAINER= yuri@FreeBSD.org
COMMENT= Universal Radio Hacker: investigate wireless protocols like a boss
-LICENSE= GPLv2
+LICENSE= GPLv3
BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libomp.so:devel/openmp
@@ -19,7 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \
USES= fortran python:3.4+ localbase pyqt:5
USE_PYQT= core gui test widgets
-USE_PYTHON= distutils cython autoplist
+USE_PYTHON= distutils cython noflavors autoplist
PLIST_FILES= bin/urh.shadow
@@ -27,7 +26,7 @@ post-install:
@${MV} ${STAGEDIR}${PREFIX}/bin/urh ${STAGEDIR}${PREFIX}/bin/urh.shadow
@(echo "#!/bin/sh"; \
echo ""; \
- echo "LD_PRELOAD=${PREFIX}/lib/gcc6/libgcc_s.so ${PREFIX}/bin/urh.shadow \"$$@\"" \
+ echo "LD_PRELOAD=${PREFIX}/lib/gcc${GCC_DEFAULT}/libgcc_s.so ${PREFIX}/bin/urh.shadow \"$$@\"" \
) > ${STAGEDIR}${PREFIX}/bin/urh
@${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/urh
diff --git a/misc/urh/distinfo b/misc/urh/distinfo
index 6dff3b325228..727e58a15d4e 100644
--- a/misc/urh/distinfo
+++ b/misc/urh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530609813
-SHA256 (urh-2.2.2.tar.gz) = 592cd0bd3031755005fd6aef510e6e764fd9a9b49adec2f3b29da34d53595f78
-SIZE (urh-2.2.2.tar.gz) = 2905449
+TIMESTAMP = 1532978632
+SHA256 (urh-2.2.3.tar.gz) = 9867398e94b1c05a227fa2a5765cfbf7fda6327600a2e50f612988063d05ee1d
+SIZE (urh-2.2.3.tar.gz) = 2795676