Update to 3.4

PR:		35063
Submitted by:	maintainer, naddy
This commit is contained in:
Patrick Li 2002-02-17 21:48:03 +00:00
parent 3ff4594f4d
commit f1ab6f3488
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54836
3 changed files with 14 additions and 4 deletions

View file

@ -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

View file

@ -1 +1 @@
MD5 (shorten-3.3.tar.gz) = 1db8d2d9f70892538c1c273e3d9c665f
MD5 (shorten-3.4.tar.gz) = 16d459939544442d6a30175c0bf69e93

View file

@ -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