From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 18:49:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AF6DF49; Sun, 15 Jun 2014 18:49:52 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28180269D; Sun, 15 Jun 2014 18:49:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FInqnM092665; Sun, 15 Jun 2014 18:49:52 GMT (envelope-from riggs@svn.freebsd.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FInpY6092663; Sun, 15 Jun 2014 18:49:51 GMT (envelope-from riggs@svn.freebsd.org) Message-Id: <201406151849.s5FInpY6092663@svn.freebsd.org> From: Thomas Zander Date: Sun, 15 Jun 2014 18:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357921 - head/multimedia/mp3cd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 18:49:52 -0000 Author: riggs Date: Sun Jun 15 18:49:51 2014 New Revision: 357921 URL: http://svnweb.freebsd.org/changeset/ports/357921 QAT: https://qat.redports.org/buildarchive/r357921/ Log: - Stagify - Add LICENSE Approved by: mentors (implicit) Modified: head/multimedia/mp3cd/Makefile head/multimedia/mp3cd/pkg-plist Modified: head/multimedia/mp3cd/Makefile ============================================================================== --- head/multimedia/mp3cd/Makefile Sun Jun 15 18:48:29 2014 (r357920) +++ head/multimedia/mp3cd/Makefile Sun Jun 15 18:49:51 2014 (r357921) @@ -10,6 +10,8 @@ MASTER_SITES= http://outflux.net/softwar MAINTAINER= ports@FreeBSD.org COMMENT= Perl script that burns MP3 to audio CDs +LICENSE= GPLv2 # or later + BUILD_DEPENDS= p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,8 +19,4 @@ USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= scripts/mp3cd -MAN1= mp3cd.1 -MANCOMPRESS= yes - -NO_STAGE= yes .include Modified: head/multimedia/mp3cd/pkg-plist ============================================================================== --- head/multimedia/mp3cd/pkg-plist Sun Jun 15 18:48:29 2014 (r357920) +++ head/multimedia/mp3cd/pkg-plist Sun Jun 15 18:49:51 2014 (r357921) @@ -1,3 +1,4 @@ bin/mp3cd +man/man1/mp3cd.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3cd/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3cd