From owner-svn-ports-head@freebsd.org Mon Oct 3 22:09:24 2016 Return-Path: Delivered-To: svn-ports-head@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 F19EEAF36C6; Mon, 3 Oct 2016 22:09:24 +0000 (UTC) (envelope-from ehaupt@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 A8AB7ABC; Mon, 3 Oct 2016 22:09:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u93M9Npb030670; Mon, 3 Oct 2016 22:09:23 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u93M9N9O030667; Mon, 3 Oct 2016 22:09:23 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610032209.u93M9N9O030667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 3 Oct 2016 22:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423227 - head/audio/wav2cdr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 22:09:25 -0000 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/