diff options
author | Romain Tartière <romain@FreeBSD.org> | 2018-07-19 07:57:48 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2018-07-19 07:57:48 +0000 |
commit | de5e5f03f325785895b77ca1baa94b4604f6770e (patch) | |
tree | 0f597757cc1bc9b093fd958ff7d0406fb544119a /devel/leatherman | |
parent | ac1ebe1f8266c9952278eb926f3f964e66aa7526 (diff) |
Notes
Diffstat (limited to 'devel/leatherman')
-rw-r--r-- | devel/leatherman/Makefile | 8 | ||||
-rw-r--r-- | devel/leatherman/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile index 546bf0e95847..b2654abe829b 100644 --- a/devel/leatherman/Makefile +++ b/devel/leatherman/Makefile @@ -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 diff --git a/devel/leatherman/distinfo b/devel/leatherman/distinfo index 248d27a6a5e0..3baa2c155270 100644 --- a/devel/leatherman/distinfo +++ b/devel/leatherman/distinfo @@ -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 |