Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2021 16:01:45 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d8605c3e0e1 - main - audio/jack_ghero: Update to version 1.0.4
Message-ID:  <202106021601.152G1jlE008903@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by hselasky:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d8605c3e0e1c9931cd831678f5df6b7a60be90e

commit 0d8605c3e0e1c9931cd831678f5df6b7a60be90e
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2021-06-02 15:58:00 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2021-06-02 16:00:02 +0000

    audio/jack_ghero: Update to version 1.0.4
    
    - Use GitHub for downloading the sourcecode.
    
    Approved by:    pi (implicit)
---
 audio/jack_ghero/Makefile  | 8 +++++---
 audio/jack_ghero/distinfo  | 5 +++--
 audio/jack_ghero/pkg-descr | 3 ++-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/audio/jack_ghero/Makefile b/audio/jack_ghero/Makefile
index 1c2829d1e4f7..22d188bbde09 100644
--- a/audio/jack_ghero/Makefile
+++ b/audio/jack_ghero/Makefile
@@ -1,10 +1,9 @@
 # Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
 
 PORTNAME=	jack_ghero
-PORTVERSION=	1.0.3
+DISTVERSIONPREFIX=	v
+PORTVERSION=		1.0.4
 CATEGORIES=	audio
-MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
-		http://home.selasky.org:8192/distfiles/
 
 MAINTAINER=	hselasky@FreeBSD.org
 COMMENT=	Daemon that converts a GuitarHero device into a JACK MIDI device
@@ -15,6 +14,9 @@ LIB_DEPENDS=	libjack.so:audio/jack
 
 USES=		tar:bzip2 uidfix
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	hselasky
+
 PLIST_FILES=	sbin/jack_ghero \
 		man/man8/jack_ghero.8.gz
 
diff --git a/audio/jack_ghero/distinfo b/audio/jack_ghero/distinfo
index 9765393ae184..32232d1fe93b 100644
--- a/audio/jack_ghero/distinfo
+++ b/audio/jack_ghero/distinfo
@@ -1,2 +1,3 @@
-SHA256 (jack_ghero-1.0.3.tar.bz2) = 91c5d5265605c10adff1e0f298f79ee43499f493ebaae72b23160e75e53e976a
-SIZE (jack_ghero-1.0.3.tar.bz2) = 5195
+TIMESTAMP = 1622649371
+SHA256 (hselasky-jack_ghero-v1.0.4_GH0.tar.gz) = bb32bc7e2caa74ca3ba9285d6ab8d00361d352b45331e7879c26ce8584dd54a7
+SIZE (hselasky-jack_ghero-v1.0.4_GH0.tar.gz) = 5970
diff --git a/audio/jack_ghero/pkg-descr b/audio/jack_ghero/pkg-descr
index 443898ab6ffb..7825a7502066 100644
--- a/audio/jack_ghero/pkg-descr
+++ b/audio/jack_ghero/pkg-descr
@@ -1,3 +1,4 @@
 This is a daemon that converts a GuitarHero device into a JACK MIDI device.
 
-WWW: http://www.selasky.org/hans_petter/midistudio
+WWW: https://github.com/hselasky/jack_ghero
+



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