On 2024/12/12 16:06, Stuart Henderson wrote:
> / in the tag name adds a slight complication but it's not too
> hard to deal with.
> 
> Makefile diff below will fix that.

oh, it needs WRKDIST setting too

Index: Makefile
===================================================================
RCS file: /cvs/ports/telephony/coturn/Makefile,v
diff -u -p -r1.18 Makefile
--- Makefile    30 Aug 2024 19:16:43 -0000      1.18
+++ Makefile    12 Dec 2024 16:10:18 -0000
@@ -1,21 +1,19 @@
 COMMENT =      coturn STUN/TURN server
 
-V =            4.5.2
-DISTNAME =     turnserver-${V}
-REVISION =     5
+V =            4.6.3-r0
+GH_ACCOUNT =   coturn
+GH_PROJECT =   coturn
+GH_TAGNAME =   docker/${V}
+DISTNAME =     turnserver-${V:S/-r/pl/}
+WRKDIST =      ${WRKDIR}/coturn-docker-${V}
 
 CATEGORIES =   telephony
 
-HOMEPAGE =     https://github.com/coturn/coturn
-
 # BSD
 PERMIT_PACKAGE =       Yes
 
 WANTLIB += c crypto event_core event_extra event_openssl event_pthreads
 WANTLIB += hiredis intl mariadb pq pthread sqlite3 ssl m z
-
-PORTROACH =            site:https://github.com/coturn/coturn/releases/
-SITES =                        https://coturn.net/turnserver/v${V}/
 
 LIB_DEPENDS =          databases/mariadb \
                        databases/postgresql \
Index: distinfo
===================================================================
RCS file: /cvs/ports/telephony/coturn/distinfo,v
diff -u -p -r1.5 distinfo
--- distinfo    30 Apr 2021 07:52:33 -0000      1.5
+++ distinfo    12 Dec 2024 16:10:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (turnserver-4.5.2.tar.gz) = HL74jNSrDeDU1wEfTn6vOaNEtIXponLzBV61PdMDtuE=
-SIZE (turnserver-4.5.2.tar.gz) = 444865
+SHA256 (turnserver-4.6.3pl0.tar.gz) = 
yIFrwM9YQT5Y6r8EDtTCHp8kHKk6cEVja1Dow0BsTrk=
+SIZE (turnserver-4.6.3pl0.tar.gz) = 535329

Reply via email to