Index: head/audio/midi-matrix-lv2/files/patch-pugl_pugl_pugl__x11.c =================================================================== --- head/audio/midi-matrix-lv2/files/patch-pugl_pugl_pugl__x11.c (revision 500828) +++ head/audio/midi-matrix-lv2/files/patch-pugl_pugl_pugl__x11.c (nonexistent) @@ -1,11 +0,0 @@ ---- pugl/pugl/pugl_x11.c.orig 2017-05-16 21:46:21 UTC -+++ pugl/pugl/pugl_x11.c -@@ -648,7 +648,7 @@ puglPasteFromClipboard(PuglView* view, s - if( (xevent.xselection.selection == impl->clipboard) - && (xevent.xselection.target == impl->utf8_string) - && (xevent.xselection.property == XA_PRIMARY) ) { -- ulong nitems, rem; -+ uint32_t nitems, rem; - int format; - uint8_t* data; - Atom type; Property changes on: head/audio/midi-matrix-lv2/files/patch-pugl_pugl_pugl__x11.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/midi-matrix-lv2/Makefile =================================================================== --- head/audio/midi-matrix-lv2/Makefile (revision 500828) +++ head/audio/midi-matrix-lv2/Makefile (revision 500829) @@ -1,26 +1,27 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= midi-matrix -PORTVERSION= 0.20.0 -PORTREVISION= 1 +DISTVERSION= 0.22.0 CATEGORIES= audio -MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/midi_matrix.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ +MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/midi_matrix.lv2/repository/archive.tar.gz?ref=${DISTVERSION}&dummy=/ PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= LV2 'Midi Matrix' plugin bundle: 'Channel Filter' LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= lv2>0:audio/lv2 +BUILD_DEPENDS= lv2>0:audio/lv2 \ + lv2lint:audio/lv2lint \ + sord_validate:devel/sord -USES= cmake compiler:c11 pkgconfig +USES= compiler:c11 gl meson pkgconfig USE_XORG= x11 xext USE_GL= gl glu post-extract: @${MV} ${WRKDIR}/midi_matrix* ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include Index: head/audio/midi-matrix-lv2/distinfo =================================================================== --- head/audio/midi-matrix-lv2/distinfo (revision 500828) +++ head/audio/midi-matrix-lv2/distinfo (revision 500829) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502216898 -SHA256 (midi-matrix-0.20.0.tar.gz) = 1ff8478d2610c4b216a02052bde24929a54d89af31eb0c1a3e7e1ff5d07b7980 -SIZE (midi-matrix-0.20.0.tar.gz) = 1719808 +TIMESTAMP = 1557001679 +SHA256 (midi-matrix-0.22.0.tar.gz) = ce26aec78df22a9ccf74c06af8d1fb19ddaf782f538dec0498692caaaf7349f4 +SIZE (midi-matrix-0.22.0.tar.gz) = 1903280 Index: head/audio/midi-matrix-lv2/pkg-descr =================================================================== --- head/audio/midi-matrix-lv2/pkg-descr (revision 500828) +++ head/audio/midi-matrix-lv2/pkg-descr (revision 500829) @@ -1,9 +1,9 @@ The Midi Matrix (Channel Filter) is a 3-in-1 filter plugin with a simple UI enabling you to easily accomplish: * MIDI channel filtering (e.g. blocking of specific channels) * MIDI channel multiplication (e.g. send events from channel X to channels X, Y and Z) * MIDI channel rerouting (e.g send events from channel X to channel Y) * And any possible combination thereof -WWW: http://open-music-kontrollers.ch/lv2/midi_matrix +WWW: https://open-music-kontrollers.ch/lv2/midi_matrix/