View | Details | Raw Unified | Return to bug 277867
Collapse All | Expand All

(-)b/net-p2p/tremotesf/Makefile (-4 / +5 lines)
Lines 1-6 Link Here
1
PORTNAME=	tremotesf
1
PORTNAME=	tremotesf
2
DISTVERSION=	2.6.0
2
DISTVERSION=	2.6.1
3
PORTREVISION=	1
4
CATEGORIES=	net-p2p
3
CATEGORIES=	net-p2p
5
4
6
MAINTAINER=	vsasjason@gmail.com
5
MAINTAINER=	vsasjason@gmail.com
Lines 13-19 BUILD_DEPENDS= cxxopts>0:devel/cxxopts Link Here
13
LIB_DEPENDS=	libfmt.so:devel/libfmt \
12
LIB_DEPENDS=	libfmt.so:devel/libfmt \
14
		libpsl.so:dns/libpsl
13
		libpsl.so:dns/libpsl
15
14
16
FLAVORS=	qt5 qt6
15
FLAVORS=	qt6 qt5
17
FLAVOR?=	${FLAVORS:[1]}
16
FLAVOR?=	${FLAVORS:[1]}
18
17
19
qt5_CONFLICTS_INSTALL=	${PORTNAME}-qt6
18
qt5_CONFLICTS_INSTALL=	${PORTNAME}-qt6
Lines 26-36 USES= cmake:testing desktop-file-utils gettext-tools pkgconfig xorg Link Here
26
USES+=		kde:5 qt:5
25
USES+=		kde:5 qt:5
27
USE_QT=		core dbus gui network widgets buildtools:build concurrent:build \
26
USE_QT=		core dbus gui network widgets buildtools:build concurrent:build \
28
		linguisttools:build qmake:build testlib:build
27
		linguisttools:build qmake:build testlib:build
28
CMAKE_OFF=	TREMOTESF_QT6
29
.else
29
.else
30
USES+=		gl kde:6 qt:6
30
USES+=		gl kde:6 qt:6
31
USE_GL=		opengl
31
USE_GL=		opengl
32
USE_QT=		base
32
USE_QT=		base
33
CMAKE_ON=	TREMOTESF_QT6
34
.endif
33
.endif
35
34
36
USE_GITHUB=	yes
35
USE_GITHUB=	yes
Lines 42-45 GH_TAGNAME= v0.14.3:httplib Link Here
42
USE_KDE=	widgetsaddons windowsystem
41
USE_KDE=	widgetsaddons windowsystem
43
USE_XORG=	x11
42
USE_XORG=	x11
44
43
44
CMAKE_ARGS+=	-DTREMOTESF_WITH_HTTPLIB=bundled
45
45
.include <bsd.port.mk>
46
.include <bsd.port.mk>
(-)b/net-p2p/tremotesf/distinfo (-4 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1707052134
1
TIMESTAMP = 1710932801
2
SHA256 (equeim-tremotesf2-2.6.0_GH0.tar.gz) = 0be5fff67a542a02287088ba0a9d9019ab01d0eef4120243002e011cb65cd37e
2
SHA256 (equeim-tremotesf2-2.6.1_GH0.tar.gz) = 4847c0bae6ea5ad25b770c6c8ac7faaa3c2062fb06417847bba3b201ee26497e
3
SIZE (equeim-tremotesf2-2.6.0_GH0.tar.gz) = 758704
3
SIZE (equeim-tremotesf2-2.6.1_GH0.tar.gz) = 761558
4
SHA256 (yhirose-cpp-httplib-v0.14.3_GH0.tar.gz) = dcf6486d9030937636d8a4f820ca9531808fd7edb283893dddbaa05f99357e63
4
SHA256 (yhirose-cpp-httplib-v0.14.3_GH0.tar.gz) = dcf6486d9030937636d8a4f820ca9531808fd7edb283893dddbaa05f99357e63
5
SIZE (yhirose-cpp-httplib-v0.14.3_GH0.tar.gz) = 1149767
5
SIZE (yhirose-cpp-httplib-v0.14.3_GH0.tar.gz) = 1149767
6
- 

Return to bug 277867