diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-31 03:49:42 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-31 03:49:42 +0800 |
commit | bfcb052e5662431e149de70be58691cc84198d08 (patch) | |
tree | 18aad5507c39babf21205aaac6f23731ba1e57bf /misc/urh | |
parent | f5732c54835b4d3fd5c4838a4061ab7cb4d501e6 (diff) | |
download | freebsd-ports-gnome-bfcb052e5662431e149de70be58691cc84198d08.tar.gz freebsd-ports-gnome-bfcb052e5662431e149de70be58691cc84198d08.tar.zst freebsd-ports-gnome-bfcb052e5662431e149de70be58691cc84198d08.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
Diffstat (limited to 'misc/urh')
-rw-r--r-- | misc/urh/Makefile | 9 | ||||
-rw-r--r-- | misc/urh/distinfo | 6 |
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 |