diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 9cea6e2a885b..e391d8a6759d 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,63 +1,63 @@ PORTNAME= pkg -DISTVERSION= 2.5.1 +DISTVERSION= 2.6.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 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpkg.so ${STAGEDIR}${PREFIX}/sbin/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 00bfef22dd7d..3ccd1a59316c 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1766485622 -SHA256 (freebsd-pkg-2.5.1_GH0.tar.gz) = 05aa40cc01e48e4933b7a96a996831b3215de18558a16f48859417b183b1c19b -SIZE (freebsd-pkg-2.5.1_GH0.tar.gz) = 16511454 +TIMESTAMP = 1772471682 +SHA256 (freebsd-pkg-2.6.0_GH0.tar.gz) = 2a0f05a79e13cd7c996f93979eb3156ae96c32394cff1677394c6c3c6fdf6f92 +SIZE (freebsd-pkg-2.6.0_GH0.tar.gz) = 16517834 diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index 7b5f70ad6c94..8f3ca495cb16 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -1,66 +1,68 @@ 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 sbin/pkg sbin/pkg-static 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-keywords.5.gz share/man/man5/pkg-lua-script.5.gz share/man/man5/pkg-repository.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-help.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-plugins.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-unregister.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 share/zsh/site-functions/_pkg @dir lib/compat/pkg