diff options
author | naddy <naddy@FreeBSD.org> | 2002-11-21 08:38:36 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-11-21 08:38:36 +0800 |
commit | 333a9d1d52673d81e8c3348b24bda48b759625bd (patch) | |
tree | d425559dc895cf830a8af72b2b37272a0d091d01 /audio | |
parent | 3b28ac2de0321be19c90cb2fa5443c17edee9cf3 (diff) | |
download | freebsd-ports-gnome-333a9d1d52673d81e8c3348b24bda48b759625bd.tar.gz freebsd-ports-gnome-333a9d1d52673d81e8c3348b24bda48b759625bd.tar.zst freebsd-ports-gnome-333a9d1d52673d81e8c3348b24bda48b759625bd.zip |
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
Diffstat (limited to 'audio')
-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 |