aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-11-21 08:38:36 +0800
committernaddy <naddy@FreeBSD.org>2002-11-21 08:38:36 +0800
commit333a9d1d52673d81e8c3348b24bda48b759625bd (patch)
treed425559dc895cf830a8af72b2b37272a0d091d01 /audio
parent3b28ac2de0321be19c90cb2fa5443c17edee9cf3 (diff)
downloadfreebsd-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/Makefile4
-rw-r--r--audio/shorten/distinfo2
-rw-r--r--audio/shorten/files/patch-include::binary.h10
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