Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 07:57:48 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474931 - head/devel/leatherman
Message-ID:  <201807190757.w6J7vmgb057743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Thu Jul 19 07:57:48 2018
New Revision: 474931
URL: https://svnweb.freebsd.org/changeset/ports/474931

Log:
  Update to 1.4.2
  
  While here, pet portlint
  
  With hat:	puppet

Modified:
  head/devel/leatherman/Makefile
  head/devel/leatherman/distinfo

Modified: head/devel/leatherman/Makefile
==============================================================================
--- head/devel/leatherman/Makefile	Thu Jul 19 07:56:03 2018	(r474930)
+++ head/devel/leatherman/Makefile	Thu Jul 19 07:57:48 2018	(r474931)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	leatherman
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.2
 CATEGORIES=	devel
 
 MAINTAINER=	puppet@FreeBSD.org
@@ -9,15 +9,15 @@ COMMENT=	Leatherman C++ Tool library
 
 LICENSE=	APACHE20
 
+BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libcurl.so:ftp/curl
 
-BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
-
+USES=		cmake:outsource gettext
 USE_GITHUB=	yes
 GH_ACCOUNT=	puppetlabs
 
-USES=		cmake:outsource gettext
 USE_RUBY=	yes
 CMAKE_ARGS=	-DLEATHERMAN_SHARED:BOOL=ON
 USE_LDCONFIG=	yes

Modified: head/devel/leatherman/distinfo
==============================================================================
--- head/devel/leatherman/distinfo	Thu Jul 19 07:56:03 2018	(r474930)
+++ head/devel/leatherman/distinfo	Thu Jul 19 07:57:48 2018	(r474931)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524130473
-SHA256 (puppetlabs-leatherman-1.4.1_GH0.tar.gz) = a6acf99ef65d55231b0aca2bace717ecbb2e96c0078463b79a2def5c2e2dfd3b
-SIZE (puppetlabs-leatherman-1.4.1_GH0.tar.gz) = 814131
+TIMESTAMP = 1530532778
+SHA256 (puppetlabs-leatherman-1.4.2_GH0.tar.gz) = 32ccdb21db3ccc326bac255b35fc6c16b2ddbe39bbd5afdddcadc622e2814fc2
+SIZE (puppetlabs-leatherman-1.4.2_GH0.tar.gz) = 814263



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807190757.w6J7vmgb057743>