diff options
author | pat <pat@FreeBSD.org> | 2002-02-17 21:48:03 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-17 21:48:03 +0000 |
commit | 20a73ba10f8b69e61df1562a4fe41e257d024c85 (patch) | |
tree | ced620f840c0f2f60ee349a45600ef0838bf93bb /audio | |
parent | f5a0368ddf5d36a68c8d1b8e8d9761621a45cc16 (diff) | |
download | FreeBSD-ports-20a73ba10f8b69e61df1562a4fe41e257d024c85.zip FreeBSD-ports-20a73ba10f8b69e61df1562a4fe41e257d024c85.tar.gz |
Update to 3.4
PR: 35063
Submitted by: maintainer, naddy
Diffstat (limited to 'audio')
-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 02eb383..9492a59 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 95daa3e..b2e5d42 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 0000000..63174be --- /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 |