From 333a9d1d52673d81e8c3348b24bda48b759625bd Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 21 Nov 2002 00:38:36 +0000 Subject: Update to 3.5.0. Notable changes in this release: * Support for compression of AIFF files. * Changed file naming convention during extraction. Approved by: maintainer --- audio/shorten/Makefile | 4 ++-- audio/shorten/distinfo | 2 +- audio/shorten/files/patch-include::binary.h | 10 ---------- 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 audio/shorten/files/patch-include::binary.h (limited to 'audio') diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index 9492a5928245..48ac5f96cc3c 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -6,9 +6,9 @@ # PORTNAME= shorten -PORTVERSION= 3.4 +PORTVERSION= 3.5.0 CATEGORIES= audio archivers -MASTER_SITES= http://shnutils.etree.org/shorten/source/ +MASTER_SITES= http://shnutils.freeshell.org/shorten/source/ MAINTAINER= sec@42.org diff --git a/audio/shorten/distinfo b/audio/shorten/distinfo index b2e5d423f393..3cb60d7f98e2 100644 --- a/audio/shorten/distinfo +++ b/audio/shorten/distinfo @@ -1 +1 @@ -MD5 (shorten-3.4.tar.gz) = 16d459939544442d6a30175c0bf69e93 +MD5 (shorten-3.5.0.tar.gz) = cde81555c8dae3b011c4a15d320c7312 diff --git a/audio/shorten/files/patch-include::binary.h b/audio/shorten/files/patch-include::binary.h deleted file mode 100644 index 63174beee113..000000000000 --- a/audio/shorten/files/patch-include::binary.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/binary.h.orig Sun Feb 17 16:45:30 2002 -+++ include/binary.h Sun Feb 17 16:45:35 2002 -@@ -10,7 +10,6 @@ - #include - #include - #include --#include - - - #if defined _WIN32 || defined __TURBOC__ || defined __ZTC__ || defined _MSC_VER -- cgit