aboutsummaryrefslogtreecommitdiff
path: root/deskutils/pinot
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2009-03-07 18:58:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2009-03-07 18:58:19 +0000
commitf31f0ffb9238b519461c3d56d927c44ae4750bec (patch)
tree94e6c8d2ed1938b46d9f97f8a472451d57605353 /deskutils/pinot
parent313c4c76c4f34ff85cc779dea6b66680e881c0ad (diff)
downloadports-f31f0ffb9238b519461c3d56d927c44ae4750bec.tar.gz
ports-f31f0ffb9238b519461c3d56d927c44ae4750bec.zip
Upgrade to 0.91.
Notes
Notes: svn path=/head/; revision=229646
Diffstat (limited to 'deskutils/pinot')
-rw-r--r--deskutils/pinot/Makefile6
-rw-r--r--deskutils/pinot/distinfo6
-rw-r--r--deskutils/pinot/files/patch-Core_DaemonState.cpp12
-rw-r--r--deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp12
4 files changed, 18 insertions, 18 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile
index 7a1aceb6af27..f6bcdf3b9e67 100644
--- a/deskutils/pinot/Makefile
+++ b/deskutils/pinot/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pinot
-PORTVERSION= 0.90
+PORTVERSION= 0.91
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_BERLIOS}
#MASTER_SITES= http://www.chez.com/colinf/pinot/ \
@@ -60,8 +60,8 @@ MAN1= pinot-dbus-daemon.1 pinot-index.1 pinot-label.1 pinot-search.1 pinot.1
PORTDOCS= AUTHORS ChangeLog ChangeLog-dijon INSTALL NEWS README TODO
-LM2FIX= textcat_conf.txt textcat3_conf.txt
-SHR2FIX= IndexSearch/pinot-search.1 README
+LM2FIX= textcat_conf.txt textcat3_conf.txt IndexSearch/Google/Makefile.in
+SHR2FIX= Core/pinot-search.1 README
UL2FIX= Utils/xdgmime/xdgmime.c
LDESKBAR_MOD= lib/deskbar-applet/modules-2.20-compatible
diff --git a/deskutils/pinot/distinfo b/deskutils/pinot/distinfo
index f20732651819..798850318203 100644
--- a/deskutils/pinot/distinfo
+++ b/deskutils/pinot/distinfo
@@ -1,3 +1,3 @@
-MD5 (pinot-0.90.tar.gz) = 5c106f781e82ecf18fb9d8b0cae65c71
-SHA256 (pinot-0.90.tar.gz) = f52c4ea3c9f1b8f2d58bd4be0c71e1041772aa03527329653f067eeb89b3ce21
-SIZE (pinot-0.90.tar.gz) = 1093469
+MD5 (pinot-0.91.tar.gz) = e26fffdd8ba054171cfde939f4e5134a
+SHA256 (pinot-0.91.tar.gz) = e8e72b698f41ddeeec981648d8c2b9c936ee790e9d34b16319d3f773b0e2d829
+SIZE (pinot-0.91.tar.gz) = 1109246
diff --git a/deskutils/pinot/files/patch-Core_DaemonState.cpp b/deskutils/pinot/files/patch-Core_DaemonState.cpp
new file mode 100644
index 000000000000..ecd10c3f7c6e
--- /dev/null
+++ b/deskutils/pinot/files/patch-Core_DaemonState.cpp
@@ -0,0 +1,12 @@
+--- ./Core/DaemonState.cpp.orig 2009-03-05 15:22:25.000000000 +0100
++++ ./Core/DaemonState.cpp 2009-03-07 10:16:12.000000000 +0100
+@@ -34,6 +34,9 @@
+ #define CHECK_DISK_SPACE 1
+ #else
+ #ifdef HAVE_SYS_MOUNT_H
++ #if defined(__FreeBSD__) && (_FreeBSD_version < 700000)
++ #include <sys/param.h>
++ #endif
+ #include <sys/mount.h>
+ #define CHECK_DISK_SPACE 1
+ #endif
diff --git a/deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp b/deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp
deleted file mode 100644
index 95de9a117a7e..000000000000
--- a/deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./UI/GTK2/src/DaemonState.cpp.orig 2007-12-13 05:16:01.000000000 +0100
-+++ ./UI/GTK2/src/DaemonState.cpp 2008-02-03 11:13:45.000000000 +0100
-@@ -33,6 +33,9 @@
- #define CHECK_DISK_SPACE 1
- #else
- #ifdef HAVE_SYS_MOUNT_H
-+ #if defined(__FreeBSD__) && (_FreeBSD_version < 700000)
-+ #include <sys/param.h>
-+ #endif
- #include <sys/mount.h>
- #define CHECK_DISK_SPACE 1
- #endif