Skip to content

Commit 263dac0

Browse files
committed
texlive: Add a link for TEXLIVE_REV information.
Avoids chicken and egg problem where you don't have files in WRKSRC before you know what the source archive tarball is called. Ideally this should be its own target that parses the URL directly and shows the correct revision for the package in question, but I'll leave that for those who understand this infrastructure better.
1 parent 2b97cdb commit 263dac0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

print/texlive/package.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: package.mk,v 1.27 2020/05/08 02:58:03 markd Exp $
1+
# $NetBSD: package.mk,v 1.28 2025/12/04 11:40:48 jperkin Exp $
22
#
33
# This Makefile fragment is intended to be included by packages that build
44
# TeX Live packages.
@@ -23,7 +23,8 @@
2323
# packages do not have a revision number in the DISTNAME).
2424
# To obtain information to be used as TEXLIVE_REV you should use the
2525
# value of "revision" line usually available in
26-
# ${WRKSRC}/tlpkg/tlpobj/${DISTNAME}.tlpobj
26+
# ${WRKSRC}/tlpkg/tlpobj/${DISTNAME}.tlpobj, or
27+
# https://mirrors.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb
2728
#
2829
# TEXLIVE_UNVERSIONED
2930
# The distfile is an oldstyle unversioned one, normally

0 commit comments

Comments
 (0)