Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 14:41:04 +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: r499541 - head/audio/midipp
Message-ID:  <201904211441.x3LEf44d069423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Sun Apr 21 14:41:04 2019
New Revision: 499541
URL: https://svnweb.freebsd.org/changeset/ports/499541

Log:
  Update midipp to 2.0.1
  
  - Multiple minor fixes
  
  Approved by:	pi

Deleted:
  head/audio/midipp/pkg-plist
Modified:
  head/audio/midipp/Makefile
  head/audio/midipp/distinfo

Modified: head/audio/midipp/Makefile
==============================================================================
--- head/audio/midipp/Makefile	Sun Apr 21 14:34:03 2019	(r499540)
+++ head/audio/midipp/Makefile	Sun Apr 21 14:41:04 2019	(r499541)
@@ -2,22 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	midipp
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
-		http://home.selasky.org:8192/distfiles/
+		http://home.selasky.org/distfiles/
 
 MAINTAINER=	hselasky@FreeBSD.org
 COMMENT=	MIDI playback, recording, and live performance tool
 
 LICENSE=	BSD2CLAUSE
 
-BUILD_DEPENDS=	libumidi>=2.0.14:audio/libumidi
+BUILD_DEPENDS=	libumidi>=2.1.0:audio/libumidi
 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
+
+PLIST_FILES= \
+	bin/midipp \
+	share/pixmaps/midipp.png \
+	share/applications/midipp.desktop
 
 .include <bsd.port.mk>

Modified: head/audio/midipp/distinfo
==============================================================================
--- head/audio/midipp/distinfo	Sun Apr 21 14:34:03 2019	(r499540)
+++ head/audio/midipp/distinfo	Sun Apr 21 14:41:04 2019	(r499541)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540145346
-SHA256 (midipp-2.0.0.tar.bz2) = 1523439c1a4ed1e6af5fcac9e077105d28fabb460f91e8a40242735d98926ddc
-SIZE (midipp-2.0.0.tar.bz2) = 119146
+TIMESTAMP = 1555856234
+SHA256 (midipp-2.0.1.tar.bz2) = 0d0b8ff5d799affbe84ac50ad171723312928844656b21bf2d09f9db4cf90793
+SIZE (midipp-2.0.1.tar.bz2) = 119164



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904211441.x3LEf44d069423>