aboutsummaryrefslogtreecommitdiff
path: root/editors/beav
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-08-15 01:55:40 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-08-15 01:55:40 +0000
commit02129dc3c032f9339bd0f05b8a960e67c506a0aa (patch)
tree2d12ba707925b34655cb93e14460e356cf052ad6 /editors/beav
parent4a6bf41f75b1679ec86c630e51f8e76640f7e2d3 (diff)
downloadports-02129dc3c032f9339bd0f05b8a960e67c506a0aa.tar.gz
ports-02129dc3c032f9339bd0f05b8a960e67c506a0aa.zip
update to 1.40-17
remove BROKEN
Notes
Notes: svn path=/head/; revision=116229
Diffstat (limited to 'editors/beav')
-rw-r--r--editors/beav/Makefile4
-rw-r--r--editors/beav/distinfo4
-rw-r--r--editors/beav/files/patch-def.h12
3 files changed, 15 insertions, 5 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile
index 0d9e171e30f0..a76cefc4c99c 100644
--- a/editors/beav/Makefile
+++ b/editors/beav/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= beav
-PORTVERSION= 1.40.16
+PORTVERSION= 1.40.17
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
@@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Binary Editor And Viewer, a full featured binary file editor
-BROKEN= "Unfetchable"
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_REINPLACE= yes
diff --git a/editors/beav/distinfo b/editors/beav/distinfo
index 53162ade1cc1..e5ccd98fdaaa 100644
--- a/editors/beav/distinfo
+++ b/editors/beav/distinfo
@@ -1,2 +1,2 @@
-MD5 (beav_1.40-16.tar.gz) = 398c06be310319e67daedf30cfb3cf7f
-SIZE (beav_1.40-16.tar.gz) = 134715
+MD5 (beav_1.40-17.tar.gz) = 1989c6560b31453999259627d2fd5284
+SIZE(beav_1.40-17.tar.gz) = 132902
diff --git a/editors/beav/files/patch-def.h b/editors/beav/files/patch-def.h
new file mode 100644
index 000000000000..5a6a991639d1
--- /dev/null
+++ b/editors/beav/files/patch-def.h
@@ -0,0 +1,12 @@
+--- def.h.orig Tue Jul 13 11:05:00 2004
++++ def.h Sun Aug 15 03:51:52 2004
+@@ -566,9 +566,6 @@
+ /*
+ * Standard I/O.
+ */
+-extern char *malloc ();
+-extern char *strcpy ();
+-extern char *strcat ();
+
+ #ifndef NOPROTO
+ #include "prototyp.h"