Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 19:46:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554099 - head/audio/jamulus
Message-ID:  <202011041946.0A4JkrO1022096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Nov  4 19:46:52 2020
New Revision: 554099
URL: https://svnweb.freebsd.org/changeset/ports/554099

Log:
  audio/jamulus: Update 3.5.12 -> 3.6.0
  
  Reported by:	rickard@tutanota.com (user)

Modified:
  head/audio/jamulus/Makefile
  head/audio/jamulus/distinfo
  head/audio/jamulus/pkg-descr

Modified: head/audio/jamulus/Makefile
==============================================================================
--- head/audio/jamulus/Makefile	Wed Nov  4 19:11:21 2020	(r554098)
+++ head/audio/jamulus/Makefile	Wed Nov  4 19:46:52 2020	(r554099)
@@ -1,9 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	jamulus
-DISTVERSION=	3.5.12
+DISTVERSIONPREFIX=	r
+DISTVERSION=	3_6_0
 CATEGORIES=	audio
-MASTER_SITES=	SF/llcon/${NAME}/${DISTVERSION}/
+#MASTER_SITES=	SF/llcon/${NAME}/${DISTVERSION}/ # it is unclear whether SF or GH should be used because SF doesn't have 3.6.0, but README on GH claims that it is hosted on SF
 DISTNAME=	${NAME}-${PORTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,9 +19,10 @@ USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
 USE_QT=		concurrent core gui network widgets xml buildtools_build linguisttools_build
 USE_GL=		gl
 
-NAME=		Jamulus
+USE_GITHUB=	yes
+GH_ACCOUNT=	corrados
 
-WRKSRC=		${WRKDIR}/${NAME}${PORTVERSION}
+NAME=		Jamulus
 
 DESKTOP_ENTRIES=	"${NAME}" "${COMMENT}" "${NAME}" \
 			"${PORTNAME}" "AudioVideo;Audio;Mixer;Qt;" true

Modified: head/audio/jamulus/distinfo
==============================================================================
--- head/audio/jamulus/distinfo	Wed Nov  4 19:11:21 2020	(r554098)
+++ head/audio/jamulus/distinfo	Wed Nov  4 19:46:52 2020	(r554099)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602390900
-SHA256 (Jamulus-3.5.12.tar.gz) = be481b900793be5ddfcb3ffd77439b8105cb66040d3a59bf57cc8ade767d515b
-SIZE (Jamulus-3.5.12.tar.gz) = 1825484
+TIMESTAMP = 1604518497
+SHA256 (corrados-jamulus-r3_6_0_GH0.tar.gz) = a40df4642752ffa5e6b0b2a815420bb9e07fe94767164a2be8ec70ade80b37bf
+SIZE (corrados-jamulus-r3_6_0_GH0.tar.gz) = 8531625

Modified: head/audio/jamulus/pkg-descr
==============================================================================
--- head/audio/jamulus/pkg-descr	Wed Nov  4 19:11:21 2020	(r554098)
+++ head/audio/jamulus/pkg-descr	Wed Nov  4 19:46:52 2020	(r554099)
@@ -3,4 +3,4 @@ the Internet. There is one server running the Jamulus 
 collects the audio data from each Jamulus client, mixes the audio data and sends
 the mix back to each client.
 
-WWW: https://llcon.sourceforge.io/
+WWW: https://jamulus.io



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