From owner-svn-ports-head@freebsd.org Sun Oct 8 18:48:09 2017 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 9BA64E3CEEE; Sun, 8 Oct 2017 18:48:09 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 4250D6D8B3; Sun, 8 Oct 2017 18:48:09 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v98Im8La023641; Sun, 8 Oct 2017 18:48:08 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v98Im8rm023639; Sun, 8 Oct 2017 18:48:08 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201710081848.v98Im8rm023639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Oct 2017 18:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451555 - in head: . devel devel/vtable-dumper X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head: . devel devel/vtable-dumper X-SVN-Commit-Revision: 451555 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.23 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: Sun, 08 Oct 2017 18:48:09 -0000 Author: pi Date: Sun Oct 8 18:48:08 2017 New Revision: 451555 URL: https://svnweb.freebsd.org/changeset/ports/451555 Log: devel/vtable-dumper: removed, use devel/abi-compliance-checker instead vtable-dumper is part of devel/abi-compliance-checker since January 2017. Deleted: head/devel/vtable-dumper/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 8 18:05:50 2017 (r451554) +++ head/MOVED Sun Oct 8 18:48:08 2017 (r451555) @@ -9579,3 +9579,4 @@ sysutils/bacula5-docs|sysutils/bacula-docs|2017-10-05| editors/vanubi||2017-10-07|Has expired: Vanubi is no longer actively maintained converters/py-bencode|converters/py-bencode.py|2017-10-07|Switch to a fork that supports both python2 and python3 japanese/jd||2017-10-08|Does not build and 2ch.net API has changed, so would not work anyway +devel/vtable-dumper|devel/abi-compliance-checker|2017-10-08|Use abi-compliance-checker, which contains this program in newer version Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 8 18:05:50 2017 (r451554) +++ head/devel/Makefile Sun Oct 8 18:48:08 2017 (r451555) @@ -6046,7 +6046,6 @@ SUBDIR += violet SUBDIR += visualparadigm SUBDIR += vstr - SUBDIR += vtable-dumper SUBDIR += vtcl SUBDIR += vxlog SUBDIR += wand-libconfig