From owner-svn-ports-head@freebsd.org Sun Feb 5 04:26:58 2017 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 4E400CC51AE; Sun, 5 Feb 2017 04:26:58 +0000 (UTC) (envelope-from sunpoet@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 0367719DC; Sun, 5 Feb 2017 04:26:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v154Qvx5060344; Sun, 5 Feb 2017 04:26:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v154QuZd060340; Sun, 5 Feb 2017 04:26:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702050426.v154QuZd060340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Feb 2017 04:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433348 - in head: . biology biology/rubygem-bio devel devel/rubygem-bio 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.23 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: Sun, 05 Feb 2017 04:26:58 -0000 Author: sunpoet Date: Sun Feb 5 04:26:56 2017 New Revision: 433348 URL: https://svnweb.freebsd.org/changeset/ports/433348 Log: Move devel/rubygem-bio to biology/rubygem-bio Added: head/biology/rubygem-bio/ - copied from r433347, head/devel/rubygem-bio/ Deleted: head/devel/rubygem-bio/ Modified: head/MOVED head/biology/Makefile head/biology/rubygem-bio/Makefile head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 5 04:03:18 2017 (r433347) +++ head/MOVED Sun Feb 5 04:26:56 2017 (r433348) @@ -9057,3 +9057,4 @@ databases/rubygem-arel5|databases/rubyge www/tinymce3|www/tinymce|2017-01-31|Has expired: Use www/tinymce instead devel/p5-IO-Detect|devel/p5-Scalar-Does|2017-01-31|Has expired: Use devel/p5-Scalar-Does instead devel/pear-PHPUnit3|devel/phpunit|2017-01-31|Has expired: Deprecated by upstream, use devel/phpunit instead +devel/rubygem-bio|biology/rubygem-bio|2017-02-05|Rename to match our rubygems naming Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Sun Feb 5 04:03:18 2017 (r433347) +++ head/biology/Makefile Sun Feb 5 04:26:56 2017 (r433348) @@ -88,6 +88,7 @@ SUBDIR += python-nexus SUBDIR += recombine SUBDIR += ruby-bio + SUBDIR += rubygem-bio SUBDIR += samtools SUBDIR += seaview SUBDIR += seqan Modified: head/biology/rubygem-bio/Makefile ============================================================================== --- head/devel/rubygem-bio/Makefile Sun Feb 5 04:03:18 2017 (r433347) +++ head/biology/rubygem-bio/Makefile Sun Feb 5 04:26:56 2017 (r433348) @@ -4,7 +4,7 @@ PORTNAME= bio PORTVERSION= 1.4.3.0001 PORTREVISION= 1 -CATEGORIES= devel rubygems +CATEGORIES= biology rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 5 04:03:18 2017 (r433347) +++ head/devel/Makefile Sun Feb 5 04:26:56 2017 (r433348) @@ -5070,7 +5070,6 @@ SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata SUBDIR += rubygem-binding_of_caller - SUBDIR += rubygem-bio SUBDIR += rubygem-bit-struct SUBDIR += rubygem-blankslate SUBDIR += rubygem-blobstore_client