From owner-svn-ports-head@FreeBSD.ORG Thu Dec 13 14:22:02 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51AE3FFF; Thu, 13 Dec 2012 14:22:02 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 363B78FC15; Thu, 13 Dec 2012 14:22:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDEM2aK051320; Thu, 13 Dec 2012 14:22:02 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDEM2Hk051319; Thu, 13 Dec 2012 14:22:02 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201212131422.qBDEM2Hk051319@svn.freebsd.org> From: Martin Matuska Date: Thu, 13 Dec 2012 14:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308849 - head/devel/pcre 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.14 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: Thu, 13 Dec 2012 14:22:02 -0000 Author: mm Date: Thu Dec 13 14:22:01 2012 New Revision: 308849 URL: http://svnweb.freebsd.org/changeset/ports/308849 Log: Give up maintainership on devel/pcre >-This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M pcre/Makefile Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Thu Dec 13 14:14:18 2012 (r308848) +++ head/devel/pcre/Makefile Thu Dec 13 14:22:01 2012 (r308849) @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pu ftp://ftp.tin.org/pub/libs/%SUBDIR%/ MASTER_SITE_SUBDIR=${PORTNAME} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl Compatible Regular Expressions library LICENSE= BSD