From owner-svn-ports-all@freebsd.org Mon Jan 23 03:27:39 2017 Return-Path: Delivered-To: svn-ports-all@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 EEE4CCBCEB9; Mon, 23 Jan 2017 03:27:39 +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 C9646FCD; Mon, 23 Jan 2017 03:27:39 +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 v0N3RcQO085473; Mon, 23 Jan 2017 03:27:38 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0N3RcgJ085470; Mon, 23 Jan 2017 03:27:38 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201701230327.v0N3RcgJ085470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 23 Jan 2017 03:27:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432196 - head/www/guacamole-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 03:27:40 -0000 Author: lifanov Date: Mon Jan 23 03:27:38 2017 New Revision: 432196 URL: https://svnweb.freebsd.org/changeset/ports/432196 Log: update www/guacamole-client to 0.9.10 Changelog: https://github.com/glyptodon/guacamole-client/commits/0.9.10-incubating * Updated to 0.9.10 * Updated license to APACHE20 PR: 216351 Submitted by: ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9283 Modified: head/www/guacamole-client/Makefile head/www/guacamole-client/distinfo head/www/guacamole-client/pkg-descr Modified: head/www/guacamole-client/Makefile ============================================================================== --- head/www/guacamole-client/Makefile Mon Jan 23 03:25:41 2017 (r432195) +++ head/www/guacamole-client/Makefile Mon Jan 23 03:27:38 2017 (r432196) @@ -2,25 +2,25 @@ # $FreeBSD$ PORTNAME= guacamole-client -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 +DISTVERSIONSUFFIX= -incubating CATEGORIES= www java MASTER_SITES+= https://sourceforge.net/projects/distfiles/files/${PORTNAME}/:repo \ http://sourceforge.net/projects/distfiles/files/${PORTNAME}/:repo -DISTNAME= ${PORTVERSION} -DISTFILES= ${PORTVERSION}_GH${EXTRACT_SUFX} \ - repository-${PORTVERSION}${EXTRACT_SUFX}:repo +DISTFILES= repository-${PORTVERSION}${EXTRACT_SUFX}:repo DIST_SUBDIR= ${PORTNAME} MAINTAINER= ultima1252@gmail.com COMMENT= HTML5 Clientless Remote Desktop -LICENSE= MIT +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/share/java/maven33/bin/mvn:devel/maven33 USE_GITHUB= yes -GH_ACCOUNT= glyptodon +GH_ACCOUNT= apache +GH_PROJECT= incubator-guacamole-client MVN= mvn MVN_ARGS= package -Duser.home=${WRKDIR} @@ -49,13 +49,13 @@ do-install: @${MKDIR} ${STAGEDIR}${GUACAMOLE_DATA} @${MKDIR} ${STAGEDIR}${GUACAMOLE_CONF} - @${CP} ${WRKSRC}/guacamole/target/guacamole-${PORTVERSION}.war \ + @${CP} ${WRKSRC}/guacamole/target/guacamole-${DISTVERSIONFULL}.war \ ${STAGEDIR}${GUACAMOLE_DATA}/guacamole.war - @${CP} ${WRKSRC}/extensions/guacamole-auth-jdbc/target/guacamole-auth-jdbc-${PORTVERSION}.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-${PORTVERSION}.tar.gz \ + @${CP} ${WRKSRC}/extensions/guacamole-auth-ldap/target/guacamole-auth-ldap-${DISTVERSIONFULL}.tar.gz \ ${STAGEDIR}/${GUACAMOLE_DATA}/guacamole-auth-ldap.tar.gz - @${CP} ${WRKSRC}/extensions/guacamole-auth-noauth/target/guacamole-auth-noauth-${PORTVERSION}.tar.gz \ + @${CP} ${WRKSRC}/extensions/guacamole-auth-noauth/target/guacamole-auth-noauth-${DISTVERSIONFULL}.tar.gz \ ${STAGEDIR}/${GUACAMOLE_DATA}/guacamole-auth-noauth.tar.gz .if ${PORT_OPTIONS:MMK_LINK} Modified: head/www/guacamole-client/distinfo ============================================================================== --- head/www/guacamole-client/distinfo Mon Jan 23 03:25:41 2017 (r432195) +++ head/www/guacamole-client/distinfo Mon Jan 23 03:27:38 2017 (r432196) @@ -1,4 +1,5 @@ -SHA256 (guacamole-client/0.9.9_GH.tar.gz) = d6a1f824115c2dc87c9d611b4a6cbe2a489604a512227af5c79a832c2690783f -SIZE (guacamole-client/0.9.9_GH.tar.gz) = 1698262 -SHA256 (guacamole-client/repository-0.9.9.tar.gz) = 79bc3064fac3add03842d96f21d3eb24677dffcea19f6a72cdeb200734ad71f6 -SIZE (guacamole-client/repository-0.9.9.tar.gz) = 42806341 +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 Modified: head/www/guacamole-client/pkg-descr ============================================================================== --- head/www/guacamole-client/pkg-descr Mon Jan 23 03:25:41 2017 (r432195) +++ head/www/guacamole-client/pkg-descr Mon Jan 23 03:27:38 2017 (r432196) @@ -9,4 +9,4 @@ can be built separately, though the othe first. If all projects are built using guacamole-client, Maven will take care of the proper build order. -WWW: https://github.com/glyptodon/guacamole-client +WWW: http://guacamole.incubator.apache.org