svn commit: r321897 - head/audio/id3ren

Chris Rees crees at FreeBSD.org
Thu Jun 27 16:12:44 UTC 2013


Author: crees
Date: Thu Jun 27 16:12:44 2013
New Revision: 321897
URL: http://svnweb.freebsd.org/changeset/ports/321897

Log:
  Use USE_GITHUB again using TAGNAME for commit id ....
  
  Submitted by:	bdrewery
  
  ... thus unbreaking
  
  Submitted by:	pointyhat (miwi)

Modified:
  head/audio/id3ren/Makefile

Modified: head/audio/id3ren/Makefile
==============================================================================
--- head/audio/id3ren/Makefile	Thu Jun 27 16:01:31 2013	(r321896)
+++ head/audio/id3ren/Makefile	Thu Jun 27 16:12:44 2013	(r321897)
@@ -4,13 +4,18 @@
 PORTNAME=	id3ren
 PORTVERSION=	1.1b0
 CATEGORIES=	audio
-MASTER_SITES=	http://www.bayofrum.net/dist/${PORTNAME}/
+MASTER_SITES=	GH
 
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Rename MP3 files, edit tags, search, etc
 
 LICENSE=	GPLv2
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	sebcode
+GH_TAGNAME=	322ee77
+GH_COMMIT=	322ee77
+
 PLIST_FILES=	bin/id3ren
 MAN1=		id3ren.1
 MANCOMPRESSED=	yes


More information about the svn-ports-all mailing list