From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 6 23:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8630A830 for ; Thu, 6 Feb 2014 23:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 607371143 for ; Thu, 6 Feb 2014 23:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s16NK0bm005014 for ; Thu, 6 Feb 2014 23:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s16NK0Zx005013; Thu, 6 Feb 2014 23:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 6 Feb 2014 23:20:00 GMT Resent-Message-Id: <201402062320.s16NK0Zx005013@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eero Hänninen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94589432 for ; Thu, 6 Feb 2014 23:10:05 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8009F106C for ; Thu, 6 Feb 2014 23:10:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s16NA5f7094764 for ; Thu, 6 Feb 2014 23:10:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s16NA59J094763; Thu, 6 Feb 2014 23:10:05 GMT (envelope-from nobody) Message-Id: <201402062310.s16NA59J094763@oldred.freebsd.org> Date: Thu, 6 Feb 2014 23:10:05 GMT From: Eero Hänninen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186523: [PATCH] audio/waon update to version 0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 23:20:00 -0000 >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@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@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: