svn commit: r382065 - in head/net/tigervnc: . files
Kurt Jaeger
pi at FreeBSD.org
Tue Mar 24 03:24:30 UTC 2015
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 <meta+ports at vmeta.jp> (maintainer)
Requested by: Georgy Lukyanchenko <egorxe at gmail.com>
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 at 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
More information about the svn-ports-all
mailing list