From owner-svn-ports-all@FreeBSD.ORG Fri Jun 20 14:53:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00071DB8; Fri, 20 Jun 2014 14:53:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E111C294A; Fri, 20 Jun 2014 14:53:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KErwwk052412; Fri, 20 Jun 2014 14:53:58 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KErwFS052411; Fri, 20 Jun 2014 14:53:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201406201453.s5KErwFS052411@svn.freebsd.org> From: William Grzybowski Date: Fri, 20 Jun 2014 14:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358580 - head/textproc/groff 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.18 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: Fri, 20 Jun 2014 14:53:59 -0000 Author: wg Date: Fri Jun 20 14:53:58 2014 New Revision: 358580 URL: http://svnweb.freebsd.org/changeset/ports/358580 QAT: https://qat.redports.org/buildarchive/r358580/ Log: textproc/groff: shebangfix and pet portlint PR: 189654 Submitted by: paul inetstat net Approved by: maintainer Modified: head/textproc/groff/Makefile Modified: head/textproc/groff/Makefile ============================================================================== --- head/textproc/groff/Makefile Fri Jun 20 14:52:57 2014 (r358579) +++ head/textproc/groff/Makefile Fri Jun 20 14:53:58 2014 (r358580) @@ -3,6 +3,7 @@ PORTNAME= groff PORTVERSION= 1.22.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff @@ -15,10 +16,14 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GHOSTSCRIPT= yes -USES= gmake perl5 +USE_GHOSTSCRIPT=yes +USES= gmake perl5 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-awk=/usr/bin/awk +CONFIGURE_ENV+= PERLPATH=${perl_CMD} # shebangfix + +SHEBANG_FILES= src/utils/afmtodit/afmtodit.pl \ + contrib/mm/mmroff.pl \ # Canonicalize to A4 if set. .if defined(A4) || (defined(PAPERSIZE) && ${PAPERSIZE:tu} == "A4")