diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-06-27 16:12:44 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-06-27 16:12:44 +0000 |
commit | 1a7bda61959fa510b753bcedb36fbe8a8d8844f0 (patch) | |
tree | c029c3e481b3d15c479ab395f22b2003d2cc07b9 /audio/id3ren | |
parent | 13fc5524ffacaf11b5a3d9504a84daac3e622e58 (diff) | |
download | ports-1a7bda61959fa510b753bcedb36fbe8a8d8844f0.tar.gz ports-1a7bda61959fa510b753bcedb36fbe8a8d8844f0.zip |
Notes
Diffstat (limited to 'audio/id3ren')
-rw-r--r-- | audio/id3ren/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/id3ren/Makefile b/audio/id3ren/Makefile index b034bf990b53..af0c02ab3b4a 100644 --- a/audio/id3ren/Makefile +++ b/audio/id3ren/Makefile @@ -4,13 +4,18 @@ PORTNAME= id3ren PORTVERSION= 1.1b0 CATEGORIES= audio -MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ +MASTER_SITES= GH MAINTAINER= crees@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 |