Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2018 09:00:52 +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: r458399 - head/www/anyterm
Message-ID:  <201801080900.w0890q8k060613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jan  8 09:00:52 2018
New Revision: 458399
URL: https://svnweb.freebsd.org/changeset/ports/458399

Log:
  - Fix dependency on boost
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/www/anyterm/Makefile
==============================================================================
--- head/www/anyterm/Makefile	Mon Jan  8 08:52:48 2018	(r458398)
+++ head/www/anyterm/Makefile	Mon Jan  8 09:00:52 2018	(r458399)
@@ -3,7 +3,7 @@
 
 PORTNAME=	anyterm
 PORTVERSION=	1.1.29
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	www
 MASTER_SITES=	http://anyterm.org/download/ \
 		http://dl1.douglasthrift.net/${PORTNAME}/ \
@@ -15,7 +15,7 @@ COMMENT=	Terminal emulator on a Web page
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${LOCALBASE}/include/boost/function.hpp:devel/boost-libs
+LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
 BROKEN_aarch64=		does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0
 BROKEN_armv6=		does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0

Modified: head/www/anyterm/pkg-descr
==============================================================================
--- head/www/anyterm/pkg-descr	Mon Jan  8 08:52:48 2018	(r458398)
+++ head/www/anyterm/pkg-descr	Mon Jan  8 09:00:52 2018	(r458399)
@@ -4,4 +4,4 @@ and communicates with the script using XMLHTTP on port
 SSL. This provides you with shell access to your machine from almost any Web
 browser, even when firewalls are in the way.
 
-WWW: http://anyterm.org/
+WWW: https://anyterm.org/



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