From owner-svn-ports-all@FreeBSD.ORG Mon Dec 10 02:37:21 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 99D2FF10; Mon, 10 Dec 2012 02:37:21 +0000 (UTC) (envelope-from ak@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 7E0E68FC17; Mon, 10 Dec 2012 02:37:21 +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 qBA2bLYM096390; Mon, 10 Dec 2012 02:37:21 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBA2bLmL096389; Mon, 10 Dec 2012 02:37:21 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201212100237.qBA2bLmL096389@svn.freebsd.org> From: Alex Kozlov Date: Mon, 10 Dec 2012 02:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308580 - head/editors/mp 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: Mon, 10 Dec 2012 02:37:21 -0000 Author: ak Date: Mon Dec 10 02:37:20 2012 New Revision: 308580 URL: http://svnweb.freebsd.org/changeset/ports/308580 Log: - Update MASTER_SITES - Convert Makefile headers to new style - Remove indefinite article from COMMENT - Remove LICENSE_FILE since GPLv2 is in Templates/Licenses PR: ports/174166 Submitted by: KATO Tsuguru Modified: head/editors/mp/Makefile Modified: head/editors/mp/Makefile ============================================================================== --- head/editors/mp/Makefile Mon Dec 10 02:35:15 2012 (r308579) +++ head/editors/mp/Makefile Mon Dec 10 02:37:20 2012 (r308580) @@ -1,20 +1,15 @@ -# New ports collection makefile for: mp -# Date created: Apr 12, 2001 -# Whom: Mark Pulford -# +# Created by: Mark Pulford # $FreeBSD$ -# PORTNAME= mp PORTVERSION= 5.2.3 CATEGORIES= editors -MASTER_SITES= http://triptico.com/download/ +MASTER_SITES= http://triptico.com/download/mp/ MAINTAINER= ports@FreeBSD.org -COMMENT= A programming text editor +COMMENT= Programming text editor LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= NLS GUI PCRE DOCS OPTIONS_SINGLE= GUI