Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 16:55:39 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556177 - head/net/gsocket
Message-ID:  <202011241655.0AOGtd1U085997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Nov 24 16:55:38 2020
New Revision: 556177
URL: https://svnweb.freebsd.org/changeset/ports/556177

Log:
  net/gsocket: use release tar ball instead of github generated snapshot
  
  PR:		250917
  Submitted by:	Andrew Reiter <arr@watson.org> (maintainer)

Modified:
  head/net/gsocket/Makefile
  head/net/gsocket/distinfo

Modified: head/net/gsocket/Makefile
==============================================================================
--- head/net/gsocket/Makefile	Tue Nov 24 16:45:10 2020	(r556176)
+++ head/net/gsocket/Makefile	Tue Nov 24 16:55:38 2020	(r556177)
@@ -3,6 +3,7 @@
 PORTNAME=	gsocket
 PORTVERSION=	1.4.22
 CATEGORIES=	net
+MASTER_SITES=	https://github.com/hackerschoice/gsocket/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	arr@watson.org
 COMMENT=	Allows two users behind NAT/Firewall to establish a TCP connection
@@ -10,11 +11,7 @@ COMMENT=	Allows two users behind NAT/Firewall to estab
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		autoreconf shebangfix ssl
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	hackerschoice
-GH_TAGNAME=	v${PORTVERSION}
+USES=		shebangfix ssl
 
 GNU_CONFIGURE=	yes
 

Modified: head/net/gsocket/distinfo
==============================================================================
--- head/net/gsocket/distinfo	Tue Nov 24 16:45:10 2020	(r556176)
+++ head/net/gsocket/distinfo	Tue Nov 24 16:55:38 2020	(r556177)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604583578
-SHA256 (hackerschoice-gsocket-1.4.22-v1.4.22_GH0.tar.gz) = b900a98e05eac2f5bde7256624263555f5e3c62530172f3338bbd2331986bf40
-SIZE (hackerschoice-gsocket-1.4.22-v1.4.22_GH0.tar.gz) = 81816
+TIMESTAMP = 1605176195
+SHA256 (gsocket-1.4.22.tar.gz) = 17eb30ef4d91991b265d5d93ab7f4ad6b58d43061a46ba3292142b962be95f7d
+SIZE (gsocket-1.4.22.tar.gz) = 213546



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011241655.0AOGtd1U085997>