Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2022 22:42:44 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9eae55747b4f - main - print/texlive-texmf: Remove CONFLICTS
Message-ID:  <202202192242.21JMgiXV041471@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9eae55747b4f9db9ded77fca6a137babef234b82

commit 9eae55747b4f9db9ded77fca6a137babef234b82
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-19 22:15:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-19 22:42:35 +0000

    print/texlive-texmf: Remove CONFLICTS
    
    - Remove reference to old latex-base DIST
    
    PR:             262052
    Reported by:    alt2600@icloud.com
---
 print/texlive-texmf/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile
index 4e4afb536016..8fd8d0143dca 100644
--- a/print/texlive-texmf/Makefile
+++ b/print/texlive-texmf/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES=	TEX_CTAN/systems/texlive/${TEXLIVE_YEAR}/
 PKGNAMESUFFIX=	-texmf
 DISTFILES=	${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}${EXTRACT_SUFX}
 DIST_SUBDIR=	TeX
-EXTRACT_ONLY=	latex-base-20150101.2${EXTRACT_SUFX}
+EXTRACT_ONLY=
 
 MAINTAINER=	tex@FreeBSD.org
 COMMENT=	TeX Live Typesetting System, texmf Tree
@@ -14,8 +14,6 @@ USES=		cpe python:run shebangfix tar:xz
 CPE_VENDOR=	tug
 USE_TEX=	base basic:extract texhash tlmgr:run
 
-CONFLICTS_INSTALL=	texlive-base-202[0-9]* texlive-texmf-202[0-9]*
-
 EXTRACT_AFTER_ARGS=	| ${TAR} xf - \
 			${EXCLUDE_FILES:S,^,--exclude ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}/,}
 NO_ARCH=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202192242.21JMgiXV041471>