diff options
author | kwm <kwm@FreeBSD.org> | 2014-01-11 19:05:34 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-01-11 19:05:34 +0800 |
commit | 76a59e15ed9c3dc638ea0e3c607cf4c1483627ae (patch) | |
tree | 2d0ff17371404270d12b07214c8e7e6be931606c /audio/midipp | |
parent | 6d5f352450632a2005fd8bc73fc13b2dcf443ca5 (diff) | |
download | freebsd-ports-gnome-76a59e15ed9c3dc638ea0e3c607cf4c1483627ae.tar.gz freebsd-ports-gnome-76a59e15ed9c3dc638ea0e3c607cf4c1483627ae.tar.zst freebsd-ports-gnome-76a59e15ed9c3dc638ea0e3c607cf4c1483627ae.zip |
Update to 1.2.5.
Update LICENSE
Changes for v1.2.4:
- New MIDI shortcuts TAB
- Fixes for building using Qt v.5.x.
- Passthrough of more MIDI control events
- New Edit/Insert chord icon
- Some minor GUI changes
- The configuration is now fully automatic.
No more need to "apply" the configuration.
Changes for v1.2.5:
- Reworked BPM generator
- Fixed a deadlock situation
Submitted by: maintainer (via e-mail)
Diffstat (limited to 'audio/midipp')
-rw-r--r-- | audio/midipp/Makefile | 6 | ||||
-rw-r--r-- | audio/midipp/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index 0ccfeb339942..d2150fdb8a12 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.5 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ @@ -10,9 +10,9 @@ MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ MAINTAINER= hselasky@FreeBSD.org COMMENT= MIDI playback, recording, and live performance tool -LICENSE= BSD +LICENSE= BSD2CLAUSE -BUILD_DEPENDS= libumidi>=2.0.9:${PORTSDIR}/audio/libumidi +BUILD_DEPENDS= libumidi>=2.0.10:${PORTSDIR}/audio/libumidi LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi USES= qmake diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo index 66d80d77b2a2..a8d23da9bf73 100644 --- a/audio/midipp/distinfo +++ b/audio/midipp/distinfo @@ -1,2 +1,2 @@ -SHA256 (midipp-1.2.3.tar.bz2) = 8388005800fcf7c7a6d6a05a8d537ca05cbe32136297773922a5a58fd721694f -SIZE (midipp-1.2.3.tar.bz2) = 83930 +SHA256 (midipp-1.2.5.tar.bz2) = cf74d979e269e3da982500f2e8c1e9f037ef5b23e73b3483895bbda70dc011a0 +SIZE (midipp-1.2.5.tar.bz2) = 88032 |