diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2019-01-16 01:19:21 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2019-01-16 01:19:21 +0000 |
commit | 0b04ed8c7b100d2fd841a1b627b71ac1b846fdba (patch) | |
tree | 0f529ba4af046bfe4b06c9fc6824205059f4cd9f /www/guacamole-client | |
parent | 20a78f41da98dafb5face7c959a089ab006c9856 (diff) | |
download | ports-0b04ed8c7b100d2fd841a1b627b71ac1b846fdba.tar.gz ports-0b04ed8c7b100d2fd841a1b627b71ac1b846fdba.zip |
Notes
Diffstat (limited to 'www/guacamole-client')
-rw-r--r-- | www/guacamole-client/Makefile | 5 | ||||
-rw-r--r-- | www/guacamole-client/distinfo | 10 | ||||
-rw-r--r-- | www/guacamole-client/files/pkg-message.in | 5 | ||||
-rw-r--r-- | www/guacamole-client/pkg-plist | 3 |
4 files changed, 14 insertions, 9 deletions
diff --git a/www/guacamole-client/Makefile b/www/guacamole-client/Makefile index cfbe09f7f936..866066bf0844 100644 --- a/www/guacamole-client/Makefile +++ b/www/guacamole-client/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= guacamole-client -DISTVERSION= 0.9.14 -PORTREVISION= 1 +DISTVERSION= 1.0.0 CATEGORIES= www java MASTER_SITES+= https://sourceforge.net/projects/distfiles/files/${PORTNAME}/:repo \ http://sourceforge.net/projects/distfiles/files/${PORTNAME}/:repo @@ -41,7 +40,7 @@ TOMCAT_DESC= Use Tomcat as your servlet TOMCAT_RUN_DEPENDS= ${LOCALBASE}/apache-tomcat-8.0/bin/bootstrap.jar:www/tomcat8 SERVER_RUN_DEPENDS= guacd:net/guacamole-server -AUTH_EXTENSION= cas duo header ldap noauth openid +AUTH_EXTENSION= cas duo header ldap openid quickconnect totp post-patch: @${REINPLACE_CMD} 's|/etc/guacamole|${ETCDIR}| ; \ diff --git a/www/guacamole-client/distinfo b/www/guacamole-client/distinfo index b5db388296b2..da17e7795014 100644 --- a/www/guacamole-client/distinfo +++ b/www/guacamole-client/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1516328642 -SHA256 (guacamole-client/repository-0.9.14.tar.xz) = e43889aec0a36c799283d935f4dc3889a62862c9cd68ef25f9ca930c0a113d5d -SIZE (guacamole-client/repository-0.9.14.tar.xz) = 48252548 -SHA256 (guacamole-client/apache-guacamole-client-0.9.14_GH0.tar.gz) = 2b2df9ee951696c29a2c1d9b0415c7d5742f3dee33da6dea4b52082bd8e04db0 -SIZE (guacamole-client/apache-guacamole-client-0.9.14_GH0.tar.gz) = 5821042 +TIMESTAMP = 1547351778 +SHA256 (guacamole-client/repository-1.0.0.tar.xz) = b2a6d480ddbe40dec2c9af67730574c957dee7c037f21e82538174528b344daa +SIZE (guacamole-client/repository-1.0.0.tar.xz) = 56084152 +SHA256 (guacamole-client/apache-guacamole-client-1.0.0_GH0.tar.gz) = 6c44a41bbeec50301462f3bef23a479d207e754b604f61044400402f6b2b85ca +SIZE (guacamole-client/apache-guacamole-client-1.0.0_GH0.tar.gz) = 5978548 diff --git a/www/guacamole-client/files/pkg-message.in b/www/guacamole-client/files/pkg-message.in index bcf8f3fd06fc..20df17fc94c8 100644 --- a/www/guacamole-client/files/pkg-message.in +++ b/www/guacamole-client/files/pkg-message.in @@ -1,6 +1,11 @@ +For a quick Guacamole setup and test: Guacamole-client requires authentication to start. cp %%ETCDIR%%/user-mapping.xml.sample \ %%ETCDIR%%/user-mapping.xml Once tomcat8 and guacd are running http://localhost:8080/guacamole + +For upgrading guacamole, this is a reminder to upgrade +the auth-extensions. (and database if jdbc is used) +https://guacamole.apache.org/doc/gug/jdbc-auth.html diff --git a/www/guacamole-client/pkg-plist b/www/guacamole-client/pkg-plist index 27da2e6165d3..9e0b3a1a7c6b 100644 --- a/www/guacamole-client/pkg-plist +++ b/www/guacamole-client/pkg-plist @@ -7,6 +7,7 @@ %%DATADIR%%/guacamole-auth-header.tar.gz %%DATADIR%%/guacamole-auth-jdbc.tar.gz %%DATADIR%%/guacamole-auth-ldap.tar.gz -%%DATADIR%%/guacamole-auth-noauth.tar.gz %%DATADIR%%/guacamole-auth-openid.tar.gz +%%DATADIR%%/guacamole-auth-quickconnect.tar.gz +%%DATADIR%%/guacamole-auth-totp.tar.gz %%DATADIR%%/guacamole.war |