From owner-svn-ports-head@freebsd.org Sun Oct 16 14:55:50 2016 Return-Path: Delivered-To: svn-ports-head@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 6496DC14854; Sun, 16 Oct 2016 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id 337A91847; Sun, 16 Oct 2016 14:55: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 u9GEtnem028894; Sun, 16 Oct 2016 14:55:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GEtn2P028892; Sun, 16 Oct 2016 14:55:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610161455.u9GEtn2P028892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 16 Oct 2016 14:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424068 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 16 Oct 2016 14:55:50 -0000 Author: bapt Date: Sun Oct 16 14:55:49 2016 New Revision: 424068 URL: https://svnweb.freebsd.org/changeset/ports/424068 Log: Release 1.9.1 - fix a fd leak on freebsd <11 Reported by: mat Tested by: mat Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sun Oct 16 14:54:09 2016 (r424067) +++ head/ports-mgmt/pkg/Makefile Sun Oct 16 14:55:49 2016 (r424068) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.0 +DISTVERSION= 1.9.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sun Oct 16 14:54:09 2016 (r424067) +++ head/ports-mgmt/pkg/distinfo Sun Oct 16 14:55:49 2016 (r424068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476566559 -SHA256 (pkg-1.9.0.tar.xz) = 204921e3e46641fc45033ad7b02fcbac02821d542114d432f2993143757213df -SIZE (pkg-1.9.0.tar.xz) = 1915872 +TIMESTAMP = 1476629671 +SHA256 (pkg-1.9.1.tar.xz) = 711044127b6f973bbc5f1fde1a4bf56b651dd93fc6b826b259249b069bf3d573 +SIZE (pkg-1.9.1.tar.xz) = 1950068