From owner-svn-ports-all@FreeBSD.ORG Fri May 17 13:55:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4E390A2A; Fri, 17 May 2013 13:55:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB38E1B; Fri, 17 May 2013 13:55:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4HDtcjs069015; Fri, 17 May 2013 13:55:38 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4HDtcNB069014; Fri, 17 May 2013 13:55:38 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201305171355.r4HDtcNB069014@svn.freebsd.org> From: Wen Heping Date: Fri, 17 May 2013 13:55:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318385 - in head/science: . py-obspy py-obspy-core 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.14 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: Fri, 17 May 2013 13:55:38 -0000 Author: wen Date: Fri May 17 13:55:37 2013 New Revision: 318385 URL: http://svnweb.freebsd.org/changeset/ports/318385 Log: - Rename science/py-obspy-core to science/py-obspy Added: head/science/py-obspy/ - copied from r318240, head/science/py-obspy-core/ Deleted: head/science/py-obspy-core/ Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Fri May 17 13:50:25 2013 (r318384) +++ head/science/Makefile Fri May 17 13:55:37 2013 (r318385) @@ -157,7 +157,7 @@ SUBDIR += py-mdp SUBDIR += py-mlpy SUBDIR += py-netCDF4 - SUBDIR += py-obspy-core + SUBDIR += py-obspy SUBDIR += py-paida SUBDIR += py-pydicom SUBDIR += py-scikit-learn