diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2021-06-02 15:58:00 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2021-06-02 16:00:02 +0000 |
commit | 0d8605c3e0e1c9931cd831678f5df6b7a60be90e (patch) | |
tree | 356a5601934a9e2143c88e2424eab09f408e91cc | |
parent | 21e53480fd57f29c9ac15e02946bb1081d0df1c8 (diff) | |
download | ports-0d8605c3e0e1c9931cd831678f5df6b7a60be90e.tar.gz ports-0d8605c3e0e1c9931cd831678f5df6b7a60be90e.zip |
audio/jack_ghero: Update to version 1.0.4
- Use GitHub for downloading the sourcecode.
Approved by: pi (implicit)
-rw-r--r-- | audio/jack_ghero/Makefile | 8 | ||||
-rw-r--r-- | audio/jack_ghero/distinfo | 5 | ||||
-rw-r--r-- | 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 + |