svn commit: r458399 - head/www/anyterm

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jan 8 09:00:54 UTC 2018


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 at GCC_4.2.0
 BROKEN_armv6=		does not build: libstdc++.so: undefined reference to __floatunditf at 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/


More information about the svn-ports-head mailing list