summaryrefslogtreecommitdiff
path: root/audio/bladeenc
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-05-06 08:55:46 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-05-06 08:55:46 +0000
commitdfa65cd76ff7a330ba8df680d3420f54eaeea5c0 (patch)
tree562def0b699cf60b6b96e62ff671af0756346b25 /audio/bladeenc
parentUpgrade to dev.20 (diff)
Upgrade to 0.94.1.
Submitted by: kris
Notes
Notes: svn path=/head/; revision=42315
Diffstat (limited to 'audio/bladeenc')
-rw-r--r--audio/bladeenc/Makefile5
-rw-r--r--audio/bladeenc/distinfo2
-rw-r--r--audio/bladeenc/files/patch-ac10
-rw-r--r--audio/bladeenc/files/patch-ad10
-rw-r--r--audio/bladeenc/files/patch-ae10
-rw-r--r--audio/bladeenc/files/patch-af11
6 files changed, 3 insertions, 45 deletions
diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile
index c4f3ec71401e..44374738f0a0 100644
--- a/audio/bladeenc/Makefile
+++ b/audio/bladeenc/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= bladeenc
-PORTVERSION= 0.92
+PORTVERSION= 0.94.1
CATEGORIES= audio
MASTER_SITES= http://bladeenc.mp3.no/source/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
-EXTRACT_SUFX= .0-src-stable.tar.gz
+EXTRACT_SUFX= -src-stable.tar.gz
MAINTAINER= dirk@FreeBSD.org
-WRKSRC= ${WRKDIR}/${DISTNAME}.0
GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/audio/bladeenc/distinfo b/audio/bladeenc/distinfo
index ee806184d10d..23519ec835a6 100644
--- a/audio/bladeenc/distinfo
+++ b/audio/bladeenc/distinfo
@@ -1 +1 @@
-MD5 (bladeenc-0.92.0-src-stable.tar.gz) = 85581842b916c17b055996d74a664f3c
+MD5 (bladeenc-0.94.1-src-stable.tar.gz) = f35a4c551ade0e02e9d5de6f11fb1dba
diff --git a/audio/bladeenc/files/patch-ac b/audio/bladeenc/files/patch-ac
deleted file mode 100644
index 575b8ada00ee..000000000000
--- a/audio/bladeenc/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- bladeenc/loop.c.orig Tue Nov 16 23:06:17 1999
-+++ bladeenc/loop.c Thu Dec 9 22:46:57 1999
-@@ -22,6 +22,7 @@
- #include <stdlib.h>
- #include <math.h>
- #include <assert.h>
-+#include <sys/types.h>
- #include "system.h"
- #include "l3side.h"
- #include "loop.h"
diff --git a/audio/bladeenc/files/patch-ad b/audio/bladeenc/files/patch-ad
deleted file mode 100644
index a28891e732e7..000000000000
--- a/audio/bladeenc/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- bladeenc/main.c.orig Wed Dec 8 21:32:19 1999
-+++ bladeenc/main.c Thu Dec 9 22:46:26 1999
-@@ -19,6 +19,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>
-+#include <sys/types.h>
- #include "system.h"
- #include "codec.h"
- #include "samplein.h"
diff --git a/audio/bladeenc/files/patch-ae b/audio/bladeenc/files/patch-ae
deleted file mode 100644
index 5a7048db428d..000000000000
--- a/audio/bladeenc/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- bladeenc/samplein.c.orig Tue Nov 16 23:06:17 1999
-+++ bladeenc/samplein.c Thu Dec 9 22:45:26 1999
-@@ -18,6 +18,7 @@
-
- #include <stdio.h>
- #include <string.h>
-+#include <sys/types.h>
- #include "system.h"
- #include "samplein.h"
-
diff --git a/audio/bladeenc/files/patch-af b/audio/bladeenc/files/patch-af
deleted file mode 100644
index a3343bf920dc..000000000000
--- a/audio/bladeenc/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- bladeenc/system.h.orig Tue Nov 23 11:46:19 1999
-+++ bladeenc/system.h Thu Dec 9 22:43:35 1999
-@@ -39,7 +39,7 @@
- #define BEOS_PPC 18
-
- #ifndef SYSTEM
--# define SYSTEM LINUX_I386 /* Set current system here, select */
-+# define SYSTEM NETBSD /* Set current system here, select */
- #endif /* from list above. */
-
-