svn commit: r514710 - head/www/wt

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 18 09:39:07 UTC 2019


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


More information about the svn-ports-head mailing list