From owner-svn-ports-all@freebsd.org Thu Aug 13 01:55:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E704A99F4BF; Thu, 13 Aug 2015 01:55:08 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.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 D7584EA6; Thu, 13 Aug 2015 01:55:08 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7D1t8c8055628; Thu, 13 Aug 2015 01:55:08 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7D1t8wW055627; Thu, 13 Aug 2015 01:55:08 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508130155.t7D1t8wW055627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 13 Aug 2015 01:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394048 - head/audio/cd2mp3 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.20 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: Thu, 13 Aug 2015 01:55:09 -0000 Author: junovitch Date: Thu Aug 13 01:55:08 2015 New Revision: 394048 URL: https://svnweb.freebsd.org/changeset/ports/394048 Log: audio/cd2mp3: pass maintainer to submitter, add additional MASTER_SITE PR: 200137 Submitted by: Chris Hutchinson Approved by: Mark Foster (outgoing maintainer), delphij (mentor) Modified: head/audio/cd2mp3/Makefile Modified: head/audio/cd2mp3/Makefile ============================================================================== --- head/audio/cd2mp3/Makefile Thu Aug 13 00:58:37 2015 (r394047) +++ head/audio/cd2mp3/Makefile Thu Aug 13 01:55:08 2015 (r394048) @@ -7,10 +7,10 @@ PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://mark.foster.cc/pub/freebsd/ports/distfiles/ \ + http://BSDforge.com/projects/source/audio/cd2mp3/ \ LOCAL/feld -MASTER_SITES= LOCAL/feld -MAINTAINER= mark@foster.cc +MAINTAINER= portmaster@BSDforge.com COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \