From owner-svn-ports-head@FreeBSD.ORG Thu Aug 29 02:29:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6659795A; Thu, 29 Aug 2013 02:29:01 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5299329ED; Thu, 29 Aug 2013 02:29:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7T2T1WQ066395; Thu, 29 Aug 2013 02:29:01 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7T2Swlt066372; Thu, 29 Aug 2013 02:28:58 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308290228.r7T2Swlt066372@svn.freebsd.org> From: Bryan Drewery Date: Thu, 29 Aug 2013 02:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325558 - in head: audio biology databases deskutils devel editors games irc math net sysutils www x11-toolkits 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, 29 Aug 2013 02:29:01 -0000 Author: bdrewery Date: Thu Aug 29 02:28:57 2013 New Revision: 325558 URL: http://svnweb.freebsd.org/changeset/ports/325558 Log: - Disconnect ports removed in r325546 Modified: head/audio/Makefile head/biology/Makefile head/databases/Makefile head/deskutils/Makefile head/devel/Makefile head/editors/Makefile head/games/Makefile head/irc/Makefile head/math/Makefile head/net/Makefile head/sysutils/Makefile head/www/Makefile head/x11-toolkits/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/audio/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -502,7 +502,6 @@ SUBDIR += mp3splt SUBDIR += mp3splt-gtk SUBDIR += mp3stat - SUBDIR += mp3towav-bundle SUBDIR += mp3unicode SUBDIR += mp3val SUBDIR += mp3wrap Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/biology/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -3,7 +3,6 @@ COMMENT = Biology - SUBDIR += adun SUBDIR += ariadne SUBDIR += artemis SUBDIR += avida Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/databases/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -91,7 +91,6 @@ SUBDIR += frontbase-jdbc SUBDIR += gadfly SUBDIR += gdbm - SUBDIR += gdl2 SUBDIR += geoserver-mysql-plugin SUBDIR += gigabase SUBDIR += glom @@ -206,7 +205,6 @@ SUBDIR += my2cego SUBDIR += mydbf2mysql SUBDIR += mydumper - SUBDIR += mylibrary SUBDIR += mysac SUBDIR += mysql++1 SUBDIR += mysql++3 Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/deskutils/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -151,7 +151,6 @@ SUBDIR += multisync-backup SUBDIR += multisync-syncml SUBDIR += myitcrm - SUBDIR += mywiki SUBDIR += nagaina SUBDIR += narval SUBDIR += nautilus-actions @@ -243,7 +242,6 @@ SUBDIR += tomboy-plugin-reminder SUBDIR += tomboy-plugin-todo SUBDIR += tomboy-plugin-wordcount - SUBDIR += toolbox SUBDIR += toolboxkit SUBDIR += tpb SUBDIR += treeline Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/devel/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -1299,8 +1299,6 @@ SUBDIR += oaf SUBDIR += obby SUBDIR += obfuscatejs - SUBDIR += objcunit - SUBDIR += objectivelib SUBDIR += ocaml-annexlib SUBDIR += ocaml-calendar SUBDIR += ocaml-camljava @@ -3348,7 +3346,6 @@ SUBDIR += prepstools SUBDIR += privman SUBDIR += projectcenter - SUBDIR += projectmanager SUBDIR += protobuf SUBDIR += protobuf-c SUBDIR += prototype Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/editors/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -43,7 +43,6 @@ SUBDIR += calligra-l10n-sv SUBDIR += calligra-l10n-tr SUBDIR += chexedit - SUBDIR += codeeditor SUBDIR += codelite SUBDIR += color-mate SUBDIR += conglomerate Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/games/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -356,7 +356,6 @@ SUBDIR += greed SUBDIR += gretools SUBDIR += grhino - SUBDIR += gridlock SUBDIR += gru SUBDIR += grubik SUBDIR += gshisen Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/irc/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -125,7 +125,6 @@ SUBDIR += smartirc4net SUBDIR += solid-ircd SUBDIR += srvx - SUBDIR += talksoup SUBDIR += thales SUBDIR += tircd SUBDIR += tircproxy Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/math/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -238,7 +238,6 @@ SUBDIR += ltl SUBDIR += ltl2ba SUBDIR += lybniz - SUBDIR += matharray SUBDIR += mathomatic SUBDIR += matio SUBDIR += matlab-R2012a-installer Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/net/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -416,7 +416,6 @@ SUBDIR += netatalk SUBDIR += netatalk3 SUBDIR += netcat - SUBDIR += netclasses SUBDIR += netdude SUBDIR += netembryo SUBDIR += netmap Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/sysutils/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -88,7 +88,6 @@ SUBDIR += bubblemon-dockapp SUBDIR += bubblemon2 SUBDIR += bulk_extractor - SUBDIR += burn SUBDIR += busybox SUBDIR += busybox-unstable SUBDIR += byobu Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/www/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -2068,8 +2068,6 @@ SUBDIR += webpy SUBDIR += webreport SUBDIR += webresolve - SUBDIR += webserver - SUBDIR += webservices SUBDIR += websh SUBDIR += webstats SUBDIR += webstone Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Wed Aug 28 22:38:37 2013 (r325557) +++ head/x11-toolkits/Makefile Thu Aug 29 02:28:57 2013 (r325558) @@ -35,11 +35,8 @@ SUBDIR += gnome-desktop-sharp20 SUBDIR += gnome-sharp20 SUBDIR += gnomemm - SUBDIR += gnustep-art SUBDIR += gnustep-back - SUBDIR += gnustep-cairo SUBDIR += gnustep-gui - SUBDIR += gnustep-xdps SUBDIR += gstreamer-plugins-pango SUBDIR += gstreamer1-plugins-pango SUBDIR += gtk-sharp-beans @@ -73,7 +70,6 @@ SUBDIR += gtksourceview3-reference SUBDIR += gtksourceviewmm3 SUBDIR += gtkunique - SUBDIR += gtoolkit SUBDIR += guile-gtk SUBDIR += hippo-canvas SUBDIR += hs-GLURaw @@ -226,7 +222,6 @@ SUBDIR += qwt5-designerplugin SUBDIR += qwt6 SUBDIR += qwt6-designerplugin - SUBDIR += renaissance SUBDIR += rep-gtk2 SUBDIR += ruby-fox16 SUBDIR += ruby-goocanvas