From owner-svn-ports-head@freebsd.org Fri Jun 17 19:00:42 2016 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 2D122A78F25; Fri, 17 Jun 2016 19:00:42 +0000 (UTC) (envelope-from feld@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 EDEC52F39; Fri, 17 Jun 2016 19:00:41 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5HJ0f06036180; Fri, 17 Jun 2016 19:00:41 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5HJ0eq6036177; Fri, 17 Jun 2016 19:00:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201606171900.u5HJ0eq6036177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 17 Jun 2016 19:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417021 - in head: devel devel/py-logbook sysutils sysutils/py-logbook 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.22 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: Fri, 17 Jun 2016 19:00:42 -0000 Author: feld Date: Fri Jun 17 19:00:40 2016 New Revision: 417021 URL: https://svnweb.freebsd.org/changeset/ports/417021 Log: Move py-logbook to devel Makes more sense. I was originally comparing it to a logging utility normally found in sysutils category. Added: head/devel/py-logbook/ - copied from r417020, head/sysutils/py-logbook/ Deleted: head/sysutils/py-logbook/ Modified: head/devel/Makefile head/devel/py-logbook/Makefile head/sysutils/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jun 17 18:53:10 2016 (r417020) +++ head/devel/Makefile Fri Jun 17 19:00:40 2016 (r417021) @@ -4205,6 +4205,7 @@ SUBDIR += py-lock_file SUBDIR += py-lockfile SUBDIR += py-log4py + SUBDIR += py-logbook SUBDIR += py-logan SUBDIR += py-logilab-common SUBDIR += py-lxml Modified: head/devel/py-logbook/Makefile ============================================================================== --- head/sysutils/py-logbook/Makefile Fri Jun 17 18:53:10 2016 (r417020) +++ head/devel/py-logbook/Makefile Fri Jun 17 19:00:40 2016 (r417021) @@ -3,7 +3,7 @@ PORTNAME= logbook PORTVERSION= 0.12.5 -CATEGORIES= sysutils python +CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Logbook-${PORTVERSION} Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Jun 17 18:53:10 2016 (r417020) +++ head/sysutils/Makefile Fri Jun 17 19:00:40 2016 (r417021) @@ -825,7 +825,6 @@ SUBDIR += py-halite SUBDIR += py-honcho SUBDIR += py-iowait - SUBDIR += py-logbook SUBDIR += py-nagiosplugin SUBDIR += py-pkginfo SUBDIR += py-ploy