From owner-svn-ports-head@freebsd.org Fri Sep 8 08:21:14 2017 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 C5E68E0A59B; Fri, 8 Sep 2017 08:21:14 +0000 (UTC) (envelope-from romain@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 38AE311CE; Fri, 8 Sep 2017 08:21:14 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v888LDow019485; Fri, 8 Sep 2017 08:21:13 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v888LCkU019482; Fri, 8 Sep 2017 08:21:12 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201709080821.v888LCkU019482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Fri, 8 Sep 2017 08:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449442 - head/devel/leatherman X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: head/devel/leatherman X-SVN-Commit-Revision: 449442 X-SVN-Commit-Repository: ports 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: Fri, 08 Sep 2017 08:21:15 -0000 Author: romain Date: Fri Sep 8 08:21:12 2017 New Revision: 449442 URL: https://svnweb.freebsd.org/changeset/ports/449442 Log: Update to 1.2.1 Changelog: https://github.com/puppetlabs/leatherman/blob/master/CHANGELOG.md#121 With hat: puppet Modified: head/devel/leatherman/Makefile head/devel/leatherman/distinfo head/devel/leatherman/pkg-plist Modified: head/devel/leatherman/Makefile ============================================================================== --- head/devel/leatherman/Makefile Fri Sep 8 07:45:08 2017 (r449441) +++ head/devel/leatherman/Makefile Fri Sep 8 08:21:12 2017 (r449442) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= leatherman -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org Modified: head/devel/leatherman/distinfo ============================================================================== --- head/devel/leatherman/distinfo Fri Sep 8 07:45:08 2017 (r449441) +++ head/devel/leatherman/distinfo Fri Sep 8 08:21:12 2017 (r449442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503861160 -SHA256 (puppetlabs-leatherman-1.1.2_GH0.tar.gz) = 1feca2ba8472252132ad90c6bcc3fba6dbb85ee912b1cbcde9853d812d54729f -SIZE (puppetlabs-leatherman-1.1.2_GH0.tar.gz) = 430545 +TIMESTAMP = 1504858518 +SHA256 (puppetlabs-leatherman-1.2.1_GH0.tar.gz) = 747a12948167634d2c3db8c7be741ceb1eb486f54ed6b5b96fecfd68827e4efb +SIZE (puppetlabs-leatherman-1.2.1_GH0.tar.gz) = 431781 Modified: head/devel/leatherman/pkg-plist ============================================================================== --- head/devel/leatherman/pkg-plist Fri Sep 8 07:45:08 2017 (r449441) +++ head/devel/leatherman/pkg-plist Fri Sep 8 08:21:12 2017 (r449442) @@ -34,6 +34,7 @@ include/leatherman/util/scoped_resource.hpp include/leatherman/util/strings.hpp include/leatherman/util/time.hpp include/leatherman/util/timer.hpp +include/leatherman/util/uri.hpp include/leatherman/util/windows/scoped_handle.hpp include/leatherman/vendor/catch.hpp include/leatherman/vendor/rapidjson/allocators.h