git: 9eae55747b4f - main - print/texlive-texmf: Remove CONFLICTS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 22:42:44 UTC
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