svn commit: r392808 - head/print/texlive-tlmgr

Hiroki Sato hrs at FreeBSD.org
Fri Jul 24 09:35:09 UTC 2015


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 at FreeBSD.org
 COMMENT=	TeXLive manager modules
 
+CONFLICTS=	texlive-infra-[0-9]*
+
 USES=		perl5 tar:xz
 USE_PERL5=	run
 USE_TEX=	yes


More information about the svn-ports-all mailing list