From owner-svn-ports-head@freebsd.org Tue Mar 6 12:32:02 2018 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 79CE3F2CD5E; Tue, 6 Mar 2018 12:32:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22206747E1; Tue, 6 Mar 2018 12:32:02 +0000 (UTC) (envelope-from tobik@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 1D26B12E94; Tue, 6 Mar 2018 12:32:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w26CW1ne065445; Tue, 6 Mar 2018 12:32:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w26CW0hU065433; Tue, 6 Mar 2018 12:32:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803061232.w26CW0hU065433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 6 Mar 2018 12:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463723 - in head: net-im/py-jabber net-p2p/bnbt net-p2p/libbt net/grdesktop net/ldapsh security/openbsm www/feedjack www/visitors x11-themes/icons-tango-extras x11-wm/tinywm x11/wmctrl X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: net-im/py-jabber net-p2p/bnbt net-p2p/libbt net/grdesktop net/ldapsh security/openbsm www/feedjack www/visitors x11-themes/icons-tango-extras x11-wm/tinywm x11/wmctrl X-SVN-Commit-Revision: 463723 X-SVN-Commit-Repository: ports 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.25 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, 06 Mar 2018 12:32:02 -0000 Author: tobik Date: Tue Mar 6 12:32:00 2018 New Revision: 463723 URL: https://svnweb.freebsd.org/changeset/ports/463723 Log: Reset MAINTAINER of flz's ports by his request PR: 195339 Modified: head/net-im/py-jabber/Makefile head/net-p2p/bnbt/Makefile head/net-p2p/libbt/Makefile head/net/grdesktop/Makefile head/net/ldapsh/Makefile head/security/openbsm/Makefile head/www/feedjack/Makefile head/www/visitors/Makefile head/x11-themes/icons-tango-extras/Makefile head/x11-wm/tinywm/Makefile head/x11/wmctrl/Makefile Modified: head/net-im/py-jabber/Makefile ============================================================================== --- head/net-im/py-jabber/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/net-im/py-jabber/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}py/${PORTNAME}py%20libs/${ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= jabberpy-${PORTVERSION}-0 -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python Jabber library USES= python:2.7 Modified: head/net-p2p/bnbt/Makefile ============================================================================== --- head/net-p2p/bnbt/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/net-p2p/bnbt/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -9,7 +9,7 @@ MASTER_SITES= http://opensource.depthstrike.com/${PORT DISTNAME= ${SNAPSHOT}-${PORTNAME}${PORTVERSION:C/\.//}-src SNAPSHOT= 20060727 -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ BitTorrent Tracker OPTIONS_DEFINE= MYSQL DOCS Modified: head/net-p2p/libbt/Makefile ============================================================================== --- head/net-p2p/libbt/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/net-p2p/libbt/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= net-p2p devel MASTER_SITES= SF -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C library implementing the core BitTorrent protocol LIB_DEPENDS= libcurl.so:ftp/curl Modified: head/net/grdesktop/Makefile ============================================================================== --- head/net/grdesktop/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/net/grdesktop/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -7,7 +7,7 @@ PORTREVISION= 13 CATEGORIES= net MASTER_SITES= SAVANNAH -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GNOME frontend for the remote desktop client (rdesktop) RUN_DEPENDS= rdesktop:net/rdesktop Modified: head/net/ldapsh/Makefile ============================================================================== --- head/net/ldapsh/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/net/ldapsh/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -9,7 +9,7 @@ CATEGORIES= net MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LOOSIFER -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Interactive shell used to administer ldap directories BUILD_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ Modified: head/security/openbsm/Makefile ============================================================================== --- head/security/openbsm/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/security/openbsm/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -7,7 +7,7 @@ CATEGORIES= security MASTER_SITES= http://www.trustedbsd.org/downloads/ DISTNAME= openbsm-${DISTVERSION} -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open Source Basic Security Module (BSM) Audit Implementation LICENSE= BSD2CLAUSE BSD3CLAUSE Modified: head/www/feedjack/Makefile ============================================================================== --- head/www/feedjack/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/www/feedjack/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://www.feedjack.org/download/ DISTNAME= Feedjack-${PORTVERSION} -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Feed aggregator written in Python using the Django framework RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:textproc/py-feedparser@${FLAVOR} \ Modified: head/www/visitors/Makefile ============================================================================== --- head/www/visitors/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/www/visitors/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://www.hping.org/visitors/ DISTNAME= ${PORTNAME}-0.7 -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Very fast and easy to use web log analyzer WRKSRC= ${WRKDIR}/${PORTNAME}_0.7 Modified: head/x11-themes/icons-tango-extras/Makefile ============================================================================== --- head/x11-themes/icons-tango-extras/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/x11-themes/icons-tango-extras/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -8,7 +8,7 @@ MASTER_SITES= http://tango.freedesktop.org/releases/ \ GENTOO DISTNAME= tango-icon-theme-extras-${PORTVERSION} -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Extra set of icons from the Tango project BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \ Modified: head/x11-wm/tinywm/Makefile ============================================================================== --- head/x11-wm/tinywm/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/x11-wm/tinywm/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -8,7 +8,7 @@ CATEGORIES= x11-wm MASTER_SITES= http://incise.org/files/dev/ EXTRACT_SUFX= .tgz -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ridiculously tiny window manager OPTIONS_DEFINE= DOCS Modified: head/x11/wmctrl/Makefile ============================================================================== --- head/x11/wmctrl/Makefile Tue Mar 6 12:25:41 2018 (r463722) +++ head/x11/wmctrl/Makefile Tue Mar 6 12:32:00 2018 (r463723) @@ -7,7 +7,7 @@ PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= http://sweb.cz/tripie/utils/wmctrl/dist/ -MAINTAINER= flz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Command line tool to interact with an EWMH/NetWM compatible X managers LICENSE= GPLv2