From owner-svn-ports-head@freebsd.org Fri May 31 09:54:51 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58B6E15B7F2E; Fri, 31 May 2019 09:54:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D70AB8B6ED; Fri, 31 May 2019 09:54:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A122926ACE; Fri, 31 May 2019 09:54:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4V9so94014198; Fri, 31 May 2019 09:54:50 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4V9soGd014194; Fri, 31 May 2019 09:54:50 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201905310954.x4V9soGd014194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 31 May 2019 09:54:50 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/ports-mgmt/pkg: . files X-SVN-Commit-Revision: 503131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D70AB8B6ED X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2019 09:54:51 -0000 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