svn commit: r318914 - head/audio/id3ren

Chris Rees utisoft at gmail.com
Fri May 24 06:10:43 UTC 2013


On 24 May 2013 00:45, "Bryan Drewery" <bdrewery at freebsd.org> 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 at 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


More information about the svn-ports-all mailing list