diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 19:31:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 19:31:44 +0800 |
commit | 0c418343425e8483a60853257d36a1e78ac8f8df (patch) | |
tree | 427c415565c9889d1f3e5b66ffa45c41930ffc9e /audio | |
parent | ce46d2fd240437d2124c9ef19cf7b28e744eafe3 (diff) | |
download | freebsd-ports-gnome-0c418343425e8483a60853257d36a1e78ac8f8df.tar.gz freebsd-ports-gnome-0c418343425e8483a60853257d36a1e78ac8f8df.tar.zst freebsd-ports-gnome-0c418343425e8483a60853257d36a1e78ac8f8df.zip |
- Trim headers
- Switch to USE_GITHUB
- Remove useless LICENSE_FILE license being plain GPLv2
- Various cleanup
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audiotag/Makefile | 17 | ||||
-rw-r--r-- | audio/audiotag/pkg-descr | 2 |
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 |