mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Upgrade to 0.91.
Changelog at <http://pinotdev.blogspot.com/2009/03/pinot-091-is-out.html>.
This commit is contained in:
parent
313c4c76c4
commit
f31f0ffb92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229646
@ -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
|
||||
|
@ -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
|
||||
|
12
deskutils/pinot/files/patch-Core_DaemonState.cpp
Normal file
12
deskutils/pinot/files/patch-Core_DaemonState.cpp
Normal file
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user