Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 09:39:06 +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: r514710 - head/www/wt
Message-ID:  <201910180939.x9I9d6Ws095285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct 18 09:39:06 2019
New Revision: 514710
URL: https://svnweb.freebsd.org/changeset/ports/514710

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

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

Modified: head/www/wt/Makefile
==============================================================================
--- head/www/wt/Makefile	Fri Oct 18 09:00:54 2019	(r514709)
+++ head/www/wt/Makefile	Fri Oct 18 09:39:06 2019	(r514710)
@@ -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
 USE_XORG=	x11

Modified: head/www/wt/pkg-descr
==============================================================================
--- head/www/wt/pkg-descr	Fri Oct 18 09:00:54 2019	(r514709)
+++ head/www/wt/pkg-descr	Fri Oct 18 09:39:06 2019	(r514710)
@@ -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?201910180939.x9I9d6Ws095285>