aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/audiotag/Makefile17
-rw-r--r--audio/audiotag/pkg-descr2
2 files changed, 7 insertions, 12 deletions
diff --git a/audio/audiotag/Makefile b/audio/audiotag/Makefile
index faf13b5a9f7e..23257bb9bd5f 100644
--- a/audio/audiotag/Makefile
+++ b/audio/audiotag/Makefile
@@ -1,32 +1,27 @@
-# New ports collection makefile for: audiotag
-# Date created: 2008-04-08
-# Whom: Bapt <baptiste.daroussin@gmail.com>
-#
# $FreeBSD$
-#
PORTNAME= audiotag
PORTVERSION= 0.19
PORTREVISION= 1
CATEGORIES= audio multimedia
-MASTER_SITES= http://cloud.github.com/downloads/Daenyth/audiotag/
+MASTER_SITES= GHC
MAINTAINER= bapt@FreeBSD.org
COMMENT= A command-line tool for mass tagging/renaming of audio files
LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= VORBIS ID3 MP4 FLAC DOCS
OPTIONS_DEFAULT= VORBIS ID3 MP4 FLAC
-USE_PERL5_RUN= yes
-
NO_BUILD= yes
USE_BZIP2= yes
+USE_PERL5_RUN= yes
+USE_GITHUB= yes
+GH_ACCOUNT= Daenyth
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MVORBIS}
RUN_DEPENDS+= vorbiscomment:${PORTSDIR}/audio/vorbis-tools
@@ -55,4 +50,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/audiotag/pkg-descr b/audio/audiotag/pkg-descr
index d051036f5e53..3bcd91a96d8d 100644
--- a/audio/audiotag/pkg-descr
+++ b/audio/audiotag/pkg-descr
@@ -1,4 +1,4 @@
Audiotag is a command-line tool for mass tagging/renaming of audio files
it supports the vorbis comment, id3 tags, and MP4 tags.
-WWW: http://github.com/Daenyth/audiotag
+WWW: http://github.com/Daenyth/audiotag