From nobody@FreeBSD.org  Thu Feb  6 23:10:05 2014
Return-Path: <nobody@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 94589432
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 Hnninen <fax@nohik.ee>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] audio/waon update to version 0.10
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: kichiki@users.sourceforge.net

>Number:         186523
>Category:       ports
>Synopsis:       [PATCH] audio/waon update to version 0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 06 23:20:00 UTC 2014
>Closed-Date:    Mon Mar 03 21:41:44 UTC 2014
>Last-Modified:  Mon Mar  3 21:50:00 UTC 2014
>Originator:     Eero Hnninen
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 6 23:20:07 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186523 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kichiki@users.sourceforge.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/186523: [PATCH] audio/waon update to version 0.10
Date: Thu, 6 Feb 2014 23:20:06 UT

 Maintainer of audio/waon,
 
 Please note that PR ports/186523 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186523
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Mon Mar 3 21:20:26 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186523 
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Mon Mar 3 21:41:41 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186523 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186523: commit references a PR
Date: Mon,  3 Mar 2014 21:41:36 +0000 (UTC)

 Author: pawel
 Date: Mon Mar  3 21:41:28 2014
 New Revision: 346971
 URL: http://svnweb.freebsd.org/changeset/ports/346971
 QAT: https://qat.redports.org/buildarchive/r346971/
 
 Log:
   - Update to version 0.10
   - Add LICENSE
   
   PR:		ports/186523
   Submitted by:	Eero Hanninen <fax@nohik.ee>
   Approved by:	maintainer timeout
 
 Modified:
   head/audio/waon/Makefile
   head/audio/waon/distinfo
 
 Modified: head/audio/waon/Makefile
 ==============================================================================
 --- head/audio/waon/Makefile	Mon Mar  3 21:36:01 2014	(r346970)
 +++ head/audio/waon/Makefile	Mon Mar  3 21:41:28 2014	(r346971)
 @@ -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 \
 
 Modified: head/audio/waon/distinfo
 ==============================================================================
 --- head/audio/waon/distinfo	Mon Mar  3 21:36:01 2014	(r346970)
 +++ head/audio/waon/distinfo	Mon Mar  3 21:41:28 2014	(r346971)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
