diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-04-21 14:41:04 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-04-21 14:41:04 +0000 |
commit | 550f57e040e506f53d045bebf0aeed379cdce57e (patch) | |
tree | 1adac6fab1420a24681ae82fd33fa89107da36e9 /audio/midipp | |
parent | 3a7c7e33e77d0b31a62f4a64d408e404ff0f3940 (diff) | |
download | ports-550f57e040e506f53d045bebf0aeed379cdce57e.tar.gz ports-550f57e040e506f53d045bebf0aeed379cdce57e.zip |
Notes
Diffstat (limited to 'audio/midipp')
-rw-r--r-- | audio/midipp/Makefile | 11 | ||||
-rw-r--r-- | audio/midipp/distinfo | 6 | ||||
-rw-r--r-- | audio/midipp/pkg-plist | 3 |
3 files changed, 11 insertions, 9 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index bcc448abe536..009dfa6967ea 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -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> diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo index 9c2153142d9a..2eae921dc484 100644 --- a/audio/midipp/distinfo +++ b/audio/midipp/distinfo @@ -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 diff --git a/audio/midipp/pkg-plist b/audio/midipp/pkg-plist deleted file mode 100644 index e53daf9fc3fa..000000000000 --- a/audio/midipp/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/midipp -share/pixmaps/midipp.png -share/applications/midipp.desktop |