diff options
author | oliver <oliver@FreeBSD.org> | 2004-08-15 01:55:40 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-08-15 01:55:40 +0000 |
commit | 88d57099694fc1a136cf882bce368e5facd8fce5 (patch) | |
tree | 2bb3d71a8de6c0db440318b8382639fce0883ee3 /editors | |
parent | d903c5618f7aff82f01b8789e360fdd4aa588aac (diff) | |
download | FreeBSD-ports-88d57099694fc1a136cf882bce368e5facd8fce5.zip FreeBSD-ports-88d57099694fc1a136cf882bce368e5facd8fce5.tar.gz |
update to 1.40-17
remove BROKEN
Diffstat (limited to 'editors')
-rw-r--r-- | editors/beav/Makefile | 4 | ||||
-rw-r--r-- | editors/beav/distinfo | 4 | ||||
-rw-r--r-- | editors/beav/files/patch-def.h | 12 |
3 files changed, 15 insertions, 5 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 0d9e171..a76cefc 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 53162ad..e5ccd98 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 0000000..5a6a991 --- /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" |