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

(-)b/net/sdl2_net/Makefile (-4 / +7 lines)
Lines 1-7 Link Here
1
PORTNAME=	sdl2_net
1
PORTNAME=	sdl2_net
2
DISTVERSIONPREFIX=	release-
3
DISTVERSION=	2.2.0
2
DISTVERSION=	2.2.0
4
CATEGORIES=	net
3
CATEGORIES=	net
4
MASTER_SITES=	https://github.com/libsdl-org/SDL_net/releases/download/release-${DISTVERSION}/
5
DISTNAME=	SDL2_net-${DISTVERSION}
5
6
6
MAINTAINER=	amdmi3@FreeBSD.org
7
MAINTAINER=	amdmi3@FreeBSD.org
7
COMMENT=	Small sample cross-platform networking library
8
COMMENT=	Small sample cross-platform networking library
Lines 11-21 LICENSE= ZLIB Link Here
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
13
13
USES=		cmake sdl
14
USES=		cmake sdl
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	libsdl-org
16
GH_PROJECT=	SDL_net
17
USE_SDL=	sdl2
15
USE_SDL=	sdl2
18
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
18
EXTRACT_AFTER_ARGS=	--exclude VisualC \
19
			--exclude Xcode \
20
			--exclude mingw
21
19
CMAKE_OFF=	SDL2NET_SAMPLES
22
CMAKE_OFF=	SDL2NET_SAMPLES
20
CMAKE_ARGS=	-DSDL2NET_DEBUG_POSTFIX:STRING=
23
CMAKE_ARGS=	-DSDL2NET_DEBUG_POSTFIX:STRING=
21
24
(-)b/net/sdl2_net/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1661877280
1
TIMESTAMP = 1713704713
2
SHA256 (libsdl-org-SDL_net-release-2.2.0_GH0.tar.gz) = 08d741282c0c22b82ed134f09cd319803132289cae06fb47b5ada2752faf0493
2
SHA256 (SDL2_net-2.2.0.tar.gz) = 4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb
3
SIZE (libsdl-org-SDL_net-release-2.2.0_GH0.tar.gz) = 8698437
3
SIZE (SDL2_net-2.2.0.tar.gz) = 8707169

Return to bug 278510