pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 10 08:41:36 UTC 2026
Modified Files:
pkgsrc/comms/asterisk18: Makefile
pkgsrc/comms/asterisk19: Makefile
pkgsrc/comms/asterisk21: Makefile
pkgsrc/comms/asterisk22: Makefile
pkgsrc/comms/asterisk23: Makefile
pkgsrc/doc: Makefile-example
pkgsrc/doc/guide/files: components.xml fixes.xml
pkgsrc/mail/dcc: Makefile
pkgsrc/mk: bsd.pkg.mk bsd.pkg.readme.mk
pkgsrc/mk/pkgformat/pkg: metadata.mk
pkgsrc/net/irrtoolset5: Makefile
pkgsrc/pkgtools/pkg_chk: Makefile
pkgsrc/pkgtools/pkglint4: Makefile
pkgsrc/x11/xview-config: Makefile
Log Message:
*: remove OWNER definition
OWNER, when it was introduced, was to protect packages deep in the
infrastructure by emphasizing that they should not be touched by
non-MAINTAINERs.
No infrastructure package still sets OWNER.
Note: non-trivial change to packages should be passed by MAINTAINERs.
As discussed on tech-pkg.
To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 pkgsrc/comms/asterisk18/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/comms/asterisk19/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/comms/asterisk21/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/comms/asterisk22/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/asterisk23/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/doc/Makefile-example
cvs rdiff -u -r1.67 -r1.68 pkgsrc/doc/guide/files/components.xml
cvs rdiff -u -r1.204 -r1.205 pkgsrc/doc/guide/files/fixes.xml
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/dcc/Makefile
cvs rdiff -u -r1.2060 -r1.2061 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -u -r1.31 -r1.32 pkgsrc/mk/bsd.pkg.readme.mk
cvs rdiff -u -r1.37 -r1.38 pkgsrc/mk/pkgformat/pkg/metadata.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/irrtoolset5/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/pkgtools/pkg_chk/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/pkgtools/pkglint4/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xview-config/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/asterisk18/Makefile
diff -u pkgsrc/comms/asterisk18/Makefile:1.177 pkgsrc/comms/asterisk18/Makefile:1.178
--- pkgsrc/comms/asterisk18/Makefile:1.177 Fri Feb 6 10:04:20 2026
+++ pkgsrc/comms/asterisk18/Makefile Fri Apr 10 08:41:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.177 2026/02/06 10:04:20 wiz Exp $
+# $NetBSD: Makefile,v 1.178 2026/04/10 08:41:34 wiz Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -19,7 +19,7 @@ COMMENT= The Asterisk Software PBX
LICENSE= gnu-gpl-v2
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-OWNER= jnemeth%NetBSD.org@localhost
+MAINTAINER= jnemeth%NetBSD.org@localhost
HOMEPAGE= https://www.asterisk.org/
MAKE_JOBS_SAFE= NO
Index: pkgsrc/comms/asterisk19/Makefile
diff -u pkgsrc/comms/asterisk19/Makefile:1.51 pkgsrc/comms/asterisk19/Makefile:1.52
--- pkgsrc/comms/asterisk19/Makefile:1.51 Sat Mar 7 09:51:41 2026
+++ pkgsrc/comms/asterisk19/Makefile Fri Apr 10 08:41:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2026/03/07 09:51:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.52 2026/04/10 08:41:34 wiz Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -18,7 +18,7 @@ COMMENT= The Asterisk Software PBX
LICENSE= gnu-gpl-v2
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-OWNER= jnemeth%NetBSD.org@localhost
+MAINTAINER= jnemeth%NetBSD.org@localhost
HOMEPAGE= https://www.asterisk.org/
MAKE_JOBS_SAFE= NO
Index: pkgsrc/comms/asterisk21/Makefile
diff -u pkgsrc/comms/asterisk21/Makefile:1.25 pkgsrc/comms/asterisk21/Makefile:1.26
--- pkgsrc/comms/asterisk21/Makefile:1.25 Mon Mar 30 02:38:39 2026
+++ pkgsrc/comms/asterisk21/Makefile Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2026/03/30 02:38:39 jnemeth Exp $
+# $NetBSD: Makefile,v 1.26 2026/04/10 08:41:35 wiz Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -17,7 +17,7 @@ COMMENT= The Asterisk Software PBX
LICENSE= gnu-gpl-v2
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-OWNER= jnemeth%NetBSD.org@localhost
+MAINTAINER= jnemeth%NetBSD.org@localhost
HOMEPAGE= https://www.asterisk.org/
MAKE_JOBS_SAFE= NO
Index: pkgsrc/comms/asterisk22/Makefile
diff -u pkgsrc/comms/asterisk22/Makefile:1.19 pkgsrc/comms/asterisk22/Makefile:1.20
--- pkgsrc/comms/asterisk22/Makefile:1.19 Mon Feb 16 03:21:59 2026
+++ pkgsrc/comms/asterisk22/Makefile Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2026/02/16 03:21:59 jnemeth Exp $
+# $NetBSD: Makefile,v 1.20 2026/04/10 08:41:35 wiz Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -17,7 +17,7 @@ COMMENT= The Asterisk Software PBX
LICENSE= gnu-gpl-v2
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-OWNER= jnemeth%NetBSD.org@localhost
+MAINTAINER= jnemeth%NetBSD.org@localhost
HOMEPAGE= https://www.asterisk.org/
MAKE_JOBS_SAFE= NO
Index: pkgsrc/comms/asterisk23/Makefile
diff -u pkgsrc/comms/asterisk23/Makefile:1.5 pkgsrc/comms/asterisk23/Makefile:1.6
--- pkgsrc/comms/asterisk23/Makefile:1.5 Mon Feb 16 04:11:13 2026
+++ pkgsrc/comms/asterisk23/Makefile Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/02/16 04:11:13 jnemeth Exp $
+# $NetBSD: Makefile,v 1.6 2026/04/10 08:41:35 wiz Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -17,7 +17,7 @@ COMMENT= The Asterisk Software PBX
LICENSE= gnu-gpl-v2
EXTRACT_ONLY= ${DISTNAME}.tar.gz
-OWNER= jnemeth%NetBSD.org@localhost
+MAINTAINER= jnemeth%NetBSD.org@localhost
HOMEPAGE= https://www.asterisk.org/
MAKE_JOBS_SAFE= NO
Index: pkgsrc/doc/Makefile-example
diff -u pkgsrc/doc/Makefile-example:1.28 pkgsrc/doc/Makefile-example:1.29
--- pkgsrc/doc/Makefile-example:1.28 Tue Jun 6 12:41:17 2023
+++ pkgsrc/doc/Makefile-example Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.28 2023/06/06 12:41:17 riastradh Exp $
+# $NetBSD: Makefile-example,v 1.29 2026/04/10 08:41:35 wiz Exp $
# First paragraph - distfile and binary package data
# DISTNAME PKGNAME PKGREVISION CATEGORIES MASTER_SITES
@@ -10,7 +10,7 @@ CATEGORIES= devel gnu # multiple catego
MASTER_SITES= ${MASTER_SITE_GNU:=make/}
#EXTRACT_SUFX= .tar.bz2 # .tar.gz is the default, only needed in unusual circumstances
-# Second paragraph - MAINTAINER/OWNER, HOMEPAGE and COMMENT, and LICENSE
+# Second paragraph - MAINTAINER, HOMEPAGE and COMMENT, and LICENSE
MAINTAINER= pkgsrc-users%NetBSD.org@localhost # set this to your email address, pkgsrc-users@ is the default
HOMEPAGE= http://www.gnu.org/software/make/make.html
COMMENT= GNU version of 'make' utility # start with a capital, no articles at start
Index: pkgsrc/doc/guide/files/components.xml
diff -u pkgsrc/doc/guide/files/components.xml:1.67 pkgsrc/doc/guide/files/components.xml:1.68
--- pkgsrc/doc/guide/files/components.xml:1.67 Tue Jan 20 19:07:48 2026
+++ pkgsrc/doc/guide/files/components.xml Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.67 2026/01/20 19:07:48 gdt Exp $ -->
+<!-- $NetBSD: components.xml,v 1.68 2026/04/10 08:41:35 wiz Exp $ -->
<chapter id="components"> <?dbhtml filename="components.html"?>
<title>Package components - files, directories and contents</title>
@@ -112,23 +112,7 @@ converters games mbone
maintain the package (especially if you feel you have no special
insight), set it to <email>pkgsrc-users%NetBSD.org@localhost</email>. This
special value is a code point indicating that there is no
- maintainer, but the variable is mandatory, absent
- <varname>OWNER</varname>.</para></listitem>
-
- <listitem><para><varname>OWNER</varname> can be used instead of
- <varname>MAINTAINER</varname> in relatively rare circumstances
- when the package is such that modifying it is riskier than normal.
- This is a stronger form of being the maintainer, with an
- expectation that others will ask for almost all changes, except
- revbumps and accommodating structural changes. Someone who becomes
- <varname>OWNER</varname> has a strong obligation to keep the
- package very well maintained, to answer queries promptly and to be
- a steward of the package on behalf of users. In this case,
- <varname>MAINTAINER</varname> should be omitted.</para>
-
- <para>Because of the friction that <varname>OWNER</varname> adds,
- PMC may downgrade it to <varname>MAINTAINER</varname> at any
- time.</para></listitem>
+ maintainer.</para></listitem>
<listitem><para><varname>HOMEPAGE</varname> is a URL where users can
find more information about the package.</para></listitem>
Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.204 pkgsrc/doc/guide/files/fixes.xml:1.205
--- pkgsrc/doc/guide/files/fixes.xml:1.204 Mon Apr 21 21:52:20 2025
+++ pkgsrc/doc/guide/files/fixes.xml Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.204 2025/04/21 21:52:20 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.205 2026/04/10 08:41:35 wiz Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -676,7 +676,7 @@ DISTNAME= foo-17.43
<itemizedlist>
<listitem><para>Changing <varname>HOMEPAGE</varname>,
- <varname>MAINTAINER</varname>, <varname>OWNER</varname>, or
+ <varname>MAINTAINER</varname>, or
comments in Makefile.</para></listitem>
<listitem><para>Changing build variables if the resulting binary
Index: pkgsrc/mail/dcc/Makefile
diff -u pkgsrc/mail/dcc/Makefile:1.21 pkgsrc/mail/dcc/Makefile:1.22
--- pkgsrc/mail/dcc/Makefile:1.21 Tue Jun 28 11:34:19 2022
+++ pkgsrc/mail/dcc/Makefile Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/06/28 11:34:19 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/04/10 08:41:35 wiz Exp $
DISTNAME= dcc-1.3.159
PKGREVISION= 6
@@ -6,8 +6,8 @@ CATEGORIES= mail
MASTER_SITES= https://www.dcc-servers.net/src/dcc/old/
EXTRACT_SUFX= .tar.Z
-# OWNER_PROXY= gdt
-OWNER= petar%smokva.net@localhost
+# MAINTAINER_PROXY= gdt
+MAINTAINER= petar%smokva.net@localhost
HOMEPAGE= https://www.dcc-servers.net/dcc/
COMMENT= Anti-spam content filter
LICENSE= dcc-free-license
Index: pkgsrc/mk/bsd.pkg.mk
diff -u pkgsrc/mk/bsd.pkg.mk:1.2060 pkgsrc/mk/bsd.pkg.mk:1.2061
--- pkgsrc/mk/bsd.pkg.mk:1.2060 Sun Oct 12 17:01:28 2025
+++ pkgsrc/mk/bsd.pkg.mk Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.2060 2025/10/12 17:01:28 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.2061 2026/04/10 08:41:35 wiz Exp $
#
# This file is in the public domain.
#
@@ -103,11 +103,7 @@ COMMENT?= (no description)
DEPENDS?= # empty
DESCR_SRC?= ${PKGDIR}/DESCR
INTERACTIVE_STAGE?= none
-.if defined(OWNER)
-MAINTAINER= ${OWNER}
-.else
MAINTAINER?= pkgsrc-users%NetBSD.org@localhost
-.endif
PKGWILDCARD?= ${PKGBASE}-[0-9]*
TEST_DEPENDS?= # empty
TOOL_DEPENDS?= # empty
Index: pkgsrc/mk/bsd.pkg.readme.mk
diff -u pkgsrc/mk/bsd.pkg.readme.mk:1.31 pkgsrc/mk/bsd.pkg.readme.mk:1.32
--- pkgsrc/mk/bsd.pkg.readme.mk:1.31 Fri Apr 9 20:15:16 2021
+++ pkgsrc/mk/bsd.pkg.readme.mk Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.readme.mk,v 1.31 2021/04/09 20:15:16 nia Exp $
+# $NetBSD: bsd.pkg.readme.mk,v 1.32 2026/04/10 08:41:35 wiz Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and encapsulates the
# code to produce README.html files in each package directory.
@@ -328,11 +328,7 @@ print-summary-data:
else \
${ECHO} "notfor ${PKGPATH} not ${NOT_FOR_PLATFORM}"; \
fi;
- @if [ -n "${OWNER}" ]; then \
- ${ECHO} "owner ${PKGPATH} ${OWNER}"; \
- else \
- ${ECHO} "maintainer ${PKGPATH} ${MAINTAINER}"; \
- fi
+ @${ECHO} "maintainer ${PKGPATH} ${MAINTAINER}"
@${ECHO} "categories ${PKGPATH} ${CATEGORIES}"
@if [ -f "${DESCR_SRC}" ]; then \
${ECHO} "descr ${PKGPATH} ${DESCR_SRC:S;${PKGSRCDIR}/;;g}"; \
Index: pkgsrc/mk/pkgformat/pkg/metadata.mk
diff -u pkgsrc/mk/pkgformat/pkg/metadata.mk:1.37 pkgsrc/mk/pkgformat/pkg/metadata.mk:1.38
--- pkgsrc/mk/pkgformat/pkg/metadata.mk:1.37 Wed Feb 11 22:54:14 2026
+++ pkgsrc/mk/pkgformat/pkg/metadata.mk Fri Apr 10 08:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: metadata.mk,v 1.37 2026/02/11 22:54:14 wiz Exp $
+# $NetBSD: metadata.mk,v 1.38 2026/04/10 08:41:35 wiz Exp $
######################################################################
### The targets below are all PRIVATE.
@@ -59,9 +59,6 @@ ${_BUILD_INFO_FILE}: ${_PLIST_NOKEYWORDS
fi; \
${ECHO} "CATEGORIES=${CATEGORIES}"; \
${ECHO} "MAINTAINER=${MAINTAINER}"; \
- if [ -n "${OWNER}" ]; then \
- ${ECHO} "OWNER=${OWNER}"; \
- fi; \
if [ -n "${PREV_PKGPATH}" ]; then \
${ECHO} "PREV_PKGPATH=${PREV_PKGPATH}"; \
fi; \
Index: pkgsrc/net/irrtoolset5/Makefile
diff -u pkgsrc/net/irrtoolset5/Makefile:1.13 pkgsrc/net/irrtoolset5/Makefile:1.14
--- pkgsrc/net/irrtoolset5/Makefile:1.13 Sat Oct 19 12:03:41 2019
+++ pkgsrc/net/irrtoolset5/Makefile Fri Apr 10 08:41:35 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2019/10/19 12:03:41 he Exp $
+# $NetBSD: Makefile,v 1.14 2026/04/10 08:41:35 wiz Exp $
VERSION= 5.1.2
DISTNAME= irrtoolset-${VERSION}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=irrtoolset/}
-OWNER= spz%NetBSD.org@localhost
+MAINTAINER= spz%NetBSD.org@localhost
HOMEPAGE= https://github.com/irrtoolset/irrtoolset/
COMMENT= The Internet Routing Registry Toolset - client to IRRd
GITHUB_TAG= release-${VERSION}
Index: pkgsrc/pkgtools/pkg_chk/Makefile
diff -u pkgsrc/pkgtools/pkg_chk/Makefile:1.93 pkgsrc/pkgtools/pkg_chk/Makefile:1.94
--- pkgsrc/pkgtools/pkg_chk/Makefile:1.93 Tue Sep 30 16:07:38 2025
+++ pkgsrc/pkgtools/pkg_chk/Makefile Fri Apr 10 08:41:36 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.93 2025/09/30 16:07:38 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2026/04/10 08:41:36 wiz Exp $
PKGNAME= pkg_chk-2.0.13
CATEGORIES= pkgtools
-OWNER= abs%NetBSD.org@localhost
+MAINTAINER= abs%NetBSD.org@localhost
HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
COMMENT= Check installed package versions against pkgsrc
LICENSE= 2-clause-bsd
Index: pkgsrc/pkgtools/pkglint4/Makefile
diff -u pkgsrc/pkgtools/pkglint4/Makefile:1.20 pkgsrc/pkgtools/pkglint4/Makefile:1.21
--- pkgsrc/pkgtools/pkglint4/Makefile:1.20 Tue Jun 6 12:42:10 2023
+++ pkgsrc/pkgtools/pkglint4/Makefile Fri Apr 10 08:41:36 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2023/06/06 12:42:10 riastradh Exp $
+# $NetBSD: Makefile,v 1.21 2026/04/10 08:41:36 wiz Exp $
PKGNAME= pkglint4-4.193.2
PKGREVISION= 3
CATEGORIES= pkgtools
-OWNER= rillig%NetBSD.org@localhost
+MAINTAINER= rillig%NetBSD.org@localhost
HOMEPAGE= https://www.NetBSD.org/docs/pkgsrc/
COMMENT= Verifier for NetBSD packages (old version, for all platforms)
LICENSE= 2-clause-bsd
Index: pkgsrc/x11/xview-config/Makefile
diff -u pkgsrc/x11/xview-config/Makefile:1.32 pkgsrc/x11/xview-config/Makefile:1.33
--- pkgsrc/x11/xview-config/Makefile:1.32 Mon Oct 29 05:07:24 2012
+++ pkgsrc/x11/xview-config/Makefile Fri Apr 10 08:41:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2012/10/29 05:07:24 asau Exp $
+# $NetBSD: Makefile,v 1.33 2026/04/10 08:41:36 wiz Exp $
DISTNAME= xview3.2p1-X11R6
PKGNAME= xview-config-3.2.1
@@ -6,7 +6,7 @@ PKGREVISION= 6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
-OWNER= dholland%NetBSD.org@localhost
+MAINTAINER= dholland%NetBSD.org@localhost
COMMENT= OpenLook Toolkit config files
LICENSE= sun-openlook-license
Home |
Main Index |
Thread Index |
Old Index