svn commit: r318914 - head/audio/id3ren
Bryan Drewery
bdrewery at FreeBSD.org
Thu May 23 23:45:37 UTC 2013
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.
> -GH_COMMIT= 322ee77
> -
> PLIST_FILES= bin/id3ren
> MAN1= id3ren.1
> MANCOMPRESSED= yes
>
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130523/f2722529/attachment.sig>
More information about the svn-ports-all
mailing list