diff options
author | thierry <thierry@FreeBSD.org> | 2009-03-08 02:58:19 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-03-08 02:58:19 +0800 |
commit | 02f34e8425ccc955698eba6404c1e843f6eeabb1 (patch) | |
tree | c46e0196caad2cf37a746716b726ba05ef8495ed /deskutils | |
parent | 65306531b36457b90acdf23a202fbf7a043376ab (diff) | |
download | freebsd-ports-graphics-02f34e8425ccc955698eba6404c1e843f6eeabb1.tar.gz freebsd-ports-graphics-02f34e8425ccc955698eba6404c1e843f6eeabb1.tar.zst freebsd-ports-graphics-02f34e8425ccc955698eba6404c1e843f6eeabb1.zip |
Upgrade to 0.91.
Changelog at
<http://pinotdev.blogspot.com/2009/03/pinot-091-is-out.html>.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 6 | ||||
-rw-r--r-- | deskutils/pinot/distinfo | 6 | ||||
-rw-r--r-- | deskutils/pinot/files/patch-Core_DaemonState.cpp | 12 | ||||
-rw-r--r-- | deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp | 12 |
4 files changed, 18 insertions, 18 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 7a1aceb6af2..f6bcdf3b9e6 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 f2073265181..79885031820 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 00000000000..ecd10c3f7c6 --- /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 95de9a117a7..00000000000 --- 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 |