Date: Mon, 10 Dec 2012 02:37:21 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308580 - head/editors/mp Message-ID: <201212100237.qBA2bLmL096389@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tkato432@yahoo.com> 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 <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212100237.qBA2bLmL096389>