From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 20:11:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1FFE6E5; Tue, 22 Oct 2013 20:11:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9524324A5; Tue, 22 Oct 2013 20:11:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MKBgW4026338; Tue, 22 Oct 2013 20:11:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9MKBgoU026336; Tue, 22 Oct 2013 20:11:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310222011.r9MKBgoU026336@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 22 Oct 2013 20:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331313 - head/audio/mp3-archive-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 20:11:42 -0000 Author: sunpoet Date: Tue Oct 22 20:11:41 2013 New Revision: 331313 URL: http://svnweb.freebsd.org/changeset/ports/331313 Log: - Add LICENSE - Support STAGEDIR Modified: head/audio/mp3-archive-tools/Makefile head/audio/mp3-archive-tools/pkg-plist (contents, props changed) Modified: head/audio/mp3-archive-tools/Makefile ============================================================================== --- head/audio/mp3-archive-tools/Makefile Tue Oct 22 20:03:01 2013 (r331312) +++ head/audio/mp3-archive-tools/Makefile Tue Oct 22 20:11:41 2013 (r331313) @@ -11,17 +11,13 @@ MASTER_SITES= http://erislabs.net/ianb/p MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of tools to ease organising a collection of audio files +LICENSE= GPLv2 + BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag -RUN_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \ - p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag +RUN_DEPENDS:= ${BUILD_DEPENDS} -NO_STAGE= yes USE_PERL5= configure USES= perl5 -MAN1= cddbtofilename.1 filenametoid3.1 freedbtofilename.1 \ - id3tofilename.1 movemusic.1 mp3-archive-tools.1 mp3id.1 \ - pmv.1 update-music-symlinks.1 - .include Modified: head/audio/mp3-archive-tools/pkg-plist ============================================================================== --- head/audio/mp3-archive-tools/pkg-plist Tue Oct 22 20:03:01 2013 (r331312) +++ head/audio/mp3-archive-tools/pkg-plist Tue Oct 22 20:11:41 2013 (r331313) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/cddbtofilename bin/filenametoid3 bin/freedbtofilename @@ -8,4 +7,13 @@ bin/mp3id bin/pmv bin/update-music-symlinks %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3-archive-tools/.packlist +man/man1/cddbtofilename.1.gz +man/man1/filenametoid3.1.gz +man/man1/freedbtofilename.1.gz +man/man1/id3tofilename.1.gz +man/man1/movemusic.1.gz +man/man1/mp3-archive-tools.1.gz +man/man1/mp3id.1.gz +man/man1/pmv.1.gz +man/man1/update-music-symlinks.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3-archive-tools