diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-04 08:29:57 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-04 08:29:57 +0000 |
commit | 760035981602e14a31e065ba7caa9b8dd4da7050 (patch) | |
tree | 1b4da1dde77d7466567c29b04874d020c1fb3f1c | |
parent | b9d1a17ccbc7f2e05053d9018cbe5138d97025bf (diff) | |
download | FreeBSD-ports-760035981602e14a31e065ba7caa9b8dd4da7050.zip FreeBSD-ports-760035981602e14a31e065ba7caa9b8dd4da7050.tar.gz |
Update to 0.80.3.
-rw-r--r-- | x11/finder/Makefile | 2 | ||||
-rw-r--r-- | x11/finder/distinfo | 2 | ||||
-rw-r--r-- | x11/finder/files/patch-ac | 13 | ||||
-rw-r--r-- | x11/finder/files/patch-ae | 12 |
4 files changed, 9 insertions, 20 deletions
diff --git a/x11/finder/Makefile b/x11/finder/Makefile index e03fdcf..97976cc 100644 --- a/x11/finder/Makefile +++ b/x11/finder/Makefile @@ -6,7 +6,7 @@ # PORTNAME= finder -PORTVERSION= 0.80.1 +PORTVERSION= 0.80.3 CATEGORIES= x11 gnome MASTER_SITES= http://lfh.hkcampus.net/~lfh-lck/programs/finder/ diff --git a/x11/finder/distinfo b/x11/finder/distinfo index 1811d5d..f7ebef8 100644 --- a/x11/finder/distinfo +++ b/x11/finder/distinfo @@ -1 +1 @@ -MD5 (finder-0.80.1.tar.gz) = e36aa7c95140ac4bcc3523a1d159e788 +MD5 (finder-0.80.3.tar.gz) = 77370028d30ed3df317f359a172d62f1 diff --git a/x11/finder/files/patch-ac b/x11/finder/files/patch-ac index 5c049d8..7bc2320 100644 --- a/x11/finder/files/patch-ac +++ b/x11/finder/files/patch-ac @@ -1,10 +1,11 @@ ---- TaskMenu/Makefile.orig Mon Sep 4 00:17:56 2000 -+++ TaskMenu/Makefile Mon Sep 4 16:18:17 2000 -@@ -1,8 +1,8 @@ --INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I. -+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I. +--- TaskMenu/Makefile.orig Thu Nov 30 17:43:15 2000 ++++ TaskMenu/Makefile Mon Dec 4 10:07:31 2000 +@@ -1,9 +1,9 @@ +-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I. ++INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I. - OBJS=task-menu.o task-option.o task-manage.o task-icon.o + OBJS=task-menu.o task-option.o task-manage.o task-icon.o task-global.o \ + task-operation.o -CC=gcc +CC?=gcc diff --git a/x11/finder/files/patch-ae b/x11/finder/files/patch-ae deleted file mode 100644 index 856acdb..0000000 --- a/x11/finder/files/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ ---- finder.desktop.orig Tue Sep 5 16:00:38 2000 -+++ finder.desktop Tue Sep 5 16:00:53 2000 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=Finder --Icon=finder.png - Comment=Finder Task Switcher --Exec=finder -+Exec=finder --activate-goad-server=finder -+Icon=finder.png - Terminal=0 - Type=Application |