diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-04 08:29:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-04 08:29:57 +0000 |
commit | 06be6dc38ce16df3f2e410a8f5160feb7f6c0e1a (patch) | |
tree | b52e4156ba70fe105d4ef3bed46ee06a9cdfc9be /x11 | |
parent | 77b43822b477d7f9a8839622545da9fb3840bc55 (diff) | |
download | ports-06be6dc38ce16df3f2e410a8f5160feb7f6c0e1a.tar.gz ports-06be6dc38ce16df3f2e410a8f5160feb7f6c0e1a.zip |
Update to 0.80.3.
Notes
Notes:
svn path=/head/; revision=35636
Diffstat (limited to 'x11')
-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 e03fdcf00e9e..97976cc28e4e 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 1811d5ddc38a..f7ebef8bb633 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 5c049d8d9453..7bc232024a68 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 856acdb1f02e..000000000000 --- 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 |