Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2017 01:03:01 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
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
Message-ID:  <201702060103.v16131KB075267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702060103.v16131KB075267>