pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/coturn



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Jan 23 17:47:20 UTC 2025

Modified Files:
        pkgsrc/net/coturn: Makefile

Log Message:
net/coturn: Take MAINTAINERship

Leave previous MAINTAINER (email timed out) as co-maintainer.

Add upstream bug report about duplicate installed scheme files.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/coturn/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/coturn/Makefile
diff -u pkgsrc/net/coturn/Makefile:1.5 pkgsrc/net/coturn/Makefile:1.6
--- pkgsrc/net/coturn/Makefile:1.5      Thu Jan 23 17:33:16 2025
+++ pkgsrc/net/coturn/Makefile  Thu Jan 23 17:47:20 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2025/01/23 17:33:16 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2025/01/23 17:47:20 gdt Exp $
 
 DISTNAME=      coturn-4.6.3
 PKGREVISION=   7
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=coturn/}
 
-MAINTAINER=    kethzer.dr%gmail.com@localhost
-#MAINTAINER+=  gdt%NetBSD.org@localhost
+MAINTAINER=    gdt%NetBSD.org@localhost
+#MAINTAINER+=  kethzer.dr%gmail.com@localhost
 HOMEPAGE=      https://github.com/coturn/coturn
 COMMENT=       TURN and STUN server (for VoIP/webrtc)
 LICENSE=       modified-bsd
@@ -64,6 +64,10 @@ CONFIGURE_ARGS+=     --localstatedir=${COTUR
 # \todo Why is there a db installed in /var?  If not within PREFIX we don't pick it up,
 # but it seems like a bug.
 
+# Upstream installs some files twice (examples and docs).  This is not
+# causing real trouble, but it's a bug.
+#   https://github.com/coturn/coturn/issues/1631
+
 .include "options.mk"
 
 # upstream installs both a .conf.default in etcdir, and the



Home | Main Index | Thread Index | Old Index