diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-05-20 09:29:06 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-05-20 09:29:06 +0000 |
commit | 413005599c14c5c332d114fb1af55bd4e622f6ef (patch) | |
tree | 6c1493d6097304bb912b3754c7799d92a7355df5 /net/gnome-online-miners | |
parent | 80ac35d15b4a4a7e97f32b163443d7c31e03c05f (diff) |
svn copy grilo -> grilo2 and grilo-plugins -> grilo-plugins2
* These is done so grilo and grilo-plugins can be updated to 0.3.x and
the users of grilo can switch when they are ready.
* Chase grilo users to the new locations.
Notes
Notes:
svn path=/head/; revision=441298
Diffstat (limited to 'net/gnome-online-miners')
-rw-r--r-- | net/gnome-online-miners/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnome-online-miners/Makefile b/net/gnome-online-miners/Makefile index 2512d2ed6a5c..8bd5a3de7321 100644 --- a/net/gnome-online-miners/Makefile +++ b/net/gnome-online-miners/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-online-miners PORTVERSION= 3.14.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME @@ -13,7 +14,7 @@ LIB_DEPENDS= libgdata.so:devel/libgdata \ libtracker-control-1.0.so:sysutils/tracker \ libgfbgraph-0.2.so:net/gfbgraph \ libzapojit-0.0.so:net/libzapojit \ - libgrilo-0.2.so:net/grilo + libgrilo-0.2.so:net/grilo2 USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= intlhack introspection:build |