From owner-svn-ports-head@freebsd.org Mon Feb 6 01:03:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBD86CD1D80; Mon, 6 Feb 2017 01:03:02 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 ACA53182; Mon, 6 Feb 2017 01:03:02 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1613103075271; Mon, 6 Feb 2017 01:03:01 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v16131KB075267; Mon, 6 Feb 2017 01:03:01 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201702060103.v16131KB075267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 6 Feb 2017 01:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433470 - in head/www/guacamole-client: . 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.23 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: Mon, 06 Feb 2017 01:03:03 -0000 Author: lifanov Date: Mon Feb 6 01:03:01 2017 New Revision: 433470 URL: https://svnweb.freebsd.org/changeset/ports/433470 Log: update www/guacamole-client to 0.9.11 PR: 216788 Submitted by: ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9453 Modified: head/www/guacamole-client/Makefile head/www/guacamole-client/distinfo head/www/guacamole-client/files/pkg-message.in head/www/guacamole-client/pkg-plist Modified: head/www/guacamole-client/Makefile ============================================================================== --- head/www/guacamole-client/Makefile Mon Feb 6 01:01:54 2017 (r433469) +++ head/www/guacamole-client/Makefile Mon Feb 6 01:03:01 2017 (r433470) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guacamole-client -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 DISTVERSIONSUFFIX= -incubating CATEGORIES= www java MASTER_SITES+= https://sourceforge.net/projects/distfiles/files/${PORTNAME}/:repo \ @@ -27,9 +27,11 @@ MVN_ARGS= package -Duser.home=${WRKDIR} USE_JAVA= yes JAVA_VERSION= 1.8+ +OPTIONS_SUB= yes +SUB_FILES= pkg-message + OPTIONS_DEFINE= MK_LINK SERVER TOMCAT OPTIONS_DEFAULT= MK_LINK SERVER TOMCAT -OPTIONS_SUB= yes MK_LINK_DESC= Make sybolic links TOMCAT_RUN_DEPENDS= ${LOCALBASE}/apache-tomcat-8.0/bin/bootstrap.jar:www/tomcat8 TOMCAT_DESC= Use Tomcat as your servlet @@ -51,6 +53,8 @@ do-install: @${CP} ${WRKSRC}/guacamole/target/guacamole-${DISTVERSIONFULL}.war \ ${STAGEDIR}${GUACAMOLE_DATA}/guacamole.war + @${CP} ${WRKSRC}/extensions/guacamole-auth-duo/target/guacamole-auth-duo-${DISTVERSIONFULL}.tar.gz \ + ${STAGEDIR}/${GUACAMOLE_DATA}/guacamole-auth-duo.tar.gz @${CP} ${WRKSRC}/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-dist/target/guacamole-auth-jdbc-${DISTVERSIONFULL}.tar.gz \ ${STAGEDIR}/${GUACAMOLE_DATA}/guacamole-auth-jdbc.tar.gz @${CP} ${WRKSRC}/extensions/guacamole-auth-ldap/target/guacamole-auth-ldap-${DISTVERSIONFULL}.tar.gz \ Modified: head/www/guacamole-client/distinfo ============================================================================== --- head/www/guacamole-client/distinfo Mon Feb 6 01:01:54 2017 (r433469) +++ head/www/guacamole-client/distinfo Mon Feb 6 01:03:01 2017 (r433470) @@ -1,5 +1,5 @@ -TIMESTAMP = 1485061789 -SHA256 (guacamole-client/repository-0.9.10.tar.gz) = 4c30e44d0e0edef514fb902fab60d18d790f41faf6a33b484e89ed3b1454df12 -SIZE (guacamole-client/repository-0.9.10.tar.gz) = 45766702 -SHA256 (guacamole-client/apache-incubator-guacamole-client-0.9.10-incubating_GH0.tar.gz) = c48d1b89d0b32b1236e8b6557ea3c9bd8c0afc5a8ab785d33b488b53b617a1b7 -SIZE (guacamole-client/apache-incubator-guacamole-client-0.9.10-incubating_GH0.tar.gz) = 1625433 +TIMESTAMP = 1486162040 +SHA256 (guacamole-client/repository-0.9.11.tar.gz) = 6a09d9832775f771713bb8ddce4de5b8fbc3958cf9041b651dc068cb47e86fff +SIZE (guacamole-client/repository-0.9.11.tar.gz) = 57555410 +SHA256 (guacamole-client/apache-incubator-guacamole-client-0.9.11-incubating_GH0.tar.gz) = 7e18f47674971bc77dc6551a273a0d1e9a33d2a56ff577ebf50e312228c46a09 +SIZE (guacamole-client/apache-incubator-guacamole-client-0.9.11-incubating_GH0.tar.gz) = 1666459 Modified: head/www/guacamole-client/files/pkg-message.in ============================================================================== --- head/www/guacamole-client/files/pkg-message.in Mon Feb 6 01:01:54 2017 (r433469) +++ head/www/guacamole-client/files/pkg-message.in Mon Feb 6 01:03:01 2017 (r433470) @@ -1,8 +1,6 @@ -### Guacamole-client requires authentecation to start. -### cp %%PREFIX%%/etc/guacamole/user-mapping.xml.sample \ -### %%PREFIX%%/etc/guacamole/user-mapping.xml -### -### Once tomcat8 and guacd are running -### http://localhost:8080/guacamole Only ssh is installed -### by default. To add more protocols, rebuild guacamole- -### server. + Guacamole-client requires authentecation to start. + cp %%PREFIX%%/etc/guacamole/user-mapping.xml.sample \ + %%PREFIX%%/etc/guacamole/user-mapping.xml + + Once tomcat8 and guacd are running + http://localhost:8080/guacamole Modified: head/www/guacamole-client/pkg-plist ============================================================================== --- head/www/guacamole-client/pkg-plist Mon Feb 6 01:01:54 2017 (r433469) +++ head/www/guacamole-client/pkg-plist Mon Feb 6 01:03:01 2017 (r433470) @@ -3,6 +3,7 @@ etc/guacamole/guacamole.properties.sample etc/guacamole/logback.xml.sample etc/guacamole/user-mapping.xml.sample +%%DATADIR%%/guacamole-auth-duo.tar.gz %%DATADIR%%/guacamole-auth-jdbc.tar.gz %%DATADIR%%/guacamole-auth-ldap.tar.gz %%DATADIR%%/guacamole-auth-noauth.tar.gz