svn commit: r481395 - head/net/turnserver

Bradley T. Hughes bhughes at FreeBSD.org
Sat Oct 6 20:44:53 UTC 2018


Author: bhughes
Date: Sat Oct  6 20:44:51 2018
New Revision: 481395
URL: https://svnweb.freebsd.org/changeset/ports/481395

Log:
  net/turnserver: Update 4.5.0.7 -> 4.5.0.8
  
  Change the port to USE_GITHUB, since the project has been hosted there
  for some time, and the latest release is only available from Github. The
  extradocs package is still only available from turnserver.open-sys.org
  or coturn.net
  
  Sponsored by:	Miles AS

Modified:
  head/net/turnserver/Makefile
  head/net/turnserver/distinfo

Modified: head/net/turnserver/Makefile
==============================================================================
--- head/net/turnserver/Makefile	Sat Oct  6 20:35:59 2018	(r481394)
+++ head/net/turnserver/Makefile	Sat Oct  6 20:44:51 2018	(r481395)
@@ -1,15 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	turnserver
-PORTVERSION=	4.5.0.7
+PORTVERSION=	4.5.0.8
 CATEGORIES=	net
-MASTER_SITES=	http://turnserver.open-sys.org/downloads/v${PORTVERSION}/:prog \
-		http://turnserver.open-sys.org/downloads/extradocs/:xdocs \
-		http://coturn.net/turnserver/v${PORTVERSION}/:prog \
+MASTER_SITES=	http://turnserver.open-sys.org/downloads/extradocs/:xdocs \
 		http://coturn.net/turnserver/extradocs/:xdocs
 PKGNAMEPREFIX=
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:prog \
-		turn.extra.docs-2.0.0.1.tar.gz:xdocs
+DISTFILES=	turn.extra.docs-2.0.0.1.tar.gz:xdocs
 
 MAINTAINER=	bhughes at FreeBSD.org
 COMMENT=	STUN/TURN Server; IPv6, DTLS support; RFCs 5389, 5766, 6062, 6156
@@ -26,6 +23,10 @@ CONFIGURE_ENV+=	PTHREAD_LIBS=-pthread TURN_DISABLE_RPA
 # MongoDB support is disabled until devel/mongo-c-driver is updated
 CONFIGURE_ENV+=	TURN_NO_MONGO=1
 TEST_TARGET=	test
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	coturn
+GH_PROJECT=	coturn
 
 SUB_FILES=	pkg-message
 USE_RC_SUBR=	turnserver

Modified: head/net/turnserver/distinfo
==============================================================================
--- head/net/turnserver/distinfo	Sat Oct  6 20:35:59 2018	(r481394)
+++ head/net/turnserver/distinfo	Sat Oct  6 20:44:51 2018	(r481395)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1512977497
-SHA256 (turnserver-4.5.0.7.tar.gz) = 86248c541a1184eb388c54d4178cffbf16ef53504fbb60106e575194f078b221
-SIZE (turnserver-4.5.0.7.tar.gz) = 400577
+TIMESTAMP = 1538858258
 SHA256 (turn.extra.docs-2.0.0.1.tar.gz) = 3a86600fd0a30ce7aeb547e80402ce68ea9959f7dd58697e5b47fda6e33ab9ce
 SIZE (turn.extra.docs-2.0.0.1.tar.gz) = 485379
+SHA256 (coturn-coturn-4.5.0.8_GH0.tar.gz) = 330c4dc55eef8d5f5d918a68122899395f2fa63821bc5493e1e2971355857e20
+SIZE (coturn-coturn-4.5.0.8_GH0.tar.gz) = 403711


More information about the svn-ports-head mailing list