From e9cd77df5db435426e059c64da9f5ce77f3b1e23 Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 23 Sep 2023 16:08:46 +0000 Subject: [PATCH] fully deprecate SITES0...9, I will convert the few (200) ports still using it as soon as my test bulk finishes. --- share/man/man5/bsd.port.mk.5 | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3e2e3fb1b7b..e84f8e2c706 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.632 2023/09/23 16:06:10 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.633 2023/09/23 16:08:46 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -336,18 +336,7 @@ using ${FETCH_CMD}. Files are normally retrieved from the list of sites in .Ev SITES* . .Pp -Appending -.Sq :0 -to -.Sq :9 -to an entry will let -${FETCH_CMD} retrieve from -.Ev SITES0 -to -.Ev SITES9 -instead (deprecated). -.Pp -Preferably, adding a suffix to +Adding a suffix to .Ev DISTFILES , .Ev PATCHFILES , .Ev SUPDISTFILES @@ -3242,9 +3231,6 @@ for details. Suffix should start with .Sq \&. and be all lowercase for consistency. -.It Ev SITES0 , ... , SITES9 -Supplementary locations from which distribution files and patchfiles are -retrieved (deprecated). .It Ev SKIPDIR See .Xr ports 7 . @@ -4341,6 +4327,13 @@ Old location for scripts related to the current port. There is no reason for the semantic distinction, use .Ev FILESDIR for those. +.It Ev SITES0 , ... , SITES9 +Supplementary locations from which distribution files and patchfiles were +retrieved, superseded by the more generic +.Ev SITES.sufx +matching +.Ev DISTFILES.sufx +construct. .It Ev USE_BZIP2 The framework will automatically detect the presence of .Pa .tar.bz2 -- 2.20.1