ports/186523: [PATCH] audio/waon update to version 0.10
Eero Hänninen
fax at nohik.ee
Thu Feb 6 23:20:00 UTC 2014
>Number: 186523
>Category: ports
>Synopsis: [PATCH] audio/waon update to version 0.10
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 06 23:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Eero Hänninen
>Release: 10.0-RELEASE
>Organization:
>Environment:
FreeBSD labakinnas 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
- update to version 0.10
- added LICENSE
- removed one extra empty line from Makefile
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN waon.orig/Makefile waon/Makefile
--- waon.orig/Makefile 2014-02-06 01:15:22.000000000 +0200
+++ waon/Makefile 2014-02-07 01:06:09.000000000 +0200
@@ -2,14 +2,15 @@
# $FreeBSD: head/audio/waon/Makefile 342893 2014-02-05 23:15:22Z bapt $
PORTNAME= waon
-PORTVERSION= 0.9
-PORTREVISION= 8
+PORTVERSION= 0.10
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= kichiki at 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 @@
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 -ruN waon.orig/distinfo waon/distinfo
--- waon.orig/distinfo 2014-01-22 17:30:13.000000000 +0200
+++ waon/distinfo 2014-02-07 01:04:20.000000000 +0200
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list