pkgsrc-WIP-changes archive

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

jicofo: update to version 2.0.5142



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sat Nov 21 06:54:53 2020 +0100
Changeset:	edd1c84f537b3573c912b7d5cb14f31ab24571bc

Modified Files:
	jicofo/Makefile
	jicofo/distinfo
	jitsi-meet/Makefile.common

Log Message:
jicofo: update to version 2.0.5142

This aligns it with the rest of the packages around Jitsi Meet.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=edd1c84f537b3573c912b7d5cb14f31ab24571bc

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

diffstat:
 jicofo/Makefile            | 12 ++++--------
 jicofo/distinfo            |  8 ++++----
 jitsi-meet/Makefile.common |  1 +
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs:
diff --git a/jicofo/Makefile b/jicofo/Makefile
index beff527753..2da1a71ca8 100644
--- a/jicofo/Makefile
+++ b/jicofo/Makefile
@@ -1,18 +1,13 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	jicofo
-DISTNAME=	644
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
-CATEGORIES=	chat
-MASTER_SITES=	${MASTER_SITE_GITHUB:=jitsi/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+PKGNAME=	${GITHUB_PROJECT}-${JITSI_MEET_VERSION}
 
-MAINTAINER=	khorben%defora.org@localhost
 HOMEPAGE=	https://github.com/jitsi/jicofo/
 COMMENT=	Server side focus component used in Jitsi Meet conferences
-LICENSE=	apache-2.0
 
-WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME}
+DISTINFO_FILE=	${.CURDIR}/../../wip/jicofo/distinfo
+
 USE_TOOLS=	bash:run unzip
 USE_JAVA2=	8
 
@@ -55,5 +50,6 @@ do-install:
 	${LN} -s ../share/jicofo/jicofo.sh \
 		${DESTDIR}${PREFIX}/bin/jicofo
 
+.include "../../wip/jitsi-meet/Makefile.common"
 .include "../../mk/java-vm.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/jicofo/distinfo b/jicofo/distinfo
index fca50bf83d..9d55c86b23 100644
--- a/jicofo/distinfo
+++ b/jicofo/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (jicofo/644.tar.gz) = af3dd273553f6c9956ea42cdad44624efb99848f
-RMD160 (jicofo/644.tar.gz) = c627f480002f81189868117a7ff412513dfebc0b
-SHA512 (jicofo/644.tar.gz) = 77cccfa0ba28e845d04e74a95289344ed08a04b2bdf59d87e9f01801e1222b0446509f491d08e8169595c9fe6f7c0e56494b25c57321c0bc831fdfab018ef27d
-Size (jicofo/644.tar.gz) = 277128 bytes
+SHA1 (jicofo/jitsi-meet_5142.tar.gz) = 9b9dbe5fd536d8b3e61eddc8146c2d56b7319232
+RMD160 (jicofo/jitsi-meet_5142.tar.gz) = 571ffd2b615005d1fac6311f2f1bd2597dfa9c15
+SHA512 (jicofo/jitsi-meet_5142.tar.gz) = 664c7314832552e5865c523c4fff17fcd44e9fb1566bf5308f387ba89ed002bb9c971c758dd0650e8e996d06767c91b34219770a69b2099d3c3e2dfbd6376304
+Size (jicofo/jitsi-meet_5142.tar.gz) = 277126 bytes
diff --git a/jitsi-meet/Makefile.common b/jitsi-meet/Makefile.common
index 23949b883f..6362799908 100644
--- a/jitsi-meet/Makefile.common
+++ b/jitsi-meet/Makefile.common
@@ -1,4 +1,5 @@
 # $NetBSD$
+# used by wip/jicofo/Makefile
 # used by wip/jitsi-meet/Makefile
 # used by wip/jitsi-meet-prosody/Makefile
 # used by wip/jitsi-videobridge/Makefile


Home | Main Index | Thread Index | Old Index