diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 53d641afe5a7..5476e3ed243f 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,78 +1,78 @@ PORTNAME= pkg -DISTVERSION= 1.21.99.4 +DISTVERSION= 2.0.b1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel MAINTAINER= pkg@FreeBSD.org COMMENT= Package manager WWW= https://github.com/freebsd/pkg LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 32d62aec9 +GH_TAGNAME= 2bd24d4e9 CFLAGS+= -O0 -g -Wno-error 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 OPTIONS_DEFINE= DOCS SAN SAN_DESC= Enable sanitizers (ASAN and UBSAN) .if !exists(/usr/include/jail.h) EXTRA_PATCHES= ${FILESDIR}/extra-patch-docs_pkg.8 .endif .include .if ${PORT_OPTIONS:MSAN} CONFIGURE_ARGS+= --with-asan --with-ubsan .endif # TODO: activate in april 2021 #.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1400000 #CONFIGURE_ARGS+= --default-format=tzst #.endif .if defined(WITH_PKG) .if ${WITH_PKG} != devel . if !defined(PACKAGE_BUILDING) IGNORE= WITH_PKG is not defined to 'devel', this version is the devel one . endif .else PKGNAMESUFFIX= #define PKG_DEPENDS to nothing to avoid infinite loop looking for pkg :) PKG_DEPENDS= .endif .endif .undef INSTALLS_DEPENDS .if !exists(${LOCALBASE}/sbin/pkg) && !defined(CROSS_TOOLCHAIN) PKG_BIN= ${WRKSRC}/src/pkg-static .endif .if ${PORT_OPTIONS:MSAN} post-build: @(cd ${WRKSRC}/src && \ ${LN} -fs pkg pkg-static) .endif post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/NEWS .if ${PORT_OPTIONS:MSAN} @${CP} ${STAGEDIR}${PREFIX}/sbin/pkg ${STAGEDIR}${PREFIX}/sbin/pkg-static .endif .include diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 979f4b77479e..8b6dfc437b06 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732089835 -SHA256 (freebsd-pkg-1.21.99.4-32d62aec9_GH0.tar.gz) = 7b600c53fe3ba70a19438a6a2b3e7239bbffb137db5921e1631ef35a96e86aa2 -SIZE (freebsd-pkg-1.21.99.4-32d62aec9_GH0.tar.gz) = 16310344 +TIMESTAMP = 1735809203 +SHA256 (freebsd-pkg-2.0.b1-2bd24d4e9_GH0.tar.gz) = 65c81a2894a6e8e4a16410658dd7e5c90b16e90900428498d327543c90d7d1ce +SIZE (freebsd-pkg-2.0.b1-2bd24d4e9_GH0.tar.gz) = 16389142 diff --git a/ports-mgmt/pkg-devel/pkg-plist b/ports-mgmt/pkg-devel/pkg-plist index eb0d0a1efda4..120aaf082a57 100644 --- a/ports-mgmt/pkg-devel/pkg-plist +++ b/ports-mgmt/pkg-devel/pkg-plist @@ -1,63 +1,64 @@ 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/vec.h include/pkg/audit.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-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