From owner-svn-ports-head@freebsd.org Sat Oct 22 06:08:36 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 033BEC1C5C1; Sat, 22 Oct 2016 06:08:36 +0000 (UTC) (envelope-from woodsb02@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 C389B6D2; Sat, 22 Oct 2016 06:08:35 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M68YP5075039; Sat, 22 Oct 2016 06:08:34 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M68YoC075037; Sat, 22 Oct 2016 06:08:34 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610220608.u9M68YoC075037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 22 Oct 2016 06:08:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424447 - in head/print: hplip hplip-plugin 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: Sat, 22 Oct 2016 06:08:36 -0000 Author: woodsb02 Date: Sat Oct 22 06:08:34 2016 New Revision: 424447 URL: https://svnweb.freebsd.org/changeset/ports/424447 Log: print/hplip and print/hplip-plugin: Take maintainership Approved by: adamw (mentor, implicit) Modified: head/print/hplip-plugin/Makefile head/print/hplip/Makefile Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Sat Oct 22 05:36:16 2016 (r424446) +++ head/print/hplip-plugin/Makefile Sat Oct 22 06:08:34 2016 (r424447) @@ -8,7 +8,7 @@ MASTER_SITES= http://hplipopensource.com DISTNAME= hplip-${DISTVERSION}-plugin EXTRACT_SUFX= .run -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@FreeBSD.org COMMENT= Binary plugin for some HP Printers and All-in-One devices LICENSE= HPLIP_PLUGIN Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Sat Oct 22 05:36:16 2016 (r424446) +++ head/print/hplip/Makefile Sat Oct 22 06:08:34 2016 (r424447) @@ -6,7 +6,7 @@ PORTVERSION= 3.16.9 CATEGORIES= print MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@FreeBSD.org COMMENT= Drivers and utilities for HP Printers and All-in-One devices LICENSE= GPLv2 MIT BSD3CLAUSE