diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-10-04 06:09:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-10-04 06:09:23 +0800 |
commit | f59f88054a3622c07b72b301819576e668729a44 (patch) | |
tree | 9f0579404e5e1fcee0ae7d750a84396ffd0c69b7 /audio/wav2cdr | |
parent | fb90a7ded3934a88f338eed8da60666faaf61e55 (diff) | |
download | freebsd-ports-gnome-f59f88054a3622c07b72b301819576e668729a44.tar.gz freebsd-ports-gnome-f59f88054a3622c07b72b301819576e668729a44.tar.zst freebsd-ports-gnome-f59f88054a3622c07b72b301819576e668729a44.zip |
- Update to 2.3.4
- Use debian mirror
- Remove WWW as it now is just a directory listing with outdated files
Notified by: repology
Diffstat (limited to 'audio/wav2cdr')
-rw-r--r-- | audio/wav2cdr/Makefile | 9 | ||||
-rw-r--r-- | audio/wav2cdr/distinfo | 5 | ||||
-rw-r--r-- | audio/wav2cdr/pkg-descr | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/audio/wav2cdr/Makefile b/audio/wav2cdr/Makefile index 7e4aaadca768..078a2a61c151 100644 --- a/audio/wav2cdr/Makefile +++ b/audio/wav2cdr/Makefile @@ -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 diff --git a/audio/wav2cdr/distinfo b/audio/wav2cdr/distinfo index d01c6b6f2558..8ec003ced969 100644 --- a/audio/wav2cdr/distinfo +++ b/audio/wav2cdr/distinfo @@ -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 diff --git a/audio/wav2cdr/pkg-descr b/audio/wav2cdr/pkg-descr index 5bf10b2d5533..4c30553d7796 100644 --- a/audio/wav2cdr/pkg-descr +++ b/audio/wav2cdr/pkg-descr @@ -3,5 +3,3 @@ can perform some editing functions like cutting or volume change. 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/ |