Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 14:17:56 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319245 - head/sysutils/mdf2iso
Message-ID:  <201305271417.r4REHuZT021132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon May 27 14:17:55 2013
New Revision: 319245
URL: http://svnweb.freebsd.org/changeset/ports/319245

Log:
  . trim Makefile headers;
  . remove the indefinite article from COMMENT;
  . remove LICENSE_FILE for the standard one (GPLv2).

Modified:
  head/sysutils/mdf2iso/Makefile

Modified: head/sysutils/mdf2iso/Makefile
==============================================================================
--- head/sysutils/mdf2iso/Makefile	Mon May 27 13:59:05 2013	(r319244)
+++ head/sysutils/mdf2iso/Makefile	Mon May 27 14:17:55 2013	(r319245)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mdf2iso
-# Date created:		2005-05-23
-# Whom:			Andrej Zverev <az@inec.ru>
-#
+# Created by: Andrej Zverev <az@inec.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	mdf2iso
 PORTVERSION=	0.3.0
@@ -12,10 +8,9 @@ MASTER_SITES=	BERLIOS
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A Alcohol 120% to ISO converter
+COMMENT=	Alcohol 120% to ISO converter
 
 LICENSE=	GPLv2 # (or later)
-LICENSE_FILE=	${WRKSRC}/gpl.txt
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271417.r4REHuZT021132>