diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-21 00:38:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-21 00:38:36 +0000 |
commit | b2b8db9672875129c5ad6334b6cd674536b8ae93 (patch) | |
tree | 699b77b241da90c27053cfa2e9a6d2d830093c46 | |
parent | Updated my maintainer email address. (diff) |
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
Notes
Notes:
svn path=/head/; revision=70622
-rw-r--r-- | audio/shorten/Makefile | 4 | ||||
-rw-r--r-- | audio/shorten/distinfo | 2 | ||||
-rw-r--r-- | audio/shorten/files/patch-include::binary.h | 10 |
3 files changed, 3 insertions, 13 deletions
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 <limits.h> - #include <assert.h> - #include <math.h> --#include <malloc.h> - - - #if defined _WIN32 || defined __TURBOC__ || defined __ZTC__ || defined _MSC_VER |