Index: head/net/remmina/files/patch-src_remminaplug.c =================================================================== --- head/net/remmina/files/patch-src_remminaplug.c (revision 250257) +++ head/net/remmina/files/patch-src_remminaplug.c (nonexistent) @@ -1,12 +0,0 @@ ---- src/remminaplug.c.orig 2010-01-21 00:08:01.000000000 +0800 -+++ src/remminaplug.c 2010-01-30 21:45:32.000000000 +0800 -@@ -466,7 +466,9 @@ - void - remmina_plug_set_display (RemminaPlug *gp, gint display) - { -+#ifdef HAVE_LIBSSH - if (gp->ssh_tunnel->localdisplay) g_free (gp->ssh_tunnel->localdisplay); - gp->ssh_tunnel->localdisplay = g_strdup_printf ("unix:%i", display); -+#endif - } - Property changes on: head/net/remmina/files/patch-src_remminaplug.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/remmina/files/patch-src_remminaplug_xdmcp.c =================================================================== --- head/net/remmina/files/patch-src_remminaplug_xdmcp.c (revision 250257) +++ head/net/remmina/files/patch-src_remminaplug_xdmcp.c (nonexistent) @@ -1,18 +0,0 @@ ---- src/remminaplug_xdmcp.c.orig 2010-01-21 00:08:01.000000000 +0800 -+++ src/remminaplug_xdmcp.c 2010-01-30 21:45:32.000000000 +0800 -@@ -237,6 +237,7 @@ - } - } - else -+#endif - { - if (!remmina_plug_xdmcp_start_xephyr (gp_xdmcp)) - { -@@ -244,7 +245,6 @@ - return FALSE; - } - } --#endif - - gp_xdmcp->thread = 0; - return TRUE; Property changes on: head/net/remmina/files/patch-src_remminaplug_xdmcp.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/remmina/Makefile =================================================================== --- head/net/remmina/Makefile (revision 250257) +++ head/net/remmina/Makefile (revision 250258) @@ -1,96 +1,95 @@ # New ports collection makefile for: grdc # Date created: 12 April 2009 # Whom: Alexander Logvinov # # $FreeBSD$ # PORTNAME= remmina -PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTVERSION= 0.7.4 CATEGORIES= net gnome MASTER_SITES= SF/${PORTNAME}/0.7/ MAINTAINER= avl@FreeBSD.org COMMENT= The GTK+ Remote Desktop Client RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop OPTIONS= VNC "Build with VNC protocol support" off \ GNUTLS "Build VNC with GNUTLS encryption support" off \ XDMCP "Build with XDMCP protocol support" off \ SSH "Build with SSH tunneling support" off \ GCRYPT "Build with libgcrypt support for password encryption" off \ TERM "Build with terminal support" off \ AVAHI "Build with Avahi support" off \ UNIQUE "Build with Unique-App support" off MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 gtk20 desktopfileutils INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS}" .include .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif .if defined(WITH_VNC) LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .endif .else CONFIGURE_ARGS+= --disable-vnc .endif .if defined(WITH_XDMCP) RUN_DEPENDS+= Xephyr:${PORTSDIR}/x11-servers/xephyr .endif .if defined(WITH_SSH) LIB_DEPENDS+= ssh.4:${PORTSDIR}/security/libssh .if ${OSVERSION} >= 800040 LDFLAGS+= -fstack-protector .endif .else CONFIGURE_ARGS+= --disable-ssh .endif .if defined(WITH_GCRYPT) LIB_DEPENDS+= gcrypt.16:${PORTSDIR}/security/libgcrypt .else CONFIGURE_ARGS+= --disable-gcrypt .endif .if defined(WITH_TERM) USE_GNOME+= vte .else CONFIGURE_ARGS+= --disable-vte .endif .if defined(WITH_AVAHI) LIB_DEPENDS+= avahi-ui.0:${PORTSDIR}/net/avahi-gtk .else CONFIGURE_ARGS+= --disable-avahi .endif .if defined(WITH_UNIQUE) LIB_DEPENDS+= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique .else CONFIGURE_ARGS+= --disable-unique .endif post-install: @-update-desktop-database .include Property changes on: head/net/remmina/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net/remmina/distinfo =================================================================== --- head/net/remmina/distinfo (revision 250257) +++ head/net/remmina/distinfo (revision 250258) @@ -1,3 +1,3 @@ -MD5 (remmina-0.7.3.tar.gz) = 9176a67954c40f2f0c27128f94ae86b5 -SHA256 (remmina-0.7.3.tar.gz) = 2d36a747944f37fa01f4697595d39f120137c1a15e6ed7b3fa6de43fb5957d25 -SIZE (remmina-0.7.3.tar.gz) = 622850 +MD5 (remmina-0.7.4.tar.gz) = c53c9473b3730dcc8c8b5bd84e5fe01a +SHA256 (remmina-0.7.4.tar.gz) = 852bfe376282c5e51b5fe6255e7ab279e2d2314bad6e792fbf71c40266ddb153 +SIZE (remmina-0.7.4.tar.gz) = 626240 Property changes on: head/net/remmina/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/remmina/pkg-plist =================================================================== --- head/net/remmina/pkg-plist (revision 250257) +++ head/net/remmina/pkg-plist (revision 250258) @@ -1,62 +1,63 @@ bin/remmina share/applications/remmina.desktop %%DATADIR%%/icons/hicolor/16x16/actions/remmina-fit-window.png %%DATADIR%%/icons/hicolor/16x16/actions/remmina-leave-fullscreen.png %%DATADIR%%/icons/hicolor/16x16/actions/remmina-scale.png %%DATADIR%%/icons/hicolor/16x16/actions/remmina-scrolled-fullscreen.png %%DATADIR%%/icons/hicolor/16x16/actions/remmina-viewport-fullscreen.png %%DATADIR%%/icons/hicolor/16x16/actions/remmina-switch-page.png %%DATADIR%%/icons/hicolor/16x16/emblems/remmina-rdp.png %%DATADIR%%/icons/hicolor/16x16/emblems/remmina-rdp-ssh.png %%DATADIR%%/icons/hicolor/16x16/emblems/remmina-vnc.png %%DATADIR%%/icons/hicolor/16x16/emblems/remmina-vnc-ssh.png %%DATADIR%%/icons/hicolor/16x16/emblems/remmina-xdmcp.png %%DATADIR%%/icons/hicolor/16x16/emblems/remmina-xdmcp-ssh.png %%DATADIR%%/icons/hicolor/16x16/emblems/remmina-sftp.png %%DATADIR%%/icons/hicolor/22x22/actions/remmina-fit-window.png %%DATADIR%%/icons/hicolor/22x22/actions/remmina-leave-fullscreen.png %%DATADIR%%/icons/hicolor/22x22/actions/remmina-scale.png %%DATADIR%%/icons/hicolor/22x22/actions/remmina-scrolled-fullscreen.png %%DATADIR%%/icons/hicolor/22x22/actions/remmina-viewport-fullscreen.png %%DATADIR%%/icons/hicolor/22x22/actions/remmina-switch-page.png %%DATADIR%%/icons/hicolor/22x22/emblems/remmina-rdp.png %%DATADIR%%/icons/hicolor/22x22/emblems/remmina-rdp-ssh.png %%DATADIR%%/icons/hicolor/22x22/emblems/remmina-vnc.png %%DATADIR%%/icons/hicolor/22x22/emblems/remmina-vnc-ssh.png %%DATADIR%%/icons/hicolor/22x22/emblems/remmina-xdmcp.png %%DATADIR%%/icons/hicolor/22x22/emblems/remmina-xdmcp-ssh.png %%DATADIR%%/icons/hicolor/22x22/emblems/remmina-sftp.png %%NLS%%share/locale/bg/LC_MESSAGES/remmina.mo %%NLS%%share/locale/de/LC_MESSAGES/remmina.mo %%NLS%%share/locale/el/LC_MESSAGES/remmina.mo %%NLS%%share/locale/es/LC_MESSAGES/remmina.mo %%NLS%%share/locale/fr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/hu/LC_MESSAGES/remmina.mo %%NLS%%share/locale/id/LC_MESSAGES/remmina.mo %%NLS%%share/locale/it/LC_MESSAGES/remmina.mo %%NLS%%share/locale/lt/LC_MESSAGES/remmina.mo %%NLS%%share/locale/nl/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pl/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ru/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/tr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/uk/LC_MESSAGES/remmina.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/remmina.mo share/icons/hicolor/16x16/apps/remmina.png share/icons/hicolor/22x22/apps/remmina.png share/icons/hicolor/24x24/apps/remmina.png share/icons/hicolor/32x32/apps/remmina.png share/icons/hicolor/48x48/apps/remmina.png share/icons/hicolor/scalable/apps/remmina.svg @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrm %%DATADIR%%/icons/hicolor/22x22/actions @dirrm %%DATADIR%%/icons/hicolor/22x22/emblems @dirrm %%DATADIR%%/icons/hicolor/22x22 @dirrm %%DATADIR%%/icons/hicolor/16x16/actions @dirrm %%DATADIR%%/icons/hicolor/16x16/emblems @dirrm %%DATADIR%%/icons/hicolor/16x16 @dirrm %%DATADIR%%/icons/hicolor @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% @dirrmtry share/applications Property changes on: head/net/remmina/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property