svn commit: r364348 - head/audio/midipp
Koop Mast
kwm at FreeBSD.org
Fri Aug 8 09:29:02 UTC 2014
Author: kwm
Date: Fri Aug 8 09:29:01 2014
New Revision: 364348
URL: http://svnweb.freebsd.org/changeset/ports/364348
QAT: https://qat.redports.org/buildarchive/r364348/
Log:
Update to 1.2.11.
Reworked Chord Selector into new tab widget
Moved all icons to tabbar
Fixed some CoreMIDI dynamic attach/detach bugs
Allow tabbar to be placed on top or bottom
Use QSplitter() for right and left widget.
Submitted by: maintainer
Modified:
head/audio/midipp/Makefile
head/audio/midipp/distinfo
Modified: head/audio/midipp/Makefile
==============================================================================
--- head/audio/midipp/Makefile Fri Aug 8 08:42:44 2014 (r364347)
+++ head/audio/midipp/Makefile Fri Aug 8 09:29:01 2014 (r364348)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= midipp
-PORTVERSION= 1.2.10
+PORTVERSION= 1.2.11
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org:8192/distfiles/
@@ -12,7 +12,7 @@ COMMENT= MIDI playback, recording, and l
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS= libumidi>=2.0.12:${PORTSDIR}/audio/libumidi
+BUILD_DEPENDS= libumidi>=2.0.13:${PORTSDIR}/audio/libumidi
LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi
USES= qmake tar:bzip2
Modified: head/audio/midipp/distinfo
==============================================================================
--- head/audio/midipp/distinfo Fri Aug 8 08:42:44 2014 (r364347)
+++ head/audio/midipp/distinfo Fri Aug 8 09:29:01 2014 (r364348)
@@ -1,2 +1,2 @@
-SHA256 (midipp-1.2.10.tar.bz2) = 4dd99884f19ed1de8d4881a1a6e2464c713e92b0e758f7f9ae42160270dfca13
-SIZE (midipp-1.2.10.tar.bz2) = 91366
+SHA256 (midipp-1.2.11.tar.bz2) = 8c62dc9a43f75f4c4fd0b15c3cf6ab45049d732f460ca0158b2193f0f62ae411
+SIZE (midipp-1.2.11.tar.bz2) = 111969
More information about the svn-ports-all
mailing list