svn commit: r339419 - head/audio/midipp

Koop Mast kwm at FreeBSD.org
Sat Jan 11 11:05:35 UTC 2014


Author: kwm
Date: Sat Jan 11 11:05:34 2014
New Revision: 339419
URL: http://svnweb.freebsd.org/changeset/ports/339419

Log:
  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)

Modified:
  head/audio/midipp/Makefile
  head/audio/midipp/distinfo

Modified: head/audio/midipp/Makefile
==============================================================================
--- head/audio/midipp/Makefile	Sat Jan 11 11:04:05 2014	(r339418)
+++ head/audio/midipp/Makefile	Sat Jan 11 11:05:34 2014	(r339419)
@@ -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/han
 MAINTAINER=	hselasky at 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

Modified: head/audio/midipp/distinfo
==============================================================================
--- head/audio/midipp/distinfo	Sat Jan 11 11:04:05 2014	(r339418)
+++ head/audio/midipp/distinfo	Sat Jan 11 11:05:34 2014	(r339419)
@@ -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


More information about the svn-ports-all mailing list