Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 16:23:22 +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: r321399 - head/comms/tkhylafax
Message-ID:  <201306201623.r5KGNMx1086719@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Jun 20 16:23:22 2013
New Revision: 321399
URL: http://svnweb.freebsd.org/changeset/ports/321399

Log:
  . portlint: "RUN_DEPENDS" has to appear earlier;
  . remove an article from COMMENT;
  . trim Makefile headers.

Modified:
  head/comms/tkhylafax/Makefile

Modified: head/comms/tkhylafax/Makefile
==============================================================================
--- head/comms/tkhylafax/Makefile	Thu Jun 20 16:19:43 2013	(r321398)
+++ head/comms/tkhylafax/Makefile	Thu Jun 20 16:23:22 2013	(r321399)
@@ -1,9 +1,5 @@
-# New ports collection Makefile for:	tkhylafax
-# Date created:		Sun Jun  8 11:51:21 CEST 1997
-# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
-#
+# Created by: Andreas Klemm <andreas@klemm.gtn.com>
 # $FreeBSD$
-#
 
 PORTNAME=	tkhylafax
 PORTVERSION=	3.2b
@@ -13,14 +9,14 @@ MASTER_SITES=	ftp://ftp.hylafax.org/cont
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A tcl/tk interface to Sam Leffler's fax package
-
-USE_GHOSTSCRIPT_RUN=	yes
-USE_TK_RUN=	84
+COMMENT=	Tcl/tk interface to Sam Leffler's fax package
 
 RUN_DEPENDS=	sendfax:${PORTSDIR}/comms/hylafax \
 		gv:${PORTSDIR}/print/gv
 
+USE_GHOSTSCRIPT_RUN=	yes
+USE_TK_RUN=	84
+
 WRKSRC=		${WRKDIR}/tkhylafax
 MAN1=		tkhylafax.1
 



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