svn commit: r308580 - head/editors/mp

Alex Kozlov ak at FreeBSD.org
Mon Dec 10 02:37:21 UTC 2012


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 at 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 at kyne.com.au>
-#
+# Created by: Mark Pulford <mark at 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 at 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


More information about the svn-ports-all mailing list