Skip to content

Commit

Permalink
net/libwebsockets: Unbreak fetch
Browse files Browse the repository at this point in the history
Unfortunately there seems to be technical issues with upstream's main
site so use GitHub mirror for now

Approved by:	portmgr (build fix)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Feb 20, 2023
1 parent b57fcb3 commit 5866c66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions net/libwebsockets/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME= libwebsockets
DISTVERSIONPREFIX= v
DISTVERSION= 4.3.2
CATEGORIES= net devel
MASTER_SITES= https://libwebsockets.org/git/libwebsockets/snapshot/
# MASTER_SITES= https://libwebsockets.org/git/libwebsockets/snapshot/

MAINTAINER= ports@FreeBSD.org
COMMENT= C library for lightweight websocket clients and servers
Expand All @@ -11,7 +11,10 @@ WWW= https://libwebsockets.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cmake localbase pkgconfig tar:xz
# USES= cmake localbase pkgconfig tar:xz
USES= cmake localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= warmcat
USE_LDCONFIG= yes

BUILDINFO= ${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R}
Expand Down
6 changes: 3 additions & 3 deletions net/libwebsockets/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1676237078
SHA256 (libwebsockets-v4.3.2.tar.xz) = 287ad6f63344323c4e2404d2ab3a8a0803932d554c724aaffbb1e8fe2e5e9243
SIZE (libwebsockets-v4.3.2.tar.xz) = 13598720
TIMESTAMP = 1676905282
SHA256 (warmcat-libwebsockets-v4.3.2_GH0.tar.gz) = 6a85a1bccf25acc7e8e5383e4934c9b32a102880d1e4c37c70b27ae2a42406e1
SIZE (warmcat-libwebsockets-v4.3.2_GH0.tar.gz) = 15616264

0 comments on commit 5866c66

Please sign in to comment.