Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2019 09:39:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516049 - head/www/wt3
Message-ID:  <201910300939.x9U9dcGa082643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 30 09:39:37 2019
New Revision: 516049
URL: https://svnweb.freebsd.org/changeset/ports/516049

Log:
  - Add USES=xorg
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/www/wt3/Makefile
  head/www/wt3/pkg-descr

Modified: head/www/wt3/Makefile
==============================================================================
--- head/www/wt3/Makefile	Wed Oct 30 09:39:36 2019	(r516048)
+++ head/www/wt3/Makefile	Wed Oct 30 09:39:37 2019	(r516049)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libboost_system.so:devel/boost-libs \
 		libGraphicsMagick.so:graphics/GraphicsMagick
 
-USES=		cmake compiler:c++14-lang pkgconfig ssl
+USES=		cmake compiler:c++14-lang pkgconfig ssl xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	emweb
 GH_PROJECT=	wt

Modified: head/www/wt3/pkg-descr
==============================================================================
--- head/www/wt3/pkg-descr	Wed Oct 30 09:39:36 2019	(r516048)
+++ head/www/wt3/pkg-descr	Wed Oct 30 09:39:37 2019	(r516049)
@@ -20,4 +20,4 @@ Explorer 6.
 The library comes with an application server that acts as a stand-alone
 Http(s)/WebSocket server or integrates through FastCGI with other web servers.
 
-WWW: http://www.webtoolkit.eu/wt
+WWW: https://www.webtoolkit.eu/wt



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