From owner-svn-ports-head@FreeBSD.ORG Mon May 18 14:11:12 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 4FB89F05; Mon, 18 May 2015 14:11:12 +0000 (UTC) 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 3E70F1DFB; Mon, 18 May 2015 14:11:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4IEBCCv022591; Mon, 18 May 2015 14:11:12 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4IEBCuR022590; Mon, 18 May 2015 14:11:12 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201505181411.t4IEBCuR022590@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 18 May 2015 14:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386684 - head/www/foswiki 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: Mon, 18 May 2015 14:11:12 -0000 Author: tijl Date: Mon May 18 14:11:11 2015 New Revision: 386684 URL: https://svnweb.freebsd.org/changeset/ports/386684 Log: Fix MAINTAINER address Modified: head/www/foswiki/Makefile Modified: head/www/foswiki/Makefile ============================================================================== --- head/www/foswiki/Makefile Mon May 18 13:41:48 2015 (r386683) +++ head/www/foswiki/Makefile Mon May 18 14:11:11 2015 (r386684) @@ -6,7 +6,7 @@ CATEGORIES= www MASTER_SITES= SF DISTNAME= Foswiki-${PORTVERSION} -MAINTAINER= pormaster@bsdforge.com +MAINTAINER= portmaster@bsdforge.com COMMENT= Free and open source enterprise wiki LICENSE= GPLv2