From baptiste.daroussin@gmail.com  Tue Sep 22 17:06:26 2009
Return-Path: <baptiste.daroussin@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 624EF106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Sep 2009 17:06:26 +0000 (UTC)
	(envelope-from baptiste.daroussin@gmail.com)
Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209])
	by mx1.freebsd.org (Postfix) with ESMTP id E75D78FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Sep 2009 17:06:25 +0000 (UTC)
Received: by ewy5 with SMTP id 5so611260ewy.36
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Sep 2009 10:06:24 -0700 (PDT)
Received: by 10.211.173.11 with SMTP id a11mr1339549ebp.42.1253639184669;
        Tue, 22 Sep 2009 10:06:24 -0700 (PDT)
Received: from galway.lan (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89])
        by mx.google.com with ESMTPS id 10sm234577eyd.10.2009.09.22.10.06.22
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Tue, 22 Sep 2009 10:06:23 -0700 (PDT)
Received: from root (uid 0)
	(envelope-from baptiste.daroussin@gmail.com)
	id cf08f
	by galway.lan (DragonFly Mail Agent)
	Tue, 22 Sep 2009 19:06:21 +0200
Message-Id: <cf08f@galway.lan>
Date: Tue, 22 Sep 2009 19:06:21 +0200
From: Bapt <baptiste.daroussin@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] audio/audiotag: update to 0.19
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         139063
>Category:       ports
>Synopsis:       [MAINTAINER] audio/audiotag: update to 0.19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 22 17:10:05 UTC 2009
>Closed-Date:    Wed Oct 14 12:04:34 UTC 2009
>Last-Modified:  Wed Oct 14 12:04:34 UTC 2009
>Originator:     Bapt
>Release:        FreeBSD 8.0-BETA2 amd64
>Organization:
>Environment:
System: FreeBSD galway.lan 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Sat Aug 22 15:45:52 CEST 2009
>Description:
- Update to 0.19
- Change the MASTER_SITE

I know it is not perfect to force FETCH_ARGS, but I can't find another way to correcly download from github

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- audiotag-0.19.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/audiotag/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	9 Jul 2008 13:31:06 -0000	1.4
+++ Makefile	22 Sep 2009 17:04:22 -0000
@@ -6,14 +6,19 @@
 #
 
 PORTNAME=	audiotag
-PORTVERSION=	0.18
+PORTVERSION=	0.19
 CATEGORIES=	audio multimedia
-MASTER_SITES=	http://www.tempestgames.com/ryan/downloads/
+MASTER_SITES=	http://github.com/Daenyth/audiotag/tarball/
+DISTFILES=	v${PORTVERSION}
 
 MAINTAINER=	baptiste.daroussin@gmail.com
 COMMENT=	A command-line tool for mass tagging/renaming of audio files
 
+FETCH_ARGS=	-pRr
+WRKSRC=	${WRKDIR}/Daenyth-audiotag-05817eb9e32ddb53f72f5422af38e865677c278b
+
 OPTIONS=	VORBIS "Support renaming/tagging ogg vorbis files" On \
+		FLAC "Support ranaming/tagging flac files" On \
 		ID3 "Support renaming/tagging files supporting id3 tags" On \
 		MP4 "Support renaming/tagging mp4 files" On
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/audiotag/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	9 Jul 2008 13:31:06 -0000	1.2
+++ distinfo	22 Sep 2009 17:04:22 -0000
@@ -1,3 +1,3 @@
-MD5 (audiotag-0.18.tar.gz) = 4682cfe01c89dc0b7fc14aef61344579
-SHA256 (audiotag-0.18.tar.gz) = c9c62f76b9a97f0d665f9e32ec837d00919e3b4ccb1c84eedd9bcfc41176ae2d
-SIZE (audiotag-0.18.tar.gz) = 15267
+MD5 (v0.19) = 3b81a7412807e0dd17b28e6194680fd4
+SHA256 (v0.19) = cfac26631fc3cafce5cf9c64b320357ee94e031ea069e8e557deab33963fc396
+SIZE (v0.19) = 15799
--- audiotag-0.19.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Wed Sep 23 12:03:03 UTC 2009 
State-Changed-Why:  
Can you add DIST_SUBDIR, maybe?  I'm not thrilled about having 
/usr/ports/distfiles/v0.19, this adds a chance for a name collision. 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Wed Sep 23 12:03:03 UTC 2009 
Responsible-Changed-Why:  
Can you add DIST_SUBDIR, maybe?  I'm not thrilled about having 
/usr/ports/distfiles/v0.19, this adds a chance for a name collision. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139063 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Wed Oct 14 12:02:27 UTC 2009 
State-Changed-Why:  
Feedback timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139063 
>Unformatted:
