diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-27 19:37:43 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-27 19:37:43 +0800 |
commit | f52983aa84fd4ff84c23f53962ea09ce216e448f (patch) | |
tree | 62df7991cada930b142f6fe31c63a7b4e14b2f1d /net | |
parent | 60f9e07349e197237f1a25e8b393d0a22fb00c5f (diff) | |
download | marcuscom-ports-f52983aa84fd4ff84c23f53962ea09ce216e448f.tar marcuscom-ports-f52983aa84fd4ff84c23f53962ea09ce216e448f.tar.gz marcuscom-ports-f52983aa84fd4ff84c23f53962ea09ce216e448f.tar.bz2 marcuscom-ports-f52983aa84fd4ff84c23f53962ea09ce216e448f.tar.lz marcuscom-ports-f52983aa84fd4ff84c23f53962ea09ce216e448f.tar.xz marcuscom-ports-f52983aa84fd4ff84c23f53962ea09ce216e448f.tar.zst marcuscom-ports-f52983aa84fd4ff84c23f53962ea09ce216e448f.zip |
Update to 3.0.1.
reenable ssh plugin, add run depends on gnome-icon-theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15894 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/vinagre3/Makefile | 8 | ||||
-rw-r--r-- | net/vinagre3/distinfo | 4 | ||||
-rw-r--r-- | net/vinagre3/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net/vinagre3/Makefile b/net/vinagre3/Makefile index e4a5d0fa2..bbd60dc56 100644 --- a/net/vinagre3/Makefile +++ b/net/vinagre3/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/vinagre3/Makefile,v 1.5 2011/04/25 19:38:37 mezz Exp $ +# $MCom: ports/net/vinagre3/Makefile,v 1.6 2011/04/26 06:37:56 kwm Exp $ # PORTNAME= vinagre -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -21,6 +20,7 @@ LIB_DEPENDS= gtk-vnc-2.0.0:${PORTSDIR}/net/gtk-vnc3 \ avahi-core.7:${PORTSDIR}/net/avahi-app \ avahi-ui-gtk3.0:${PORTSDIR}/net/avahi-gtk3 \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme CONFLICTS= vinagre-2.[0-9]* @@ -32,7 +32,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-spice +CONFIGURE_ARGS= --disable-spice -enable-ssh CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/vinagre3/distinfo b/net/vinagre3/distinfo index 5bc8a8de8..be8bccddf 100644 --- a/net/vinagre3/distinfo +++ b/net/vinagre3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/vinagre-3.0.0.tar.bz2) = c454b47264bbd424f345a79079f2651600ac8335d428c899e2b28d297450c124 -SIZE (gnome3/vinagre-3.0.0.tar.bz2) = 2467782 +SHA256 (gnome3/vinagre-3.0.1.tar.bz2) = a4c2ec5935c0cea0da1958e7f27a925a03867854cdcaf904ce8c7e405ebe2e5b +SIZE (gnome3/vinagre-3.0.1.tar.bz2) = 2468452 diff --git a/net/vinagre3/pkg-plist b/net/vinagre3/pkg-plist index 79d52877e..c25476a2b 100644 --- a/net/vinagre3/pkg-plist +++ b/net/vinagre3/pkg-plist @@ -26,9 +26,12 @@ lib/vinagre-3.0/plugins/im-status.js lib/vinagre-3.0/plugins/im-status.plugin lib/vinagre-3.0/plugins/libreversevnc.la lib/vinagre-3.0/plugins/libreversevnc.so +lib/vinagre-3.0/plugins/libssh.la +lib/vinagre-3.0/plugins/libssh.so lib/vinagre-3.0/plugins/libvnc.la lib/vinagre-3.0/plugins/libvnc.so lib/vinagre-3.0/plugins/reverse-vnc.plugin +lib/vinagre-3.0/plugins/ssh.plugin lib/vinagre-3.0/plugins/vnc.plugin libdata/pkgconfig/vinagre-3.0.pc %%PANEL%%libexec/vinagre-applet |