diff options
author | Koop Mast <kwm@FreeBSD.org> | 2012-02-23 10:42:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2012-02-23 10:42:09 +0000 |
commit | 3b5cb2952bd7e26238b9896bc4696d273e948de6 (patch) | |
tree | ccf7e7957014394a99036c40e40b88ca311b159e | |
parent | Update to 2.0.3. (diff) |
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
Notes
Notes:
svn path=/head/; revision=292115
-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 |