From owner-svn-ports-all@freebsd.org Tue Apr 19 05:44:28 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 AE59AB02C7F; Tue, 19 Apr 2016 05:44:28 +0000 (UTC) (envelope-from araujo@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 7BDDC122A; Tue, 19 Apr 2016 05:44:28 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3J5iRbo068688; Tue, 19 Apr 2016 05:44:27 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3J5iRQw068686; Tue, 19 Apr 2016 05:44:27 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201604190544.u3J5iRQw068686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 19 Apr 2016 05:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413625 - in head: benchmarks math 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.21 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: Tue, 19 Apr 2016 05:44:28 -0000 Author: araujo Date: Tue Apr 19 05:44:27 2016 New Revision: 413625 URL: https://svnweb.freebsd.org/changeset/ports/413625 Log: Hook new ports on its categories Makefile. Reported by: antoine Modified: head/benchmarks/Makefile head/math/Makefile Modified: head/benchmarks/Makefile ============================================================================== --- head/benchmarks/Makefile Tue Apr 19 05:35:01 2016 (r413624) +++ head/benchmarks/Makefile Tue Apr 19 05:44:27 2016 (r413625) @@ -55,6 +55,8 @@ SUBDIR += polygraph SUBDIR += postal SUBDIR += postmark + SUBDIR += py-naarad + SUBDIR += py-zopkio SUBDIR += pybench SUBDIR += raidtest SUBDIR += ramspeed Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Apr 19 05:35:01 2016 (r413624) +++ head/math/Makefile Tue Apr 19 05:44:27 2016 (r413625) @@ -599,6 +599,7 @@ SUBDIR += py-graphillion SUBDIR += py-gsl SUBDIR += py-igraph + SUBDIR += py-luminol SUBDIR += py-mathdom SUBDIR += py-matplotlib SUBDIR += py-mpmath