From owner-svn-ports-all@FreeBSD.ORG Sun Jan 4 10:37:05 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 539C9FA4; Sun, 4 Jan 2015 10:37:05 +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 3F6262ECD; Sun, 4 Jan 2015 10:37:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t04Ab5vR049103; Sun, 4 Jan 2015 10:37:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t04Ab5ia049102; Sun, 4 Jan 2015 10:37:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201501041037.t04Ab5ia049102@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 4 Jan 2015 10:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376196 - head/textproc/info2man 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-1 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: Sun, 04 Jan 2015 10:37:05 -0000 Author: bapt Date: Sun Jan 4 10:37:04 2015 New Revision: 376196 URL: https://svnweb.freebsd.org/changeset/ports/376196 QAT: https://qat.redports.org/buildarchive/r376196/ Log: Add a missing dependency on p5-Perl4-CoreLibs Modified: head/textproc/info2man/Makefile Modified: head/textproc/info2man/Makefile ============================================================================== --- head/textproc/info2man/Makefile Sun Jan 4 10:33:35 2015 (r376195) +++ head/textproc/info2man/Makefile Sun Jan 4 10:37:04 2015 (r376196) @@ -3,6 +3,7 @@ PORTNAME= info2man PORTVERSION= 20040717 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.cskk.ezoshosting.com/cs/css/ DISTNAME= ${PORTNAME} @@ -11,6 +12,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Translate GNU info files into man pages +RUN_DEPENDS= p5-Perl4-CoreLibs>0:${PORTSDIR}/devel/p5-Perl4-CoreLibs USES= perl5 shebangfix NO_WRKSUBDIR= yes NO_BUILD= yes