aboutsummaryrefslogtreecommitdiffstats
path: root/editors/manedit
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-09-04 20:24:15 +0800
committersobomax <sobomax@FreeBSD.org>2001-09-04 20:24:15 +0800
commite66e50480939623d765ebf4de28b1f1f4b852cfa (patch)
treea3002c314dbba0b44a6e0f2983768e0d6a39746e /editors/manedit
parent66264fe95849e5ca030bed6053ab14695921a036 (diff)
downloadfreebsd-ports-gnome-e66e50480939623d765ebf4de28b1f1f4b852cfa.tar.gz
freebsd-ports-gnome-e66e50480939623d765ebf4de28b1f1f4b852cfa.tar.zst
freebsd-ports-gnome-e66e50480939623d765ebf4de28b1f1f4b852cfa.zip
Update to 0.5.1.
Diffstat (limited to 'editors/manedit')
-rw-r--r--editors/manedit/Makefile2
-rw-r--r--editors/manedit/distinfo2
-rw-r--r--editors/manedit/files/patch-Makefile.FreeBSD13
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
+
+
+ # ########################################################################