summaryrefslogtreecommitdiff
path: root/sysutils/gnomefind
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-17 07:08:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-17 07:08:19 +0000
commit5f6b71a82d49d96398dd66c9eda335defb814920 (patch)
tree900b5b5b63ab050434a6509502c3107fea4b6ca8 /sysutils/gnomefind
parentUpdate to 0.3.2. (diff)
Update to 1.0.
Notes
Notes: svn path=/head/; revision=30736
Diffstat (limited to 'sysutils/gnomefind')
-rw-r--r--sysutils/gnomefind/Makefile2
-rw-r--r--sysutils/gnomefind/distinfo2
-rw-r--r--sysutils/gnomefind/files/patch-aa18
-rw-r--r--sysutils/gnomefind/files/patch-ab18
4 files changed, 20 insertions, 20 deletions
diff --git a/sysutils/gnomefind/Makefile b/sysutils/gnomefind/Makefile
index 800767ef1dd2..42500f73cffa 100644
--- a/sysutils/gnomefind/Makefile
+++ b/sysutils/gnomefind/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomefind
-PORTVERSION= 0.6
+PORTVERSION= 1.0
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnome-find
diff --git a/sysutils/gnomefind/distinfo b/sysutils/gnomefind/distinfo
index 98e77734aee5..5bb23ada37bd 100644
--- a/sysutils/gnomefind/distinfo
+++ b/sysutils/gnomefind/distinfo
@@ -1 +1 @@
-MD5 (gnome-find-0.6.tar.gz) = 7f70e17db3bddf6b2016a960c82e30e4
+MD5 (gnome-find-1.0.tar.gz) = 20f41562908d1dae393fe4d282f8f0a1
diff --git a/sysutils/gnomefind/files/patch-aa b/sysutils/gnomefind/files/patch-aa
index 2590255e4703..4e7fdd3bec4c 100644
--- a/sysutils/gnomefind/files/patch-aa
+++ b/sysutils/gnomefind/files/patch-aa
@@ -1,11 +1,11 @@
---- src/defs.h 2000/05/26 09:38:10 1.1
-+++ src/defs.h 2000/05/26 09:38:24
-@@ -42,7 +42,7 @@
-
+--- src/defs.h.orig Fri Jun 30 17:13:19 2000
++++ src/defs.h Mon Jul 17 09:56:51 2000
+@@ -43,7 +43,7 @@
#include <time.h>
--#include <regex.h>
-+#include <gnuregex.h>
- #include "pred.h"
- #include "win.h"
-
+ #ifdef HAVE_GNU_REGEX
+-# include <regex.h>
++# include <gnuregex.h>
+ #else
+ # include "gnu_regex.h"
+ #endif
diff --git a/sysutils/gnomefind/files/patch-ab b/sysutils/gnomefind/files/patch-ab
index d8aac8eadceb..8ec06ffc8e7d 100644
--- a/sysutils/gnomefind/files/patch-ab
+++ b/sysutils/gnomefind/files/patch-ab
@@ -1,11 +1,11 @@
---- src/pred.h 2000/05/26 09:43:28 1.1
-+++ src/pred.h 2000/05/26 09:43:36
-@@ -30,7 +30,7 @@
-
+--- src/pred.h.orig Fri Jun 30 17:13:50 2000
++++ src/pred.h Mon Jul 17 09:58:18 2000
+@@ -31,7 +31,7 @@
#include <time.h>
--#include <regex.h>
-+#include <gnuregex.h>
-
- #if __STDC__
- # define P_(s) s
+ #ifdef HAVE_GNU_REGEX
+-# include <regex.h>
++# include <gnuregex.h>
+ #else
+ # include "gnu_regex.h"
+ #endif