diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-11-19 13:09:43 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-11-19 13:09:43 +0000 |
commit | 1eb88315e51bddd36dff39143afab06c09a3a196 (patch) | |
tree | 9f7335180b1dbe4958baaf978f24bec29f2f65b4 /audio/midipp | |
parent | Add new port hpsjam v1.0.0. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=555701
Diffstat (limited to 'audio/midipp')
-rw-r--r-- | audio/midipp/Makefile | 8 | ||||
-rw-r--r-- | audio/midipp/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index 52260d02d49e..818c13636af9 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -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 @@ -19,6 +18,9 @@ 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 \ share/pixmaps/midipp.png \ diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo index 101f650bfc62..72775a3c5295 100644 --- a/audio/midipp/distinfo +++ b/audio/midipp/distinfo @@ -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 |