On 2020/02/21 17:46, Raphael Graf wrote:
> This version uses Qt5 and adds support for midi output. 
> Here is a list of new features: 
> https://github.com/hydrogen-music/hydrogen/releases 
> 
> (The OSC support is disabled for now as it needs audio/liblo, see
> https://marc.info/?l=openbsd-ports-cvs&m=150971570107043)
> 
> Comments, ok?
> 
> 

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/audio/hydrogen/Makefile,v
> retrieving revision 1.27
> diff -u -p -u -p -r1.27 Makefile
> --- Makefile  12 Jul 2019 20:43:34 -0000      1.27
> +++ Makefile  21 Feb 2020 16:24:00 -0000
> @@ -2,55 +2,59 @@
>  
>  COMMENT=             software drum machine
>  
> -DISTNAME=            hydrogen-0.9.7
> +DISTNAME=            hydrogen-1.0.0-beta1

that produces a bad PKGNAME, use e.g.

DISTNAME=       hydrogen-1.0.0-beta1
PKGNAME=        ${DISTNAME:S/-beta/beta/}

The rest reads OK but untested

Reply via email to