View | Details | Raw Unified | Return to bug 278346 | Differences between
and this patch

Collapse All | Expand All

(-)b/misc/urh/Makefile (-6 / +6 lines)
Lines 1-14 Link Here
1
PORTNAME=	urh
1
PORTNAME=	urh
2
DISTVERSION=	2.9.4
2
DISTVERSION=	2.9.6
3
PORTREVISION=	3
4
CATEGORIES=	misc hamradio python
3
CATEGORIES=	misc hamradio python
5
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
6
5
7
MAINTAINER=	yuri@FreeBSD.org
6
MAINTAINER=	yuri@FreeBSD.org
8
COMMENT=	Universal Radio Hacker: investigate wireless protocols like a boss
7
COMMENT=	Universal Radio Hacker: investigate wireless protocols like a boss
9
WWW=		https://github.com/jopohl/urh
8
WWW=		https://github.com/jopohl/urh/
10
9
11
LICENSE=	GPLv3
10
LICENSE=	GPLv3
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
.if !exists(/usr/include/omp.h)
13
.if !exists(/usr/include/omp.h)
14
BROKEN=		requires OpenMP support that is missing on this architecture
14
BROKEN=		requires OpenMP support that is missing on this architecture
Lines 19-27 RUN_DEPENDS= ${PYNUMPY} \ Link Here
19
		${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR}
20
		${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR}
21
21
22
USES=		compiler:c++11-lang fortran python localbase pyqt:5
22
USES=		fortran localbase python pyqt:6
23
USE_PYQT=	pyqt5
23
USE_PYQT=	pyqt6
24
USE_PYTHON=	distutils cython noflavors autoplist
24
USE_PYTHON=	autoplist cython distutils noflavors
25
25
26
PLIST_FILES=	bin/urh.shadow
26
PLIST_FILES=	bin/urh.shadow
27
27
(-)b/misc/urh/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1675064997
1
TIMESTAMP = 1713125931
2
SHA256 (urh-2.9.4.tar.gz) = da5ee5acf9af62a8261e35cf2f2e40c37dc0898f0d84a3efd5f4ea21e5fb9ced
2
SHA256 (urh-2.9.6.tar.gz) = 0dee42619009361e8f5f54d48f31e1c6cf24b171c773dd38f99a34111a0945e1
3
SIZE (urh-2.9.4.tar.gz) = 2971273
3
SIZE (urh-2.9.6.tar.gz) = 2987257
4
- 

Return to bug 278346