diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-20 20:48:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-20 20:48:44 +0800 |
commit | 2993bd27e3eedfd6c3ab921147f4b9a5a0afc8bb (patch) | |
tree | 17766c90435fec45f2497607dc930ac72b764df4 /editors | |
parent | 0b9856cfeda964093caee52f2a72f8757b459e80 (diff) | |
download | freebsd-ports-gnome-2993bd27e3eedfd6c3ab921147f4b9a5a0afc8bb.tar.gz freebsd-ports-gnome-2993bd27e3eedfd6c3ab921147f4b9a5a0afc8bb.tar.zst freebsd-ports-gnome-2993bd27e3eedfd6c3ab921147f4b9a5a0afc8bb.zip |
Update to 0.5.0.
PR: 29885
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/manedit/Makefile | 7 | ||||
-rw-r--r-- | editors/manedit/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 9e9afe30851c..cd285051b7d3 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -6,10 +6,9 @@ # PORTNAME= manedit -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= editors -MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ \ - ftp://fox.mit.edu/pub/xsw/ +MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ MAINTAINER= sobomax@FreeBSD.org @@ -23,7 +22,7 @@ MAKEFILE= Makefile.FreeBSD MAN1= manedit.1 pre-patch: - @find ${WRKSRC} \( -name "*.[ch]" -or -name "*.cpp" \) | \ + @find ${WRKSRC} -name "*.[ch]" | \ xargs ${PERL} -pi -e 's|malloc\.h|stdlib.h|g' .include <bsd.port.mk> diff --git a/editors/manedit/distinfo b/editors/manedit/distinfo index 940562dc5443..7fba525624e9 100644 --- a/editors/manedit/distinfo +++ b/editors/manedit/distinfo @@ -1 +1 @@ -MD5 (manedit-0.4.1.tar.bz2) = a5c8abe4edfcaa123fb09b994e3b7583 +MD5 (manedit-0.5.0.tar.bz2) = cd7c9cebcdeb81273c120084c8f7cdfe |