From owner-svn-ports-all@freebsd.org Mon Jan 8 09:00:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25FDEE5C991; Mon, 8 Jan 2018 09:00:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01612714F5; Mon, 8 Jan 2018 09:00:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 421112D8F6; Mon, 8 Jan 2018 09:00:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0890ruh060615; Mon, 8 Jan 2018 09:00:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0890q8k060613; Mon, 8 Jan 2018 09:00:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201801080900.w0890q8k060613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 8 Jan 2018 09:00:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458399 - head/www/anyterm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/anyterm X-SVN-Commit-Revision: 458399 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 09:00:54 -0000 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/