From owner-svn-ports-all@FreeBSD.ORG Thu Dec 13 14:40:19 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CF9C691; Thu, 13 Dec 2012 14:40:19 +0000 (UTC) (envelope-from bf@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 726A38FC12; Thu, 13 Dec 2012 14:40:19 +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 qBDEeJZL053944; Thu, 13 Dec 2012 14:40:19 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDEeJQ0053943; Thu, 13 Dec 2012 14:40:19 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201212131440.qBDEeJQ0053943@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 13 Dec 2012 14:40:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308850 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 14:40:19 -0000 Author: bf Date: Thu Dec 13 14:40:18 2012 New Revision: 308850 URL: http://svnweb.freebsd.org/changeset/ports/308850 Log: Adopt. Modified: head/devel/pcre/Makefile (contents, props changed) Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Thu Dec 13 14:22:01 2012 (r308849) +++ head/devel/pcre/Makefile Thu Dec 13 14:40:18 2012 (r308850) @@ -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= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Perl Compatible Regular Expressions library LICENSE= BSD