diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-02 19:53:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-02 19:53:07 +0800 |
commit | 22b51d9b0fecbe5bd5c5c8899260aaf2b3b6b8a3 (patch) | |
tree | 79702935325b434a797be7c0efdcfad78c4fe2f9 /editors/manedit | |
parent | c9a64ab3da3a0d28c9d75104a4d860466e6b5b45 (diff) | |
download | freebsd-ports-gnome-22b51d9b0fecbe5bd5c5c8899260aaf2b3b6b8a3.tar.gz freebsd-ports-gnome-22b51d9b0fecbe5bd5c5c8899260aaf2b3b6b8a3.tar.zst freebsd-ports-gnome-22b51d9b0fecbe5bd5c5c8899260aaf2b3b6b8a3.zip |
Update to 0.5.6.
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 51f3af3bb50c..a24c5b680ad0 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= manedit -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= editors MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ diff --git a/editors/manedit/distinfo b/editors/manedit/distinfo index 6a428cf5fc2d..a7c37ee9e0e4 100644 --- a/editors/manedit/distinfo +++ b/editors/manedit/distinfo @@ -1 +1 @@ -MD5 (manedit-0.5.5.tar.bz2) = b93dec34ec77c2cdf83ef60bc535fe0d +MD5 (manedit-0.5.6.tar.bz2) = 8039d8167c0338f8b8666ae9a516e0a0 diff --git a/editors/manedit/files/patch-Makefile.FreeBSD b/editors/manedit/files/patch-Makefile.FreeBSD index 42a028707b6d..9488f8b0e9b7 100644 --- a/editors/manedit/files/patch-Makefile.FreeBSD +++ b/editors/manedit/files/patch-Makefile.FreeBSD @@ -1,8 +1,8 @@ $FreeBSD$ ---- Makefile.FreeBSD.orig Mon Sep 3 06:57:19 2001 -+++ Makefile.FreeBSD Tue Sep 4 15:20:14 2001 +--- Makefile.FreeBSD.orig Wed Mar 13 00:02:34 2002 ++++ Makefile.FreeBSD Tue Jul 2 14:48:15 2002 @@ -52,7 +52,7 @@ # GTK_CONFIG ?= gtk-config @@ -12,6 +12,15 @@ $FreeBSD$ -DPREFIX=\"$(PREFIX)\" \ -DLOCALBASE=\"$(LOCALBASE)\" -DX11BASE=\"$(X11BASE)\" +@@ -116,7 +116,7 @@ + # Build Rules: + # + $(BIN): $(OBJ_C) $(OBJ_CPP) +- $(CC) $(OBJ_C) $(OBJ_CPP) -o $(BIN) $(LIB) $(LIB_DIR) ++ $(CPP) $(OBJ_C) $(OBJ_CPP) -o $(BIN) $(LIB) $(LIB_DIR) + + all: $(BIN) $(BIN).1.out + @@ -126,7 +126,7 @@ # # This rule is defined externally. |