diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-05-11 20:23:23 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-05-11 20:23:23 +0800 |
commit | 2873f3d7eefeea32b19b28475061612381c47103 (patch) | |
tree | 091238f3818cbac1398c82e868b82e7348d0449a /sysutils/tracker-client | |
parent | 416a6ce830e60131bce6d50f264ea7cfcea97d20 (diff) | |
download | freebsd-ports-gnome-2873f3d7eefeea32b19b28475061612381c47103.tar.gz freebsd-ports-gnome-2873f3d7eefeea32b19b28475061612381c47103.tar.zst freebsd-ports-gnome-2873f3d7eefeea32b19b28475061612381c47103.zip |
- Split redland to rasqal and redland itself libraries
- Update raptor to 1.4.21
- Update rasqal to 0.9.19
- Update redland to 1.0.10
- Update redland-bindings to 1.0.10.1
- Bump portrevision on depended ports
With hat on: kde@
Diffstat (limited to 'sysutils/tracker-client')
-rw-r--r-- | sysutils/tracker-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index 7ca1cd24f66a..1c1162c05433 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -8,7 +8,7 @@ PORTNAME= tracker PORTVERSION= 0.6.95 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= -client @@ -26,7 +26,7 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ exempi.3:${PORTSDIR}/textproc/exempi \ hal.1:${PORTSDIR}/sysutils/hal \ totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \ - raptor.2:${PORTSDIR}/textproc/raptor \ + raptor.3:${PORTSDIR}/textproc/raptor \ ogg.6:${PORTSDIR}/audio/libogg \ iptcdata.3:${PORTSDIR}/graphics/libiptcdata RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \ |