From owner-svn-ports-head@FreeBSD.ORG Fri May 24 06:10:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 702573F1; Fri, 24 May 2013 06:10:43 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 207B6E8B; Fri, 24 May 2013 06:10:43 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id a14so11171219iee.13 for ; Thu, 23 May 2013 23:10:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nAkgeq9qw8/UGWkmO0Ybx3HRwBtpO5X5+Svo+YtNjjs=; b=v6QtX1FlZfv27QZ6kTYIUx/kiGnVfPe32IUxUZhUi/XJlGw1oVab4Xj6QGtQQOOuN0 LW/HCzCdox8zVlS1+NjIVBRLE/vIHHGIhyvrZBi2paMziEkeM7w4THvb0HhpMvOzZ9nE Wue2OvbPa3mjc+59LIcLG8SilH8IOWRGCkvTQXAnswTFnR7rBwXCEUelltRGZq5plVdb tpzbu17aWKO6iasI6luCzXLto8ypMoV4PMz7sHiabKPd4UWdYbC94fkCFdBZhEBS8Hgj sMgPCOKJ2fUxb785aZ8Unb2gX8B/tf1EinDZtCMDF9Cp12LDTAj9UMYGlPUzGQV5C4ef A2Pw== MIME-Version: 1.0 X-Received: by 10.50.153.113 with SMTP id vf17mr2904597igb.101.1369375842868; Thu, 23 May 2013 23:10:42 -0700 (PDT) Received: by 10.64.23.243 with HTTP; Thu, 23 May 2013 23:10:42 -0700 (PDT) Received: by 10.64.23.243 with HTTP; Thu, 23 May 2013 23:10:42 -0700 (PDT) In-Reply-To: <519EAA16.5040200@FreeBSD.org> References: <201305232217.r4NMHQAm006527@svn.freebsd.org> <519EAA16.5040200@FreeBSD.org> Date: Fri, 24 May 2013 07:10:42 +0100 Message-ID: Subject: Re: svn commit: r318914 - head/audio/id3ren From: Chris Rees To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Chris Rees , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 06:10:43 -0000 On 24 May 2013 00:45, "Bryan Drewery" wrote: > > On 5/23/2013 5:17 PM, Chris Rees wrote: > > Author: crees > > Date: Thu May 23 22:17:25 2013 > > New Revision: 318914 > > URL: http://svnweb.freebsd.org/changeset/ports/318914 > > > > Log: > > Apparently upstream likes to change tarballs without the version number. > > > > I will host the tarball myself. > > > > Submitted by: phw (miwi) > > > > Modified: > > head/audio/id3ren/Makefile > > > > Modified: head/audio/id3ren/Makefile > > ============================================================================== > > --- head/audio/id3ren/Makefile Thu May 23 22:05:21 2013 (r318913) > > +++ head/audio/id3ren/Makefile Thu May 23 22:17:25 2013 (r318914) > > @@ -4,18 +4,13 @@ > > PORTNAME= id3ren > > PORTVERSION= 1.1b0 > > CATEGORIES= audio > > -MASTER_SITES= GH > > +MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ > > > > MAINTAINER= crees@FreeBSD.org > > COMMENT= Rename MP3 files, edit tags, search, etc > > > > LICENSE= GPLv2 > > > > -USE_GITHUB= yes > > -GH_ACCOUNT= sebcode > > -GH_TAGNAME= master > > This is the problem ^ > > master is a branch name, it's intended to be a moving target. > > You should just GH_TAGNAME=${GH_COMMIT} to fix this. Ah, I didn't realise that you could do that. I'll do so next time, thanks. Chris