From owner-svn-ports-head@FreeBSD.ORG Tue Mar 24 03:24:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 259BA6B8; Tue, 24 Mar 2015 03:24:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FA16CCD; Tue, 24 Mar 2015 03:24:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2O3OTFW085782; Tue, 24 Mar 2015 03:24:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2O3OTGj085775; Tue, 24 Mar 2015 03:24:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201503240324.t2O3OTGj085775@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 24 Mar 2015 03:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382065 - in head/net/tigervnc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 03:24:30 -0000 Author: pi Date: Tue Mar 24 03:24:28 2015 New Revision: 382065 URL: https://svnweb.freebsd.org/changeset/ports/382065 QAT: https://qat.redports.org/buildarchive/r382065/ Log: net/tigervnc: 1.3.1 -> 1.4.3 Release-Notes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.4.3 - should solve longstanding issue with Ctrl-hotkeys in vncviewer https://github.com/TigerVNC/tigervnc/issues/8 PR: 198721 Submitted by: Koichiro Iwao (maintainer) Requested by: Georgy Lukyanchenko Deleted: head/net/tigervnc/files/patch-hw-vnc-off-by-one-error head/net/tigervnc/files/patch-vncviewer-always-built Modified: head/net/tigervnc/Makefile head/net/tigervnc/distinfo head/net/tigervnc/pkg-plist Modified: head/net/tigervnc/Makefile ============================================================================== --- head/net/tigervnc/Makefile Tue Mar 24 02:23:30 2015 (r382064) +++ head/net/tigervnc/Makefile Tue Mar 24 03:24:28 2015 (r382065) @@ -2,12 +2,9 @@ # $FreeBSD$ PORTNAME= tigervnc -PORTVERSION= 1.3.1 -PORTREVISION= 9 +PORTVERSION= 1.4.3 CATEGORIES= net x11-servers -MASTER_SITES= SF:tigervnc -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:tigervnc +MASTER_SITES= https://github.com/TigerVNC/tigervnc/archive/v${PORTVERSION}${EXTRACT_SUFX}?dummy=/ MAINTAINER= meta+ports@vmeta.jp COMMENT= High-performance, platform-neutral implementation of VNC @@ -79,7 +76,7 @@ CMAKE_ARGS+= -DBUILD_VIEWER=1 LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \ libfltk.so:${PORTSDIR}/x11-toolkits/fltk # ImageMagick is required to generate icons during build process -BUILD_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick +BUILD_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick USE_XORG+= xcursor xfixes xft xinerama PLIST_SUB+= VIEWER="" INSTALLS_ICONS= yes @@ -118,9 +115,10 @@ TIGERVNC_XORG_PATCH_VER= 114 # import from x11-server/xorg-server/Makefile .ifdef WITH_OPENSSL_BASE -# The reason why I use this is cause openssl from base doesn't install a .pc file -# and configure will fail trying to find it. Setting both of those variables to -# a *non-empty* value by-passes the pkg-config check. +# The reason why I use this is cause openssl from base doesn't +# install a .pc file and configure will fail trying to find it. +# Setting both of those variables to a *non-empty* value by-passes +# the pkg-config check. CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include" .endif Modified: head/net/tigervnc/distinfo ============================================================================== --- head/net/tigervnc/distinfo Tue Mar 24 02:23:30 2015 (r382064) +++ head/net/tigervnc/distinfo Tue Mar 24 03:24:28 2015 (r382065) @@ -1,2 +1,2 @@ -SHA256 (tigervnc-1.3.1.tar.gz) = 628622316eefa5d4f348f00a280a513569bfae3eae6a20d72e2990654d12274e -SIZE (tigervnc-1.3.1.tar.gz) = 6888105 +SHA256 (tigervnc-1.4.3.tar.gz) = 0b2603db2b32dfd6e48f6f59618bd9819d187bfbb0c16218637d074a69756824 +SIZE (tigervnc-1.4.3.tar.gz) = 1372873 Modified: head/net/tigervnc/pkg-plist ============================================================================== --- head/net/tigervnc/pkg-plist Tue Mar 24 02:23:30 2015 (r382064) +++ head/net/tigervnc/pkg-plist Tue Mar 24 03:24:28 2015 (r382065) @@ -17,6 +17,12 @@ man/man1/Xvnc.1.gz %%NLS%%share/locale/ru/LC_MESSAGES/tigervnc.mo %%NLS%%share/locale/sk/LC_MESSAGES/tigervnc.mo %%NLS%%share/locale/sv/LC_MESSAGES/tigervnc.mo +%%NLS%%share/locale/es/LC_MESSAGES/tigervnc.mo +%%NLS%%share/locale/it/LC_MESSAGES/tigervnc.mo +%%NLS%%share/locale/nl/LC_MESSAGES/tigervnc.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/tigervnc.mo +%%NLS%%share/locale/tr/LC_MESSAGES/tigervnc.mo +%%NLS%%share/locale/uk/LC_MESSAGES/tigervnc.mo %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/LICENCE.TXT %%VIEWER%%share/icons/hicolor/16x16/apps/tigervnc.png