From owner-svn-ports-all@freebsd.org Fri Jul 24 09:35:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE4009A80DD; Fri, 24 Jul 2015 09:35:08 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.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 DE3E2144A; Fri, 24 Jul 2015 09:35:08 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6O9Z8ug009103; Fri, 24 Jul 2015 09:35:08 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6O9Z8i6009102; Fri, 24 Jul 2015 09:35:08 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201507240935.t6O9Z8i6009102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 24 Jul 2015 09:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392808 - head/print/texlive-tlmgr 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.20 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, 24 Jul 2015 09:35:09 -0000 Author: hrs Date: Fri Jul 24 09:35:07 2015 New Revision: 392808 URL: https://svnweb.freebsd.org/changeset/ports/392808 Log: Add CONFLICTS with texlive-infra-[0-9]*. Modified: head/print/texlive-tlmgr/Makefile Modified: head/print/texlive-tlmgr/Makefile ============================================================================== --- head/print/texlive-tlmgr/Makefile Fri Jul 24 09:33:01 2015 (r392807) +++ head/print/texlive-tlmgr/Makefile Fri Jul 24 09:35:07 2015 (r392808) @@ -2,6 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150523 +PORTREVISION= 1 CATEGORIES= print perl5 MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMESUFFIX= -tlmgr @@ -11,6 +12,8 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= TeXLive manager modules +CONFLICTS= texlive-infra-[0-9]* + USES= perl5 tar:xz USE_PERL5= run USE_TEX= yes