diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-17 21:48:03 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-17 21:48:03 +0000 |
commit | f1ab6f348822a2d2653e98f17faf25d9ff62efd3 (patch) | |
tree | 3366cfd15e27dfa6ec7c024804895a977b03399b /audio/shorten | |
parent | 3ff4594f4d24c4e018a08ecc9a262a6dfec53f82 (diff) | |
download | ports-f1ab6f348822a2d2653e98f17faf25d9ff62efd3.tar.gz ports-f1ab6f348822a2d2653e98f17faf25d9ff62efd3.zip |
Notes
Diffstat (limited to 'audio/shorten')
-rw-r--r-- | audio/shorten/Makefile | 6 | ||||
-rw-r--r-- | audio/shorten/distinfo | 2 | ||||
-rw-r--r-- | audio/shorten/files/patch-include::binary.h | 10 |
3 files changed, 14 insertions, 4 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index 02eb38363e8c..9492a5928245 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -6,13 +6,13 @@ # PORTNAME= shorten -PORTVERSION= 3.3 +PORTVERSION= 3.4 CATEGORIES= audio archivers -MASTER_SITES= http://shnutils.etree.org/misc/ +MASTER_SITES= http://shnutils.etree.org/shorten/source/ MAINTAINER= sec@42.org -RESTRICTED= "May not be sold." +RESTRICTED= "May not be sold, may not be used commercially." GNU_CONFIGURE= yes diff --git a/audio/shorten/distinfo b/audio/shorten/distinfo index 95daa3e260f7..b2e5d423f393 100644 --- a/audio/shorten/distinfo +++ b/audio/shorten/distinfo @@ -1 +1 @@ -MD5 (shorten-3.3.tar.gz) = 1db8d2d9f70892538c1c273e3d9c665f +MD5 (shorten-3.4.tar.gz) = 16d459939544442d6a30175c0bf69e93 diff --git a/audio/shorten/files/patch-include::binary.h b/audio/shorten/files/patch-include::binary.h new file mode 100644 index 000000000000..63174beee113 --- /dev/null +++ b/audio/shorten/files/patch-include::binary.h @@ -0,0 +1,10 @@ +--- 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 |