Date: Mon, 3 Oct 2016 22:09:23 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423227 - head/audio/wav2cdr Message-ID: <201610032209.u93M9N9O030667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Oct 3 22:09:23 2016 New Revision: 423227 URL: https://svnweb.freebsd.org/changeset/ports/423227 Log: - Update to 2.3.4 - Use debian mirror - Remove WWW as it now is just a directory listing with outdated files Notified by: repology Modified: head/audio/wav2cdr/Makefile head/audio/wav2cdr/distinfo head/audio/wav2cdr/pkg-descr Modified: head/audio/wav2cdr/Makefile ============================================================================== --- head/audio/wav2cdr/Makefile Mon Oct 3 21:52:34 2016 (r423226) +++ head/audio/wav2cdr/Makefile Mon Oct 3 22:09:23 2016 (r423227) @@ -2,15 +2,20 @@ # $FreeBSD$ PORTNAME= wav2cdr -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 +DISTVERSIONSUFFIX= .orig CATEGORIES= audio converters -MASTER_SITES= LOCAL/ehaupt +MASTER_SITES= DEBIAN \ + LOCAL/ehaupt +DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Converts WAV files into CDR audio file format LICENSE= GPLv2 +USES= tar:bz2 + WRKSRC= ${WRKDIR}/${PORTNAME} SRC= wav2cdr cmdarg data fileio process Modified: head/audio/wav2cdr/distinfo ============================================================================== --- head/audio/wav2cdr/distinfo Mon Oct 3 21:52:34 2016 (r423226) +++ head/audio/wav2cdr/distinfo Mon Oct 3 22:09:23 2016 (r423227) @@ -1,2 +1,3 @@ -SHA256 (wav2cdr-2.3.3.tar.gz) = 2922303ce69f4c40c686e5793721a4df786dc6b38af79d12a074cb65a358ead0 -SIZE (wav2cdr-2.3.3.tar.gz) = 60449 +TIMESTAMP = 1475531937 +SHA256 (wav2cdr_2.3.4.orig.tar.bz2) = 2ee13fc3e70f8d61ba6a49cd48dd29309a0fb536047bcd0be54d3dd2403c4b31 +SIZE (wav2cdr_2.3.4.orig.tar.bz2) = 54788 Modified: head/audio/wav2cdr/pkg-descr ============================================================================== --- head/audio/wav2cdr/pkg-descr Mon Oct 3 21:52:34 2016 (r423226) +++ head/audio/wav2cdr/pkg-descr Mon Oct 3 22:09:23 2016 (r423227) @@ -3,5 +3,3 @@ can perform some editing functions like It is rather rudimentary, the wav file must have the same sampling parameters as CD audio. Runs on big and little endian machines. - -WWW: http://www.ibiblio.org/pub/Linux/apps/sound/convert/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610032209.u93M9N9O030667>