From owner-svn-ports-all@FreeBSD.ORG Sat Oct 5 12:38:09 2013 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 ESMTP id 387127C5; Sat, 5 Oct 2013 12:38:09 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2558C2DF8; Sat, 5 Oct 2013 12:38:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95Cc99K074830; Sat, 5 Oct 2013 12:38:09 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95Cc8HV074829; Sat, 5 Oct 2013 12:38:08 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201310051238.r95Cc8HV074829@svn.freebsd.org> From: Andrej Zverev Date: Sat, 5 Oct 2013 12:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329447 - head/print/texlive-infra 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.14 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: Sat, 05 Oct 2013 12:38:09 -0000 Author: az Date: Sat Oct 5 12:38:08 2013 New Revision: 329447 URL: http://svnweb.freebsd.org/changeset/ports/329447 Log: Add Perl5 as run depend. This allow for port to use SITE_PERL macro. PR: ports/182333 Submitted by: Bertram Scharpf Approved by: maintainer (almost timeout) With hat: perl@ Modified: head/print/texlive-infra/Makefile Modified: head/print/texlive-infra/Makefile ============================================================================== --- head/print/texlive-infra/Makefile Sat Oct 5 12:06:39 2013 (r329446) +++ head/print/texlive-infra/Makefile Sat Oct 5 12:38:08 2013 (r329447) @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 27610 +PORTREVISION= 1 CATEGORIES= print perl5 MASTER_SITES= ftp://tug.org/tex-archive/systems/texlive/tlnet/archive/ PKGNAMESUFFIX= -infra @@ -11,6 +12,8 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Basic TeXLive infrastructure +USES= perl5 +USE_PERL5= run USE_XZ= yes USE_TEX= texlive texmf NO_BUILD= yes