diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-09 08:38:03 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-09 08:38:03 +0800 |
commit | 831fc37d0aac540ccde49d3dd94c4ca7404fdb95 (patch) | |
tree | 7acf87dcdb931d6a9b0148431f16cc9a92a85248 /net/tightvnc | |
parent | 5b542788c73f1f7945af8c6a672dd113445e1fc3 (diff) | |
download | freebsd-ports-gnome-831fc37d0aac540ccde49d3dd94c4ca7404fdb95.tar.gz freebsd-ports-gnome-831fc37d0aac540ccde49d3dd94c4ca7404fdb95.tar.zst freebsd-ports-gnome-831fc37d0aac540ccde49d3dd94c4ca7404fdb95.zip |
Update to 1.2.2
Diffstat (limited to 'net/tightvnc')
-rw-r--r-- | net/tightvnc/Makefile | 2 | ||||
-rw-r--r-- | net/tightvnc/distinfo | 2 | ||||
-rw-r--r-- | net/tightvnc/files/patch-vncviewer::Imakefile | 10 |
3 files changed, 10 insertions, 4 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index 20f4d775f5a8..66adab935d31 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -7,7 +7,7 @@ # PORTNAME= vnc-tight -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/tightvnc/distinfo b/net/tightvnc/distinfo index 4cffe8104813..087002acfb2e 100644 --- a/net/tightvnc/distinfo +++ b/net/tightvnc/distinfo @@ -1 +1 @@ -MD5 (tightvnc-1.2.1_unixsrc.tar.bz2) = 6ab5f3d6a650792d519ba1f12fdde037 +MD5 (tightvnc-1.2.2_unixsrc.tar.bz2) = 0e3ccfca79d8bc38694e5bfe09b1f1a8 diff --git a/net/tightvnc/files/patch-vncviewer::Imakefile b/net/tightvnc/files/patch-vncviewer::Imakefile index e12c76004766..50600e32e057 100644 --- a/net/tightvnc/files/patch-vncviewer::Imakefile +++ b/net/tightvnc/files/patch-vncviewer::Imakefile @@ -1,5 +1,5 @@ ---- vncviewer/Imakefile.orig Sat Nov 24 16:30:55 2001 -+++ vncviewer/Imakefile Sat Nov 24 16:32:38 2001 +--- vncviewer/Imakefile.orig Tue Nov 13 05:31:34 2001 ++++ vncviewer/Imakefile Sat Dec 8 18:25:22 2001 @@ -13,10 +13,10 @@ DEFINES = -DMITSHM #endif @@ -13,3 +13,9 @@ DEPLIBS = XawClientDepLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB) LOCAL_LIBRARIES = XawClientLibs $(VNCAUTH_LIB) $(ZLIB_LIB) $(JPEG_LIB) +@@ -40,4 +40,4 @@ + + OBJS = $(SRCS:.c=.o) + +-ComplexProgramTarget(vncviewer) ++ComplexProgramTargetNoMan(vncviewer) |