diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-05-11 20:23:23 +0800 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-05-11 20:23:23 +0800 |
commit | b9e8e9b771669739b315082c52fca22eda504a7c (patch) | |
tree | 8ab43052c7d654026f0182d3561ef5c924ab236c /sysutils | |
parent | afe8a0b09a357395514cdb2894bb56077c0f7371 (diff) | |
download | freebsd-ports-gnome-b9e8e9b771669739b315082c52fca22eda504a7c.tar.gz freebsd-ports-gnome-b9e8e9b771669739b315082c52fca22eda504a7c.tar.zst freebsd-ports-gnome-b9e8e9b771669739b315082c52fca22eda504a7c.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')
-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 \ |