Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 11:31:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309716 - head/audio/audiotag
Message-ID:  <201212311131.qBVBViEF020596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Dec 31 11:31:44 2012
New Revision: 309716
URL: http://svnweb.freebsd.org/changeset/ports/309716

Log:
  - Trim headers
  - Switch to USE_GITHUB
  - Remove useless LICENSE_FILE license being plain GPLv2
  - Various cleanup

Modified:
  head/audio/audiotag/Makefile
  head/audio/audiotag/pkg-descr

Modified: head/audio/audiotag/Makefile
==============================================================================
--- head/audio/audiotag/Makefile	Mon Dec 31 11:18:17 2012	(r309715)
+++ head/audio/audiotag/Makefile	Mon Dec 31 11:31:44 2012	(r309716)
@@ -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>

Modified: head/audio/audiotag/pkg-descr
==============================================================================
--- head/audio/audiotag/pkg-descr	Mon Dec 31 11:18:17 2012	(r309715)
+++ head/audio/audiotag/pkg-descr	Mon Dec 31 11:31:44 2012	(r309716)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311131.qBVBViEF020596>