Date: Thu, 19 Nov 2020 13:09:43 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555701 - head/audio/midipp Message-ID: <202011191309.0AJD9hCZ052451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Thu Nov 19 13:09:43 2020 New Revision: 555701 URL: https://svnweb.freebsd.org/changeset/ports/555701 Log: Update midipp to 2.0.5 - Added support for integration with HPSJAM. - Fixed some chords. - Fixed use of deprecated QT5 APIs. - Moved download location to GitHub. Approved by: pi (implicit) Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Thu Nov 19 13:02:03 2020 (r555700) +++ head/audio/midipp/Makefile Thu Nov 19 13:09:43 2020 (r555701) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 2.0.4 +DISTVERSIONPREFIX= v +DISTVERSION= 2.0.5 CATEGORIES= audio -MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ - http://home.selasky.org/distfiles/ MAINTAINER= hselasky@FreeBSD.org COMMENT= MIDI playback, recording, and live performance tool @@ -18,6 +17,9 @@ LIB_DEPENDS= libumidi20.so:audio/libumidi USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2 USE_GL= gl USE_QT= buildtools_build core gui network printsupport widgets + +USE_GITHUB= yes +GH_ACCOUNT= hselasky PLIST_FILES= \ bin/midipp \ Modified: head/audio/midipp/distinfo ============================================================================== --- head/audio/midipp/distinfo Thu Nov 19 13:02:03 2020 (r555700) +++ head/audio/midipp/distinfo Thu Nov 19 13:09:43 2020 (r555701) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587196350 -SHA256 (midipp-2.0.4.tar.bz2) = 38d5f53f29b6b6d45ec81aabc55e80176ba0b4a82ac6178123f5a7f972b754db -SIZE (midipp-2.0.4.tar.bz2) = 121528 +TIMESTAMP = 1605791092 +SHA256 (hselasky-midipp-v2.0.5_GH0.tar.gz) = eb87becc141abf85e94d5f5afdd25498e5ffa0953aefa4fc057e2ec64a39d711 +SIZE (hselasky-midipp-v2.0.5_GH0.tar.gz) = 157580
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011191309.0AJD9hCZ052451>