Date: Fri, 31 May 2019 09:54:50 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503131 - in head/ports-mgmt/pkg: . files Message-ID: <201905310954.x4V9soGd014194@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 31 09:54:49 2019 New Revision: 503131 URL: https://svnweb.freebsd.org/changeset/ports/503131 Log: Update to 1.11 Improvements: * better ABI name on linux * lots of changes in internal API to use fd when possible * 410.pkg-audit now uses anticongestion on freebsd 12+ * completion improvements * add an extra line when printing pkg-messages to improve readability * add %q to pkg_printf(3) and pkg-query(8) to print altabi * make pkg version -r imply -R * New build system based on autosetup * pkg is now a semi static binary * Add 3 new aliases: - rall-depends: showing depenencies of a non installed package - rcomment: showing only the comment of a non installed package - rdesc: showing only the description of a non installed package * close stdin when running scripts * Tons of bug fixes Removal: * removed option: pkg repo -L * removed script: pkg2ng Deleted: head/ports-mgmt/pkg/files/patch-1663 head/ports-mgmt/pkg/files/patch-1702 head/ports-mgmt/pkg/files/patch-60666a1 head/ports-mgmt/pkg/files/patch-javavmwrapper head/ports-mgmt/pkg/files/patch-src_Makefile.in Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo head/ports-mgmt/pkg/pkg-plist Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri May 31 09:31:44 2019 (r503130) +++ head/ports-mgmt/pkg/Makefile Fri May 31 09:54:49 2019 (r503131) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.10.5 -PORTREVISION= 5 +DISTVERSION= 1.11.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt -MASTER_SITES= \ - http://files.etoilebsd.net/${PORTNAME}/ \ - LOCAL/portmgr \ - http://mirror.shatow.net/freebsd/${PORTNAME}/ \ +#MASTER_SITES= \ +# http://files.etoilebsd.net/${PORTNAME}/ \ +# LOCAL/portmgr \ +# http://mirror.shatow.net/freebsd/${PORTNAME}/ \ MAINTAINER= pkg@FreeBSD.org COMMENT= Package manager LICENSE= BSD2CLAUSE +USE_GITHUB= yes +GH_ACCOUNT= freebsd + USE_LDCONFIG= yes -USES= libtool tar:xz -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-maintainer-mode -INSTALL_TARGET= install-strip +HAS_CONFIGURE= yes PORTDOCS= NEWS PORTSCOUT= ignore:1 +CONFIGURE_ARGS= --mandir=${PREFIX}/man # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD # so that pkg-static is used from the wrkdir @@ -79,10 +79,6 @@ PKG_DEPENDS= .if !defined(CROSS_TOOLCHAIN) PKG_BIN= ${WRKSRC}/src/pkg-static .endif - -post-install: - @${MV} ${STAGEDIR}${PREFIX}/lib/libpkg_static.a \ - ${STAGEDIR}${PREFIX}/lib/libpkg.a post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Fri May 31 09:31:44 2019 (r503130) +++ head/ports-mgmt/pkg/distinfo Fri May 31 09:54:49 2019 (r503131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518650836 -SHA256 (pkg-1.10.5.tar.xz) = c2e5ff8505a7f859fd579dc3974822575de8178868fd2497cec0ec18f06da041 -SIZE (pkg-1.10.5.tar.xz) = 2216560 +TIMESTAMP = 1559295992 +SHA256 (freebsd-pkg-1.11.0_GH0.tar.gz) = 0b85372a4c820eb639d0fb95e6225f90a9f817cb8bed6bc5b0b2eccaeafdb32f +SIZE (freebsd-pkg-1.11.0_GH0.tar.gz) = 3560696 Modified: head/ports-mgmt/pkg/pkg-plist ============================================================================== --- head/ports-mgmt/pkg/pkg-plist Fri May 31 09:31:44 2019 (r503130) +++ head/ports-mgmt/pkg/pkg-plist Fri May 31 09:54:49 2019 (r503131) @@ -9,7 +9,6 @@ include/pkg.h lib/libpkg.a lib/libpkg.so lib/libpkg.so.4 -lib/libpkg.so.4.0.0 libdata/pkgconfig/pkg.pc man/man3/pkg_printf.3.gz man/man3/pkg_repos.3.gz @@ -24,7 +23,6 @@ man/man8/pkg-backup.8.gz man/man8/pkg-check.8.gz man/man8/pkg-clean.8.gz man/man8/pkg-config.8.gz -man/man8/pkg-convert.8.gz man/man8/pkg-create.8.gz man/man8/pkg-delete.8.gz man/man8/pkg-fetch.8.gz @@ -52,5 +50,4 @@ man/man8/pkg-which.8.gz man/man8/pkg.8.gz sbin/pkg sbin/pkg-static -sbin/pkg2ng share/zsh/site-functions/_pkg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905310954.x4V9soGd014194>