diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 650f7b39b23f..ac55a67c5baf 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,62 +1,62 @@ PORTNAME= pkg -DISTVERSION= 2.0.6 +DISTVERSION= 2.1.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MAINTAINER= pkg@FreeBSD.org COMMENT= Package manager WWW= https://github.com/freebsd/pkg LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd USE_LDCONFIG= ${PREFIX}/lib/compat/pkg HAS_CONFIGURE= yes PORTDOCS= NEWS PORTSCOUT= ignore:1 CONFIGURE_ARGS= --prefix="${PREFIX}" CONFIGURE_ENV= CC_FOR_BUILD="${CC}" # Use a submake as 'deinstall install' needs to reevaluate PKG_REGISTER # so that pkg-static is used from the wrkdir USE_SUBMAKE= yes CFLAGS+= -Wno-error OPTIONS_DEFINE= DOCS .if !exists(/usr/include/jail.h) EXTRA_PATCHES= ${FILESDIR}/extra-patch-docs_pkg.8 .endif .include .if defined(WITH_DEBUG) MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}" .endif .if defined(WITH_PKG) .if ${WITH_PKG} == devel IGNORE= WITH_PKG is defined to 'devel', this version is the stable one .endif .endif #define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :) PKG_DEPENDS= .undef INSTALLS_DEPENDS # Use the internal pkg instead, generally, unless this is a cross-build, # in which case that won't work. Hope for the best then. .if !defined(CROSS_TOOLCHAIN) PKG_BIN= ${WRKSRC}/src/pkg-static .endif post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/NEWS .include diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index c31a8e0eb516..02287a391e90 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739281469 -SHA256 (freebsd-pkg-2.0.6_GH0.tar.gz) = 0fdc2986b3dd6ecb0b3c66bfc5999a8770712833ba88277a07ec1a065787a7fc -SIZE (freebsd-pkg-2.0.6_GH0.tar.gz) = 16399889 +TIMESTAMP = 1743147145 +SHA256 (freebsd-pkg-2.1.0_GH0.tar.gz) = 4c6bcf0dd3b52fbb00af7a1bbbbf938c0cdfc92854489df1682327fb667a0dad +SIZE (freebsd-pkg-2.1.0_GH0.tar.gz) = 16430965 diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index e97ee7723ac4..2ba7bb82062f 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -1,64 +1,65 @@ etc/bash_completion.d/_pkg.bash etc/periodic/daily/411.pkg-backup etc/periodic/daily/490.status-pkg-changes etc/periodic/security/405.pkg-base-audit etc/periodic/security/410.pkg-audit etc/periodic/security/460.pkg-checksum etc/periodic/weekly/400.status-pkg @sample etc/pkg.conf.sample include/pkg.h include/pkg/audit.h include/pkg/vec.h lib/libpkg.a lib/libpkg.so lib/libpkg.so.4 libdata/pkgconfig/pkg.pc share/man/man3/pkg_create.3.gz share/man/man3/pkg_printf.3.gz share/man/man3/pkg_repo_create.3.gz share/man/man3/pkg_repos.3.gz share/man/man5/pkg-repository.5.gz share/man/man5/pkg-keywords.5.gz share/man/man5/pkg-lua-script.5.gz share/man/man5/pkg-script.5.gz share/man/man5/pkg-triggers.5.gz share/man/man5/pkg.conf.5.gz share/man/man8/pkg-add.8.gz share/man/man8/pkg-alias.8.gz share/man/man8/pkg-annotate.8.gz share/man/man8/pkg-audit.8.gz share/man/man8/pkg-autoremove.8.gz share/man/man8/pkg-check.8.gz share/man/man8/pkg-clean.8.gz share/man/man8/pkg-config.8.gz share/man/man8/pkg-create.8.gz share/man/man8/pkg-delete.8.gz share/man/man8/pkg-fetch.8.gz share/man/man8/pkg-info.8.gz share/man/man8/pkg-install.8.gz share/man/man8/pkg-key.8.gz share/man/man8/pkg-lock.8.gz share/man/man8/pkg-query.8.gz share/man/man8/pkg-register.8.gz share/man/man8/pkg-remove.8.gz share/man/man8/pkg-repo.8.gz +share/man/man8/pkg-repositories.8.gz share/man/man8/pkg-rquery.8.gz share/man/man8/pkg-search.8.gz share/man/man8/pkg-set.8.gz share/man/man8/pkg-shell.8.gz share/man/man8/pkg-shlib.8.gz share/man/man8/pkg-ssh.8.gz share/man/man8/pkg-static.8.gz share/man/man8/pkg-stats.8.gz share/man/man8/pkg-triggers.8.gz share/man/man8/pkg-unlock.8.gz share/man/man8/pkg-update.8.gz share/man/man8/pkg-updating.8.gz share/man/man8/pkg-upgrade.8.gz share/man/man8/pkg-version.8.gz share/man/man8/pkg-which.8.gz share/man/man8/pkg.8.gz sbin/pkg sbin/pkg-static share/zsh/site-functions/_pkg @dir lib/compat/pkg