From owner-svn-ports-all@freebsd.org Wed Aug 10 10:19:24 2016 Return-Path: Delivered-To: svn-ports-all@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 6855ABB369B; Wed, 10 Aug 2016 10:19:24 +0000 (UTC) (envelope-from olgeni@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 29DD51F92; Wed, 10 Aug 2016 10:19:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7AAJN5S098466; Wed, 10 Aug 2016 10:19:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7AAJMmg098459; Wed, 10 Aug 2016 10:19:22 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608101019.u7AAJMmg098459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 10 Aug 2016 10:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420005 - in head: games mail misc net security textproc www X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2016 10:19:24 -0000 Author: olgeni Date: Wed Aug 10 10:19:22 2016 New Revision: 420005 URL: https://svnweb.freebsd.org/changeset/ports/420005 Log: Sort category Makefiles. Modified: head/games/Makefile head/mail/Makefile head/misc/Makefile head/net/Makefile head/security/Makefile head/textproc/Makefile head/www/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Aug 10 10:11:50 2016 (r420004) +++ head/games/Makefile Wed Aug 10 10:19:22 2016 (r420005) @@ -14,7 +14,6 @@ SUBDIR += 54321 SUBDIR += 7kaa SUBDIR += CaribbeanStud - SUBDIR += cockatrice SUBDIR += HeroesOfMightAndMagic SUBDIR += KnightCap SUBDIR += abbayedesmorts @@ -145,6 +144,7 @@ SUBDIR += chromium-bsu SUBDIR += circuslinux SUBDIR += cleanq3 + SUBDIR += cockatrice SUBDIR += colorcode SUBDIR += columns SUBDIR += concentration Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Aug 10 10:11:50 2016 (r420004) +++ head/mail/Makefile Wed Aug 10 10:19:22 2016 (r420005) @@ -532,13 +532,13 @@ SUBDIR += procmail SUBDIR += prom-wl SUBDIR += proxsmtp - SUBDIR += py-email-reply-parser SUBDIR += py-Products.MailHost SUBDIR += py-Products.SecureMailHost SUBDIR += py-apolicy SUBDIR += py-authres SUBDIR += py-cyruslib SUBDIR += py-dkimpy + SUBDIR += py-email-reply-parser SUBDIR += py-fuglu SUBDIR += py-libgmail SUBDIR += py-milter Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Wed Aug 10 10:11:50 2016 (r420004) +++ head/misc/Makefile Wed Aug 10 10:19:22 2016 (r420005) @@ -375,10 +375,10 @@ SUBDIR += py-osd SUBDIR += py-pexpect SUBDIR += py-powerline-status - SUBDIR += py-pyfiglet - SUBDIR += py-pyprind SUBDIR += py-progressbar SUBDIR += py-progressbar231 + SUBDIR += py-pyfiglet + SUBDIR += py-pyprind SUBDIR += py-qt4-demo SUBDIR += py-qt4-doc SUBDIR += py-qt5-demo @@ -419,13 +419,13 @@ SUBDIR += rubygem-vpim SUBDIR += rump SUBDIR += saaghar + SUBDIR += seabios SUBDIR += sent SUBDIR += seq2 SUBDIR += shared-mime-info SUBDIR += shc SUBDIR += shuffle SUBDIR += shuffle-db - SUBDIR += seabios SUBDIR += since SUBDIR += skyutils SUBDIR += sloccount Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Aug 10 10:11:50 2016 (r420004) +++ head/net/Makefile Wed Aug 10 10:19:22 2016 (r420005) @@ -789,8 +789,8 @@ SUBDIR += p5-Socket6 SUBDIR += p5-Socks SUBDIR += p5-Sort-Key-IPv4 - SUBDIR += p5-Test-URI SUBDIR += p5-TFTP + SUBDIR += p5-Test-URI SUBDIR += p5-URI SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Aug 10 10:11:50 2016 (r420004) +++ head/security/Makefile Wed Aug 10 10:19:22 2016 (r420005) @@ -892,8 +892,8 @@ SUBDIR += py-pysha3 SUBDIR += py-python-gnupg SUBDIR += py-python-openid - SUBDIR += py-python-social-auth SUBDIR += py-python-registry + SUBDIR += py-python-social-auth SUBDIR += py-rekall SUBDIR += py-rekall-core SUBDIR += py-rekall_gui Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Aug 10 10:11:50 2016 (r420004) +++ head/textproc/Makefile Wed Aug 10 10:19:22 2016 (r420005) @@ -1329,8 +1329,8 @@ SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += py2html - SUBDIR += py3-asciinema SUBDIR += py3-MarkupSafe + SUBDIR += py3-asciinema SUBDIR += py3-chardet SUBDIR += py3-libxml2 SUBDIR += pychm Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Aug 10 10:11:50 2016 (r420004) +++ head/www/Makefile Wed Aug 10 10:19:22 2016 (r420005) @@ -540,8 +540,8 @@ SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm - SUBDIR += npm2 SUBDIR += npm012 + SUBDIR += npm2 SUBDIR += nspluginwrapper SUBDIR += obhttpd SUBDIR += ocaml-net @@ -1728,6 +1728,7 @@ SUBDIR += py-prewikka SUBDIR += py-puppetboard SUBDIR += py-py-restclient + SUBDIR += py-pySmartDL SUBDIR += py-pyjwt SUBDIR += py-pylons SUBDIR += py-pyocclient @@ -1735,7 +1736,6 @@ SUBDIR += py-pyramid SUBDIR += py-pyramid_rpc SUBDIR += py-pysearch - SUBDIR += py-pySmartDL SUBDIR += py-python-digitalocean SUBDIR += py-pywebdav SUBDIR += py-pywikibot @@ -1748,9 +1748,6 @@ SUBDIR += py-recaptcha SUBDIR += py-requestbuilder SUBDIR += py-requests - SUBDIR += py33-requests - SUBDIR += py34-requests - SUBDIR += py35-requests SUBDIR += py-requests-futures SUBDIR += py-requests-oauthlib SUBDIR += py-requests-toolbelt @@ -1807,6 +1804,9 @@ SUBDIR += py-wsgiauth SUBDIR += py-wsgidav SUBDIR += py-zope.app.wsgi + SUBDIR += py33-requests + SUBDIR += py34-requests + SUBDIR += py35-requests SUBDIR += pyblosxom SUBDIR += pycarddav SUBDIR += pydio @@ -2082,8 +2082,8 @@ SUBDIR += smb_auth SUBDIR += snarf SUBDIR += sogo2 - SUBDIR += sogo3 SUBDIR += sogo2-activesync + SUBDIR += sogo3 SUBDIR += sogo3-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay