From owner-svn-ports-all@freebsd.org Sun Oct 30 17:57:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BEBBC27472; Sun, 30 Oct 2016 17:57:34 +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 mx1.freebsd.org (Postfix) with ESMTPS id 42CF51133; Sun, 30 Oct 2016 17:57:34 +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 u9UHvXPs055350; Sun, 30 Oct 2016 17:57:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9UHvXcP055348; Sun, 30 Oct 2016 17:57:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610301757.u9UHvXcP055348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 30 Oct 2016 17:57:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424956 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 17:57:34 -0000 Author: bapt Date: Sun Oct 30 17:57:33 2016 New Revision: 424956 URL: https://svnweb.freebsd.org/changeset/ports/424956 Log: Update to 1.9.99.1 - Fix fd leak on systems without utimensat (merged in release branch) - Do not use openssl for sha256 - Improve the default output when fetching data - Update libfetch to the version of FreeBSD 11 - Update libsbuf to the version of FreeBSD 11 - Fix NetBSD ABI - Add a fallback for utimensat when reporting EOPNOTSUPP Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sun Oct 30 16:44:08 2016 (r424955) +++ head/ports-mgmt/pkg-devel/Makefile Sun Oct 30 17:57:33 2016 (r424956) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.99.0 +DISTVERSION= 1.9.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ @@ -21,6 +21,7 @@ USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode INSTALL_TARGET= install-strip +PORTDOCS= NEWS # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD # so that pkg-static is used from the wrkdir @@ -73,6 +74,8 @@ PKG_BIN= ${WRKSRC}/src/pkg-static .endif post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/NEWS @${MV} ${STAGEDIR}${PREFIX}/lib/libpkg_static.a \ ${STAGEDIR}${PREFIX}/lib/libpkg.a Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sun Oct 30 16:44:08 2016 (r424955) +++ head/ports-mgmt/pkg-devel/distinfo Sun Oct 30 17:57:33 2016 (r424956) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476566464 -SHA256 (pkg-1.9.99.0.tar.xz) = 8c5654c469a85cfd3b0d597c45d5e73d530a71fc435d4f08dcf2c850bd8b684e -SIZE (pkg-1.9.99.0.tar.xz) = 1945092 +TIMESTAMP = 1477849988 +SHA256 (pkg-1.9.99.1.tar.xz) = cddab07e160c42568694f11d7e38940a4074e2faf7c304e694ea8198348f443a +SIZE (pkg-1.9.99.1.tar.xz) = 1916584