diff options
author | lifanov <lifanov@FreeBSD.org> | 2017-02-06 09:03:01 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2017-02-06 09:03:01 +0800 |
commit | 4d431566bad0c35bba1ca185f83e530bee1c6b24 (patch) | |
tree | aa52320502dfec874736dd98afbf11899e642b8f | |
parent | e7b3aa95962c5ed6270fd8ae345162b057e3ae1a (diff) | |
download | freebsd-ports-gnome-4d431566bad0c35bba1ca185f83e530bee1c6b24.tar.gz freebsd-ports-gnome-4d431566bad0c35bba1ca185f83e530bee1c6b24.tar.zst freebsd-ports-gnome-4d431566bad0c35bba1ca185f83e530bee1c6b24.zip |
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
-rw-r--r-- | www/guacamole-client/Makefile | 8 | ||||
-rw-r--r-- | www/guacamole-client/distinfo | 10 | ||||
-rw-r--r-- | www/guacamole-client/files/pkg-message.in | 14 | ||||
-rw-r--r-- | www/guacamole-client/pkg-plist | 1 |
4 files changed, 18 insertions, 15 deletions
diff --git a/www/guacamole-client/Makefile b/www/guacamole-client/Makefile index 163041fe5033..e95e5cd3e944 100644 --- a/www/guacamole-client/Makefile +++ b/www/guacamole-client/Makefile @@ -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 \ diff --git a/www/guacamole-client/distinfo b/www/guacamole-client/distinfo index 32f964d00066..06684cab982a 100644 --- a/www/guacamole-client/distinfo +++ b/www/guacamole-client/distinfo @@ -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 diff --git a/www/guacamole-client/files/pkg-message.in b/www/guacamole-client/files/pkg-message.in index f40ab220c699..a63df32efdfa 100644 --- a/www/guacamole-client/files/pkg-message.in +++ b/www/guacamole-client/files/pkg-message.in @@ -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 diff --git a/www/guacamole-client/pkg-plist b/www/guacamole-client/pkg-plist index 3dd445f09895..9906a65c278c 100644 --- a/www/guacamole-client/pkg-plist +++ b/www/guacamole-client/pkg-plist @@ -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 |