From owner-svn-ports-head@freebsd.org Thu Jan 11 20:34:10 2018 Return-Path: Delivered-To: svn-ports-head@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 7B5B2E7ABFE; Thu, 11 Jan 2018 20:34:10 +0000 (UTC) (envelope-from adamw@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 3B190E16; Thu, 11 Jan 2018 20:34:10 +0000 (UTC) (envelope-from adamw@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 6B5BB19FFF; Thu, 11 Jan 2018 20:34:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0BKY9hO019161; Thu, 11 Jan 2018 20:34:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0BKY8V0019155; Thu, 11 Jan 2018 20:34:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201801112034.w0BKY8V0019155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 11 Jan 2018 20:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458786 - in head: databases/xtrabackup devel/fb-adb mail/rubygem-vmail math/cryptominisat sysutils/amtc sysutils/ttyd X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head: databases/xtrabackup devel/fb-adb mail/rubygem-vmail math/cryptominisat sysutils/amtc sysutils/ttyd X-SVN-Commit-Revision: 458786 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2018 20:34:10 -0000 Author: adamw Date: Thu Jan 11 20:34:08 2018 New Revision: 458786 URL: https://svnweb.freebsd.org/changeset/ports/458786 Log: Chase vim-lite -> vim-console rename Modified: head/databases/xtrabackup/Makefile head/devel/fb-adb/Makefile head/mail/rubygem-vmail/Makefile head/math/cryptominisat/Makefile head/sysutils/amtc/Makefile head/sysutils/ttyd/Makefile Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/databases/xtrabackup/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ cmake:devel/cmake \ bison:devel/bison \ - xxd:editors/vim-lite + xxd:editors/vim-console LIB_DEPENDS= libev.so:devel/libev \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/devel/fb-adb/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -21,7 +21,7 @@ COMMENT= Better shell for Android devices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xxd:editors/vim-lite \ +BUILD_DEPENDS= xxd:editors/vim-console \ ${BASH_CMD}:shells/${BASH_CMD:T} RUN_DEPENDS= adb:devel/android-tools-adb Modified: head/mail/rubygem-vmail/Makefile ============================================================================== --- head/mail/rubygem-vmail/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/mail/rubygem-vmail/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -18,7 +18,7 @@ RUN_DEPENDS= rubygem-highline>=1.6.1:devel/rubygem-hig rubygem-sequel>=3.24.1:devel/rubygem-sequel \ rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3 \ rubygem-versionomy>=0.4.4:devel/rubygem-versionomy \ - vim:editors/vim-lite + vim:editors/vim-console NO_ARCH= yes USE_RUBY= yes Modified: head/math/cryptominisat/Makefile ============================================================================== --- head/math/cryptominisat/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/math/cryptominisat/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -12,7 +12,7 @@ LICENSE= MIT LGPL21 LICENSE_COMB= multi LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-SCALMC -BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool +BUILD_DEPENDS= xxd:editors/vim-console # for xxd tool LIB_DEPENDS= libboost_program_options.so:devel/boost-libs BROKEN_powerpc64= fails to compile: main.cpp: undefined reference to boost::program_options::abstract_variables_map::operator[] Modified: head/sysutils/amtc/Makefile ============================================================================== --- head/sysutils/amtc/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/sysutils/amtc/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -9,7 +9,7 @@ COMMENT= Threaded Intel AMT/vPro mass management tool LICENSE= CC-BY-3.0 -BUILD_DEPENDS= xxd:editors/vim-lite +BUILD_DEPENDS= xxd:editors/vim-console LIB_DEPENDS+= libgcrypt.so:security/libgcrypt \ libcurl.so:ftp/curl Modified: head/sysutils/ttyd/Makefile ============================================================================== --- head/sysutils/ttyd/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/sysutils/ttyd/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -11,7 +11,7 @@ COMMENT= Program to share your terminal over the web LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xxd:editors/vim-lite +BUILD_DEPENDS= xxd:editors/vim-console LIB_DEPENDS= libjson-c.so:devel/json-c \ libwebsockets.so:net/libwebsockets