From owner-svn-ports-head@freebsd.org Tue Jan 22 16:26:52 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CB4114A7426; Tue, 22 Jan 2019 16:26:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7A1C93094; Tue, 22 Jan 2019 16:26:51 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D81C03F36; Tue, 22 Jan 2019 16:26:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0MGQpRo011096; Tue, 22 Jan 2019 16:26:51 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0MGQnBO011086; Tue, 22 Jan 2019 16:26:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201901221626.x0MGQnBO011086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 22 Jan 2019 16:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490961 - in head: biology databases deskutils devel graphics math net science sysutils www X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: biology databases deskutils devel graphics math net science sysutils www X-SVN-Commit-Revision: 490961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E7A1C93094 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 22 Jan 2019 16:26:52 -0000 Author: mat Date: Tue Jan 22 16:26:49 2019 New Revision: 490961 URL: https://svnweb.freebsd.org/changeset/ports/490961 Log: Sort categories Makefiles. Modified: head/biology/Makefile (contents, props changed) head/databases/Makefile (contents, props changed) head/deskutils/Makefile (contents, props changed) head/devel/Makefile (contents, props changed) head/graphics/Makefile (contents, props changed) head/math/Makefile (contents, props changed) head/net/Makefile (contents, props changed) head/science/Makefile (contents, props changed) head/sysutils/Makefile (contents, props changed) head/www/Makefile (contents, props changed) Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/biology/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -44,8 +44,8 @@ SUBDIR += gperiodic SUBDIR += grappa SUBDIR += groopm - SUBDIR += hmmer SUBDIR += hisat2 + SUBDIR += hmmer SUBDIR += htslib SUBDIR += hyphy SUBDIR += igv Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/databases/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -690,14 +690,6 @@ SUBDIR += postgresql-repmgr SUBDIR += postgresql-tds_fdw SUBDIR += postgresql-zhparser - SUBDIR += postgresql11-client - SUBDIR += postgresql11-contrib - SUBDIR += postgresql11-docs - SUBDIR += postgresql11-pgtcl - SUBDIR += postgresql11-plperl - SUBDIR += postgresql11-plpython - SUBDIR += postgresql11-pltcl - SUBDIR += postgresql11-server SUBDIR += postgresql10-client SUBDIR += postgresql10-contrib SUBDIR += postgresql10-docs @@ -706,6 +698,14 @@ SUBDIR += postgresql10-plpython SUBDIR += postgresql10-pltcl SUBDIR += postgresql10-server + SUBDIR += postgresql11-client + SUBDIR += postgresql11-contrib + SUBDIR += postgresql11-docs + SUBDIR += postgresql11-pgtcl + SUBDIR += postgresql11-plperl + SUBDIR += postgresql11-plpython + SUBDIR += postgresql11-pltcl + SUBDIR += postgresql11-server SUBDIR += postgresql94-client SUBDIR += postgresql94-contrib SUBDIR += postgresql94-docs Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/deskutils/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -46,12 +46,12 @@ SUBDIR += easystroke SUBDIR += egroupware SUBDIR += everygui + SUBDIR += fasd SUBDIR += fbreader SUBDIR += fet SUBDIR += flameshot SUBDIR += freemind SUBDIR += freeplane - SUBDIR += fasd SUBDIR += fusenshi SUBDIR += ganttproject SUBDIR += ganyremote Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/devel/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -215,8 +215,8 @@ SUBDIR += binutils SUBDIR += bison SUBDIR += blame - SUBDIR += bloaty SUBDIR += blitz + SUBDIR += bloaty SUBDIR += bmake SUBDIR += bmkdep SUBDIR += bnf @@ -744,8 +744,8 @@ SUBDIR += geany-plugin-treebrowser SUBDIR += geany-plugin-updatechecker SUBDIR += geany-plugin-utilslib - SUBDIR += geany-plugin-vimode SUBDIR += geany-plugin-vc + SUBDIR += geany-plugin-vimode SUBDIR += geany-plugin-webhelper SUBDIR += geany-plugin-workbench SUBDIR += geany-plugin-xmlsnippets @@ -5682,12 +5682,12 @@ SUBDIR += rubygem-googleapis-common-protos-types SUBDIR += rubygem-graf SUBDIR += rubygem-grape - SUBDIR += rubygem-grape11 SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-path-helpers SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape0 + SUBDIR += rubygem-grape11 SUBDIR += rubygem-grape_logging SUBDIR += rubygem-graphiql-rails SUBDIR += rubygem-graphql @@ -5736,10 +5736,10 @@ SUBDIR += rubygem-jquery-ui-themes SUBDIR += rubygem-jruby-jars SUBDIR += rubygem-json + SUBDIR += rubygem-json-schema SUBDIR += rubygem-json1 SUBDIR += rubygem-json_pure SUBDIR += rubygem-json_pure1 - SUBDIR += rubygem-json-schema SUBDIR += rubygem-jsonapi-renderer SUBDIR += rubygem-kafo SUBDIR += rubygem-kafo_parsers @@ -5850,11 +5850,11 @@ SUBDIR += rubygem-pathutil SUBDIR += rubygem-pdk SUBDIR += rubygem-peek - SUBDIR += rubygem-peek-rails50 SUBDIR += rubygem-peek-gc-rails50 SUBDIR += rubygem-peek-host SUBDIR += rubygem-peek-performance_bar SUBDIR += rubygem-peek-rails4 + SUBDIR += rubygem-peek-rails50 SUBDIR += rubygem-peek-rblineprof-rails50 SUBDIR += rubygem-peek-redis-rails50 SUBDIR += rubygem-pkg-config Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/graphics/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -374,8 +374,8 @@ SUBDIR += imgtops SUBDIR += imgv SUBDIR += imlib2 - SUBDIR += imlib2_loaders SUBDIR += imlib2-webp + SUBDIR += imlib2_loaders SUBDIR += impressive SUBDIR += imv SUBDIR += inkscape Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/math/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -287,8 +287,8 @@ SUBDIR += hs-semigroups SUBDIR += hs-statistics SUBDIR += hs-vector-space - SUBDIR += igraph SUBDIR += ignition-math + SUBDIR += igraph SUBDIR += intervaltree SUBDIR += ipopt SUBDIR += ised @@ -308,13 +308,13 @@ SUBDIR += kktdirect SUBDIR += kmplot SUBDIR += labplot - SUBDIR += latte-integrale SUBDIR += lambda SUBDIR += lapack SUBDIR += lapack++ SUBDIR += lapack95 SUBDIR += lapacke SUBDIR += laspack + SUBDIR += latte-integrale SUBDIR += ldouble SUBDIR += lean SUBDIR += lemon Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/net/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -818,7 +818,6 @@ SUBDIR += p5-OAI-Harvester SUBDIR += p5-OurNet-BBS SUBDIR += p5-OurNet-BBSAgent - SUBDIR += p5-Parse-Netstat SUBDIR += p5-POE-Component-Client-Ident SUBDIR += p5-POE-Component-Client-Keepalive SUBDIR += p5-POE-Component-Client-Ping @@ -836,6 +835,7 @@ SUBDIR += p5-POSIX-Socket SUBDIR += p5-POSIX-getpeername SUBDIR += p5-Parallel-Pvm + SUBDIR += p5-Parse-Netstat SUBDIR += p5-Phone-Info SUBDIR += p5-PlRPC SUBDIR += p5-Queue-Beanstalk Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/science/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -33,8 +33,8 @@ SUBDIR += avogadro2 SUBDIR += avogadrolibs SUBDIR += bagel - SUBDIR += berkeleygw SUBDIR += bddsolve + SUBDIR += berkeleygw SUBDIR += bodr SUBDIR += brian SUBDIR += buddy @@ -209,11 +209,10 @@ SUBDIR += py-DendroPy SUBDIR += py-GPy SUBDIR += py-GPyOpt - SUBDIR += py-PyFR - SUBDIR += py-lifelines SUBDIR += py-MDAnalysis SUBDIR += py-MDAnalysisTests SUBDIR += py-OpenFermion + SUBDIR += py-PyFR SUBDIR += py-PyQuante SUBDIR += py-ScientificPython SUBDIR += py-SimpleSpectral @@ -230,6 +229,7 @@ SUBDIR += py-h5py SUBDIR += py-hcluster SUBDIR += py-kinematics + SUBDIR += py-lifelines SUBDIR += py-mdp SUBDIR += py-mlpy SUBDIR += py-mmtf-python Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/sysutils/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -1072,13 +1072,13 @@ SUBDIR += rubygem-capistrano-ext SUBDIR += rubygem-capistrano-harrow SUBDIR += rubygem-chef - SUBDIR += rubygem-chef12 SUBDIR += rubygem-chef-api SUBDIR += rubygem-chef-config SUBDIR += rubygem-chef-config12 SUBDIR += rubygem-chef-dk SUBDIR += rubygem-chef-zero SUBDIR += rubygem-chef-zero5 + SUBDIR += rubygem-chef12 SUBDIR += rubygem-facter SUBDIR += rubygem-fluent-mixin-plaintextformatter SUBDIR += rubygem-fluent-plugin-config-expander @@ -1335,9 +1335,9 @@ SUBDIR += u-boot-pinebook SUBDIR += u-boot-riotboard SUBDIR += u-boot-rpi + SUBDIR += u-boot-rpi-0-w SUBDIR += u-boot-rpi2 SUBDIR += u-boot-rpi3 - SUBDIR += u-boot-rpi-0-w SUBDIR += u-boot-sinovoip-bpi-m3 SUBDIR += u-boot-sopine SUBDIR += u-boot-tools Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Jan 22 16:21:44 2019 (r490960) +++ head/www/Makefile Tue Jan 22 16:26:49 2019 (r490961) @@ -508,9 +508,9 @@ SUBDIR += nginx-prometheus-exporter SUBDIR += nibbleblog SUBDIR += node + SUBDIR += node10 SUBDIR += node6 SUBDIR += node8 - SUBDIR += node10 SUBDIR += nostromo SUBDIR += novnc SUBDIR += novnc-websockify @@ -1315,9 +1315,9 @@ SUBDIR += p5-WWW-Shorten-isgd SUBDIR += p5-WWW-SourceForge SUBDIR += p5-WWW-Spinn3r - SUBDIR += p5-WWW-Telegram-BotAPI SUBDIR += p5-WWW-TV SUBDIR += p5-WWW-TWSMS + SUBDIR += p5-WWW-Telegram-BotAPI SUBDIR += p5-WWW-TinySong SUBDIR += p5-WWW-Tumblr SUBDIR += p5-WWW-VenusEnvy @@ -2441,6 +2441,7 @@ SUBDIR += webtrees SUBDIR += wgetpaste SUBDIR += wikicalc + SUBDIR += wml SUBDIR += woof SUBDIR += wordpress SUBDIR += wsdlpull @@ -2543,7 +2544,6 @@ SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xsp - SUBDIR += wml SUBDIR += yabb SUBDIR += yanopaste SUBDIR += yarn