From owner-svn-ports-head@FreeBSD.ORG Tue Jun 9 11:57:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6C1821B; Tue, 9 Jun 2015 11:57:06 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D44981789; Tue, 9 Jun 2015 11:57:06 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t59Bv69H039302; Tue, 9 Jun 2015 11:57:06 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t59Bv6Wn039301; Tue, 9 Jun 2015 11:57:06 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201506091157.t59Bv6Wn039301@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 9 Jun 2015 11:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388913 - head/graphics/libraw 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.20 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, 09 Jun 2015 11:57:07 -0000 Author: osa Date: Tue Jun 9 11:57:06 2015 New Revision: 388913 URL: https://svnweb.freebsd.org/changeset/ports/388913 Log: Drop maintainership. Modified: head/graphics/libraw/Makefile Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Tue Jun 9 11:47:59 2015 (r388912) +++ head/graphics/libraw/Makefile Tue Jun 9 11:57:06 2015 (r388913) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.libraw.org/data DISTNAME= LibRaw-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= osa@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating raw images LICENSE= LGPL21 CDDL