diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 21:41:28 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 21:41:28 +0000 |
commit | b9d85df1c96e936171ca3345fd4656e4e206b21f (patch) | |
tree | e8cfdc4d18aa71fa723cba17bf1479da50f316f2 /audio | |
parent | ec1147cf95f4c12211a75893bec015626dc0fb75 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/waon/Makefile | 6 | ||||
-rw-r--r-- | audio/waon/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/waon/Makefile b/audio/waon/Makefile index 7b4f54277630..c4f6eb0c2ecc 100644 --- a/audio/waon/Makefile +++ b/audio/waon/Makefile @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= waon -PORTVERSION= 0.9 -PORTREVISION= 8 +PORTVERSION= 0.10 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= kichiki@users.sourceforge.net COMMENT= Wave-to-Notes transcriber and some utility tools +LICENSE= GPLv2 + LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ libao.so:${PORTSDIR}/audio/libao \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ @@ -21,7 +22,6 @@ USE_GNOME= gtk20 PLIST_FILES= bin/waon bin/pv bin/gwaon \ man/man1/gwaon.1.gz man/man1/pv.1.gz man/man1/waon.1.gz - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/waon \ ${WRKSRC}/pv \ diff --git a/audio/waon/distinfo b/audio/waon/distinfo index 5977deb2419d..aba83caac86a 100644 --- a/audio/waon/distinfo +++ b/audio/waon/distinfo @@ -1,2 +1,2 @@ -SHA256 (waon-0.9.tar.gz) = 4730d4f744701f4d0092caba2198aa578ed4259d75c4407930b6c68a4513f789 -SIZE (waon-0.9.tar.gz) = 88496 +SHA256 (waon-0.10.tar.gz) = e0a3ba2988351dd40fd60c14b69fa4139eb3ea207711fef365f37d0069d5d4cd +SIZE (waon-0.10.tar.gz) = 92600 |