Skip to content

Commit

Permalink
Mk/bsd.sites.mk: Add new MACRO TEX
Browse files Browse the repository at this point in the history
There are two different sites/mirror required for the ports tree. Due to
the packaging of texlive we need the CTAN historic mirror which is
defined in TEX_CTAN and normal mirror which hosts most of the packages.
Unfortunately both were uses interchangeably without checking the
details and in previous there was single sites mirroring both the
historic dists and the noemal packages. As this is no longer the case
update all other ports pointing towards the wrong site.

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Aug 2, 2023
1 parent 28ba2ca commit fc6aa52
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions Mk/bsd.sites.mk
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,11 @@ MASTER_SITE_TCLTK+= \
ftp://ftp.funet.fi/pub/languages/tcl/tcl/%SUBDIR%/
.endif

.if !defined(IGNORE_MASTER_SITE_TEX)
MASTER_SITE_TEX+= \
https://mirror.ctan.org/%SUBDIR%/
.endif

.if !defined(IGNORE_MASTER_SITE_TEX_CTAN)
MASTER_SITE_TEX_CTAN+= \
https://ftp.tu-chemnitz.de/pub/tug/historic/%SUBDIR%/ \
Expand Down
2 changes: 1 addition & 1 deletion devel/cweb/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= cweb
PORTVERSION= 3.64a.a
CATEGORIES= devel
MASTER_SITES= TEX_CTAN/web/c_cpp/cweb
MASTER_SITES= TEX/web/c_cpp/cweb
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([a-z])$/\1/}

MAINTAINER= gerald@FreeBSD.org
Expand Down
1 change: 1 addition & 0 deletions devel/cweb/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
TIMESTAMP = 1690981853
SHA256 (cweb-3.64aa.tar.gz) = 0cde41fd86643aefa80cd1704acfafcb2b485e71fa8dc6277bfd87971004900c
SIZE (cweb-3.64aa.tar.gz) = 223945
2 changes: 1 addition & 1 deletion devel/tex-web2c/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= web2c
PORTVERSION= ${TEXLIVE_VERSION}
CATEGORIES= devel
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
MASTER_SITES= TEX_CTAN/systems/texlive/${TEXLIVE_YEAR}
PKGNAMEPREFIX= tex-
DISTNAME= texlive-${PORTVERSION}-source
DIST_SUBDIR= TeX
Expand Down
2 changes: 1 addition & 1 deletion graphics/xtexcad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PORTNAME= xtexcad
PORTVERSION= 2.4.1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= TEX_CTAN/graphics/xtexcad
MASTER_SITES= TEX/graphics/${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT= Simple drawing program enforcing limited slopes and diameters
Expand Down
2 changes: 1 addition & 1 deletion print/bibview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PORTNAME= bibview
PORTVERSION= 2.2
PORTREVISION= 2
CATEGORIES= print databases
MASTER_SITES= TEX_CTAN/biblio/bibtex/utils/bibview-2.0
MASTER_SITES= TEX/biblio/bibtex/utils/bibview-2.0

MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical interface for manipulating BibTeX bibliography databases
Expand Down
2 changes: 1 addition & 1 deletion print/latex-resume/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PORTNAME= resume
PORTVERSION= 20010823
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= TEX_CTAN/macros/latex/contrib/${PORTNAME}
MASTER_SITES= TEX/macros/latex/contrib/${PORTNAME}
PKGNAMEPREFIX= latex-
DISTNAME= res
EXTRACT_SUFX= .cls
Expand Down
3 changes: 1 addition & 2 deletions print/latex2rtf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ PORTNAME= latex2rtf
DISTVERSION= 2.3.17
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/${PORTVERSION} \
TEX_CTAN
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT= Translator from LaTeX to RTF
Expand Down
2 changes: 1 addition & 1 deletion print/psutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ \
ftp://ftp.knackered.org/pub/psutils/ \
TEX_CTAN/support/psutils \
TEX/obsolete/support/psutils \
https://ftp.osuosl.org/pub/blfs/conglomeration/psutils/
DISTNAME= psutils-p17

Expand Down
2 changes: 1 addition & 1 deletion textproc/bib2html/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= bib2html
DISTVERSION= 6.7
CATEGORIES= textproc print
MASTER_SITES= TEX_CTAN/biblio/bibtex/utils
MASTER_SITES= TEX/biblio/bibtex/utils
DISTNAME= bib2ml
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}

Expand Down
2 changes: 1 addition & 1 deletion textproc/bibtool/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= bibtool
PORTVERSION= 2.68
CATEGORIES= textproc print
MASTER_SITES= TEX_CTAN/biblio/bibtex/utils/${PORTNAME}
MASTER_SITES= TEX/biblio/bibtex/utils/${PORTNAME}
DISTNAME= BibTool-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion textproc/latex2html/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PORTNAME= latex2html
PORTVERSION= 2016
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= TEX_CTAN/support/${PORTNAME}
MASTER_SITES= TEX/obsolete/support/${PORTNAME}

MAINTAINER= hrs@FreeBSD.org
COMMENT= Convert LaTeX documents to HTML
Expand Down
2 changes: 1 addition & 1 deletion textproc/ppower4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PORTNAME= ppower4
PORTVERSION= 0.9.4
PORTREVISION= 8
CATEGORIES= textproc java
MASTER_SITES= TEX_CTAN/support/${PORTNAME}
MASTER_SITES= TEX/support/${PORTNAME}
DISTFILES= pp4sty.zip pp4p.jar manual.pdf leveldemo.zip
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= pp4sty.zip leveldemo.zip
Expand Down
2 changes: 1 addition & 1 deletion www/dillo2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.dillo.org/download/ \
LOCAL/bf/dillo/ \
TEX_CTAN/language/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/:hyphen
TEX/language/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/:hyphen
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
Expand Down

0 comments on commit fc6aa52

Please sign in to comment.