ports/162849: Update port: net/ssvnc 1.0.29
KATO Tsuguru
tkato432 at yahoo.com
Thu Nov 24 18:30:12 UTC 2011
>Number: 162849
>Category: ports
>Synopsis: Update port: net/ssvnc 1.0.29
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 24 18:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.29
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/net/ssvnc/Makefile net/ssvnc/Makefile
--- /usr/ports/net/ssvnc/Makefile 2011-02-05 22:49:31.000000000 +0900
+++ net/ssvnc/Makefile 2011-11-23 02:14:36.000000000 +0900
@@ -6,7 +6,7 @@
#
PORTNAME= ssvnc
-PORTVERSION= 1.0.28
+PORTVERSION= 1.0.29
CATEGORIES= net security
MASTER_SITES= SF
DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX}
@@ -19,16 +19,18 @@
RUN_DEPENDS= stunnel:${PORTSDIR}/security/stunnel \
xterm:${PORTSDIR}/x11/xterm
-USE_GMAKE= yes
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+OPTIONS= ULTRAFTP "UltraVNC File Transfer support (Java required)" off
+
USE_XORG= xi xmu xt xaw ice xpm xext sm
-USE_TCL_RUN= 84
-USE_TK_RUN= 84
+USE_TK_WRAPPER= yes
USE_PERL5_RUN= yes
+USE_GMAKE= yes
MAN1= ssvnc-gui.1 ssvncviewer.1
-OPTIONS= ULTRAFTP "UltraVNC File Transfer support (Java required)" off
-
.include <bsd.port.options.mk>
.if defined(WITH_ULTRAFTP)
@@ -37,14 +39,16 @@
.else
PLIST_SUB+= ULTRAFTP="@comment "
.endif
+
.if defined(NOPORTDOCS)
MAKE_ARGS+= DOCS=""
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|exec wish|exec ${WISH}|' ${WRKSRC}/scripts/util/ssvnc.tcl
@${REINPLACE_CMD} -e 's|grep Linux|grep ${OPSYS}|' ${WRKSRC}/scripts/util/ss_vncviewer
@${REINPLACE_CMD} -e 's|[[:<:]]ssvnc[[:>:]]|ssvnc-gui|' ${WRKSRC}/man/man1/ssvnc.1
+ @${REINPLACE_CMD} -e 's|/usr/local/bin|${LOCALBASE}/bin|' \
+ -e 's|^CC =|CC ?=|' ${WRKSRC}/vncstorepw/Makefile
.if !defined(WITH_ULTRAFTP)
@${REINPLACE_CMD} -e "s|sh -c 'type javac'|:|" \
-e "s|sh -c 'type jar'|:|" \
diff -urN /usr/ports/net/ssvnc/distinfo net/ssvnc/distinfo
--- /usr/ports/net/ssvnc/distinfo 2011-02-05 22:49:35.000000000 +0900
+++ net/ssvnc/distinfo 2011-11-23 02:00:27.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (ssvnc-1.0.28.src.tar.gz) = a4244e81f3e3f2778af1e04d8953576133bb66607d6f3c1457a07594b94c1de1
-SIZE (ssvnc-1.0.28.src.tar.gz) = 542796
+SHA256 (ssvnc-1.0.29.src.tar.gz) = 74df32eb8eaa68b07c9693a232ebe42154617c7f3cbe1d4e68d3fe7c557d618d
+SIZE (ssvnc-1.0.29.src.tar.gz) = 552796
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list