From owner-svn-ports-head@freebsd.org Tue Sep 29 10:48:48 2015 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 B5E06A0BBEA; Tue, 29 Sep 2015 10:48:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 A6814130C; Tue, 29 Sep 2015 10:48:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8TAmmFg023390; Tue, 29 Sep 2015 10:48:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8TAmlpc023386; Tue, 29 Sep 2015 10:48:47 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509291048.t8TAmlpc023386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 29 Sep 2015 10:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398166 - in head: databases deskutils sysutils textproc 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.20 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: Tue, 29 Sep 2015 10:48:48 -0000 Author: olgeni Date: Tue Sep 29 10:48:46 2015 New Revision: 398166 URL: https://svnweb.freebsd.org/changeset/ports/398166 Log: Sort category Makefiles. Modified: head/databases/Makefile head/deskutils/Makefile head/sysutils/Makefile head/textproc/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Sep 29 10:45:57 2015 (r398165) +++ head/databases/Makefile Tue Sep 29 10:48:46 2015 (r398166) @@ -781,10 +781,10 @@ SUBDIR += py-tarantool SUBDIR += py-umemcache SUBDIR += py-whisper - SUBDIR += pypy-gdbm - SUBDIR += pypy-sqlite3 SUBDIR += pydbx SUBDIR += pymongo + SUBDIR += pypy-gdbm + SUBDIR += pypy-sqlite3 SUBDIR += pyspatialite SUBDIR += qdbm SUBDIR += qdbm-plus @@ -831,11 +831,11 @@ SUBDIR += rubygem-activemodel4 SUBDIR += rubygem-activemodel41 SUBDIR += rubygem-activerecord - SUBDIR += rubygem-activerecord41 SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-activerecord-mysql-adapter SUBDIR += rubygem-activerecord4 + SUBDIR += rubygem-activerecord41 SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Tue Sep 29 10:45:57 2015 (r398165) +++ head/deskutils/Makefile Tue Sep 29 10:48:46 2015 (r398166) @@ -196,8 +196,8 @@ SUBDIR += plasma-applet-yawp SUBDIR += plopfolio SUBDIR += preferences - SUBDIR += py-khal SUBDIR += py-bugwarrior + SUBDIR += py-khal SUBDIR += py-pycarddav SUBDIR += py-pystash SUBDIR += py-send2trash Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Sep 29 10:45:57 2015 (r398165) +++ head/sysutils/Makefile Tue Sep 29 10:48:46 2015 (r398166) @@ -67,14 +67,14 @@ SUBDIR += bacula5-client-static SUBDIR += bacula5-docs SUBDIR += bacula5-server + SUBDIR += baloo + SUBDIR += baloo-widgets + SUBDIR += bamf SUBDIR += bareos-bat SUBDIR += bareos-client SUBDIR += bareos-client-static SUBDIR += bareos-docs SUBDIR += bareos-server - SUBDIR += baloo - SUBDIR += baloo-widgets - SUBDIR += bamf SUBDIR += bashburn SUBDIR += batmon SUBDIR += battfink @@ -552,9 +552,9 @@ SUBDIR += monitord SUBDIR += monitorix SUBDIR += mono-kmod - SUBDIR += moosefs-chunkserver SUBDIR += moosefs-cgi SUBDIR += moosefs-cgiserv + SUBDIR += moosefs-chunkserver SUBDIR += moosefs-cli SUBDIR += moosefs-client SUBDIR += moosefs-master @@ -749,11 +749,11 @@ SUBDIR += pstacku SUBDIR += pstree SUBDIR += ptools - SUBDIR += puppet37 - SUBDIR += puppet4 SUBDIR += puppet SUBDIR += puppet-lint SUBDIR += puppet-mode.el + SUBDIR += puppet37 + SUBDIR += puppet4 SUBDIR += pv SUBDIR += pwd_unmkdb SUBDIR += pwgen @@ -872,8 +872,8 @@ SUBDIR += rubygem-hammer_cli_foreman_salt SUBDIR += rubygem-hammer_cli_foreman_ssh SUBDIR += rubygem-hiera - SUBDIR += rubygem-hiera1 SUBDIR += rubygem-hiera-file + SUBDIR += rubygem-hiera1 SUBDIR += rubygem-librarian-puppet SUBDIR += rubygem-log4r SUBDIR += rubygem-logify Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Sep 29 10:45:57 2015 (r398165) +++ head/textproc/Makefile Tue Sep 29 10:48:46 2015 (r398166) @@ -1259,8 +1259,8 @@ SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx SUBDIR += py-sphinx-intl - SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinx_numfig + SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinx_wikipedia SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket