From owner-svn-ports-head@FreeBSD.ORG Thu Jul 18 11:54:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CE39822B; Thu, 18 Jul 2013 11:54:54 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C0C10944; Thu, 18 Jul 2013 11:54:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IBssE2003463; Thu, 18 Jul 2013 11:54:54 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IBsrq5003457; Thu, 18 Jul 2013 11:54:53 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201307181154.r6IBsrq5003457@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 18 Jul 2013 11:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323224 - in head: . editors editors/code-browser lang lang/copper X-SVN-Group: ports-head 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.14 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, 18 Jul 2013 11:54:54 -0000 Author: gahr Date: Thu Jul 18 11:54:53 2013 New Revision: 323224 URL: http://svnweb.freebsd.org/changeset/ports/323224 Log: - Remove editors/code-browser and lang/copper, which fail to build on most environments Deleted: head/editors/code-browser/ head/lang/copper/ Modified: head/MOVED head/editors/Makefile head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Jul 18 11:10:22 2013 (r323223) +++ head/MOVED Thu Jul 18 11:54:53 2013 (r323224) @@ -4436,3 +4436,5 @@ net/avahi-qt3||2013-07-13|Depends on the www/xpi-gwt-dev-plugin||2013-07-15|Has expired: Requires an ancient version of Firefox to build security/pyobfsproxy|security/obfsproxy|2013-07-15|Rename devel/kdevelop-custom-buildsystem||2013-07-17|Has expired: part of devel/kdevelop-kde4 now +editors/code-browser||2013-07-18|Removed +lang/copper||2013-07-18|Removed Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Thu Jul 18 11:10:22 2013 (r323223) +++ head/editors/Makefile Thu Jul 18 11:54:53 2013 (r323224) @@ -43,7 +43,6 @@ SUBDIR += calligra-l10n-sv SUBDIR += calligra-l10n-tr SUBDIR += chexedit - SUBDIR += code-browser SUBDIR += codeeditor SUBDIR += codelite SUBDIR += color-mate Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu Jul 18 11:10:22 2013 (r323223) +++ head/lang/Makefile Thu Jul 18 11:54:53 2013 (r323224) @@ -40,7 +40,6 @@ SUBDIR += cmucl SUBDIR += cmucl-extra SUBDIR += cocor - SUBDIR += copper SUBDIR += cparser SUBDIR += csharp-mode.el SUBDIR += cython