From owner-svn-ports-all@freebsd.org Sat Dec 19 00:55:43 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 53D5BA4C54E; Sat, 19 Dec 2015 00:55:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 257CC1F4F; Sat, 19 Dec 2015 00:55:43 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBJ0tg3q093030; Sat, 19 Dec 2015 00:55:42 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBJ0tgQL093028; Sat, 19 Dec 2015 00:55:42 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512190055.tBJ0tgQL093028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 19 Dec 2015 00:55:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403994 - 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: Sat, 19 Dec 2015 00:55:43 -0000 Author: junovitch Date: Sat Dec 19 00:55:41 2015 New Revision: 403994 URL: https://svnweb.freebsd.org/changeset/ports/403994 Log: audio/cd2mp3: Add an IPv6 MASTER_SITES mirror and add a WWW: PR: 205408 Submitted by: Chris Hutchinson (maintainer) Modified: head/audio/cd2mp3/Makefile head/audio/cd2mp3/pkg-descr Modified: head/audio/cd2mp3/Makefile ============================================================================== --- head/audio/cd2mp3/Makefile Sat Dec 19 00:42:17 2015 (r403993) +++ head/audio/cd2mp3/Makefile Sat Dec 19 00:55:41 2015 (r403994) @@ -8,6 +8,7 @@ PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://mark.foster.cc/pub/freebsd/ports/distfiles/ \ http://BSDforge.com/projects/source/audio/cd2mp3/ \ + http://bsd6.BSDforge.com/projects/source/audio/cd2mp3/ \ LOCAL/feld MAINTAINER= portmaster@BSDforge.com Modified: head/audio/cd2mp3/pkg-descr ============================================================================== --- head/audio/cd2mp3/pkg-descr Sat Dec 19 00:42:17 2015 (r403993) +++ head/audio/cd2mp3/pkg-descr Sat Dec 19 00:55:41 2015 (r403994) @@ -2,3 +2,5 @@ cd2mp3 will help you create MP3s from yo It features single track encoding, entire CD encoding, ripping of tracks to .WAV files, and encoding .WAV files to MP3 Format. + +WWW: http://BSDforge.com/projects/audio/cd2mp3