From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 10 13:55:01 2009 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD3A9106566B; Thu, 10 Dec 2009 13:55:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from smtp-vbr19.xs4all.nl (smtp-vbr19.xs4all.nl [194.109.24.39]) by mx1.freebsd.org (Postfix) with ESMTP id 775BC8FC20; Thu, 10 Dec 2009 13:55:01 +0000 (UTC) Received: from [192.168.1.68] (kazerne.demon.nl [212.238.222.22]) by smtp-vbr19.xs4all.nl (8.13.8/8.13.8) with ESMTP id nBADbiI3024211; Thu, 10 Dec 2009 14:37:44 +0100 (CET) (envelope-from kwm@FreeBSD.org) From: Koop Mast To: Dmitry Sivachenko In-Reply-To: <20091210094758.GA51976@m4-new.master-telecom.ru> References: <20091210094758.GA51976@m4-new.master-telecom.ru> Content-Type: text/plain; charset="us-ascii" Date: Thu, 10 Dec 2009 14:41:05 +0100 Message-ID: <1260452465.1817.299.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: multimedia@FreeBSD.org Subject: Re: audio/alac port update X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 13:55:02 -0000 On Thu, 2009-12-10 at 12:47 +0300, Dmitry Sivachenko wrote: > Hello! > > Can you please commit or approve? > > Thanks! > > > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/audio/alac/Makefile,v > retrieving revision 1.9 > diff -u -r1.9 Makefile > --- Makefile 10 Jul 2008 18:42:13 -0000 1.9 > +++ Makefile 10 Dec 2009 09:44:36 -0000 > @@ -6,11 +6,11 @@ > # > > PORTNAME= alac > -PORTVERSION= 0.1.3 > -PORTREVISION= 1 > +PORTVERSION= 0.2.0 > CATEGORIES= audio > -MASTER_SITES= http://crazney.net/programs/itunes/files/ > +MASTER_SITES= http://craz.net/programs/itunes/files/ Why this change? It looks like crazney.net is still the main site. The dist file is on the craz.net server but the website isn't. I would propose adding it as a additional download mirror. You can commit it. -Koop > DISTNAME= ${PORTNAME}_decoder-${PORTVERSION} > +EXTRACT_SUFX= .tgz > > MAINTAINER= multimedia@FreeBSD.org > COMMENT= Basic decoder for Apple Lossless Audio Codec files (ALAC) > Index: distinfo > =================================================================== > RCS file: /home/pcvs/ports/audio/alac/distinfo,v > retrieving revision 1.5 > diff -u -r1.5 distinfo > --- distinfo 31 Oct 2006 00:18:09 -0000 1.5 > +++ distinfo 10 Dec 2009 09:44:36 -0000 > @@ -1,3 +1,3 @@ > -MD5 (alac_decoder-0.1.3.tar.gz) = e2aa1eecefb3c105f2507f3c1dfb1293 > -SHA256 (alac_decoder-0.1.3.tar.gz) = > b0ac203d873cc5746a519970adf095a32bfc4bad3fff2bfdf41bd1d518f09b1d > -SIZE (alac_decoder-0.1.3.tar.gz) = 15171 > +MD5 (alac_decoder-0.2.0.tgz) = cec75c35f010d36e7bed91935b57f2d1 > +SHA256 (alac_decoder-0.2.0.tgz) = > 7f8f978a5619e6dfa03dc140994fd7255008d788af848ba6acf9cfbaa3e4122f > +SIZE (alac_decoder-0.2.0.tgz) = 19019 > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" >