diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-04 12:24:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-04 12:24:15 +0000 |
commit | 5e47a558da80923e6473f4994a9567bb2723317a (patch) | |
tree | 253b780187fa677714d9169d2a5fc0ee7ab1116f /editors/manedit | |
parent | Fix a bug that prevents some applications (e.g. Evolution) from starting-up (diff) |
Update to 0.5.1.
Notes
Notes:
svn path=/head/; revision=47419
Diffstat (limited to 'editors/manedit')
-rw-r--r-- | editors/manedit/Makefile | 2 | ||||
-rw-r--r-- | editors/manedit/distinfo | 2 | ||||
-rw-r--r-- | editors/manedit/files/patch-Makefile.FreeBSD | 13 |
3 files changed, 13 insertions, 4 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index cd285051b7d3..2521c06e5e49 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= manedit -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= editors MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ diff --git a/editors/manedit/distinfo b/editors/manedit/distinfo index 7fba525624e9..700d206fbb4c 100644 --- a/editors/manedit/distinfo +++ b/editors/manedit/distinfo @@ -1 +1 @@ -MD5 (manedit-0.5.0.tar.bz2) = cd7c9cebcdeb81273c120084c8f7cdfe +MD5 (manedit-0.5.1.tar.bz2) = 51c9ebcb9dbbabc532372139aa59dadb diff --git a/editors/manedit/files/patch-Makefile.FreeBSD b/editors/manedit/files/patch-Makefile.FreeBSD index 97aab067067b..42a028707b6d 100644 --- a/editors/manedit/files/patch-Makefile.FreeBSD +++ b/editors/manedit/files/patch-Makefile.FreeBSD @@ -1,8 +1,8 @@ $FreeBSD$ ---- Makefile.FreeBSD 2001/07/17 15:05:11 1.1 -+++ Makefile.FreeBSD 2001/07/17 15:05:23 +--- Makefile.FreeBSD.orig Mon Sep 3 06:57:19 2001 ++++ Makefile.FreeBSD Tue Sep 4 15:20:14 2001 @@ -52,7 +52,7 @@ # GTK_CONFIG ?= gtk-config @@ -12,3 +12,12 @@ $FreeBSD$ -DPREFIX=\"$(PREFIX)\" \ -DLOCALBASE=\"$(LOCALBASE)\" -DX11BASE=\"$(X11BASE)\" +@@ -126,7 +126,7 @@ + # + # This rule is defined externally. + # +-include Makefile.install.FreeBSD ++include Makefile.install.UNIX + + + # ######################################################################## |