summaryrefslogtreecommitdiff
path: root/audio/shorten
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-17 21:48:03 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-17 21:48:03 +0000
commitf1ab6f348822a2d2653e98f17faf25d9ff62efd3 (patch)
tree3366cfd15e27dfa6ec7c024804895a977b03399b /audio/shorten
parentEmbellish the package list. (diff)
Update to 3.4
PR: 35063 Submitted by: maintainer, naddy
Notes
Notes: svn path=/head/; revision=54836
Diffstat (limited to 'audio/shorten')
-rw-r--r--audio/shorten/Makefile6
-rw-r--r--audio/shorten/distinfo2
-rw-r--r--audio/shorten/files/patch-include::binary.h10
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