diff options
author | kwm <kwm@FreeBSD.org> | 2012-02-23 18:42:09 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-02-23 18:42:09 +0800 |
commit | 61c6a163d6a4c6cd333cf0aaaf69c0a4a8637942 (patch) | |
tree | a8b79628f78956a03c96d6a7998dd08972f320c3 | |
parent | 3b4a5b3af8b9438c2018b0dbc3bfb96b05f59009 (diff) | |
download | freebsd-ports-gnome-61c6a163d6a4c6cd333cf0aaaf69c0a4a8637942.tar.gz freebsd-ports-gnome-61c6a163d6a4c6cd333cf0aaaf69c0a4a8637942.tar.zst freebsd-ports-gnome-61c6a163d6a4c6cd333cf0aaaf69c0a4a8637942.zip |
Update to 1.0.11.
Added several new features:
- Support for transposing all chords in a song
- Support for editing chords
- Many more chord variants have been added
- Improved support for importing Lyrics
- Support for exporting back to Lyrics
- Removed not so useful echo tab
- Improved help tab
- Minor updates to GUI
- Added display of more error messages
- Removed redundant spaces in PDF printouts
- Compile fixes for Linux
Submitted by: maintainer
-rw-r--r-- | audio/midipp/Makefile | 2 | ||||
-rw-r--r-- | audio/midipp/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index 28a598ce58fb..ddc6540c8cca 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= midipp -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.11 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://hselasky.homeunix.org:8192/distfiles/ diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo index 219660a3de5f..f04e5537c205 100644 --- a/audio/midipp/distinfo +++ b/audio/midipp/distinfo @@ -1,2 +1,2 @@ -SHA256 (midipp-1.0.9.tar.bz2) = f5d51bee3e2dfca11548014c6732d74cabd24483b8ce818625ac9ce102131759 -SIZE (midipp-1.0.9.tar.bz2) = 43462 +SHA256 (midipp-1.0.11.tar.bz2) = ee401d7fdc327d1510b0fb08db40d7ee7035fd172ed2ec26ffbc58ce58e18ffd +SIZE (midipp-1.0.11.tar.bz2) = 45448 |