View | Details | Raw Unified | Return to bug 220471 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	leatherman
3
PORTNAME=	leatherman
4
PORTVERSION=	0.10.1
4
PORTVERSION=	1.0.0
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
6
8
MAINTAINER=	jslagle@gmail.com
7
MAINTAINER=	jslagle@gmail.com
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1483588778
1
TIMESTAMP = 1499195826
2
SHA256 (puppetlabs-leatherman-0.10.1_GH0.tar.gz) = 79b0eded49a02cb8f6ce6260ae39e3f1bdd2dc2c62c02f661308e04c08edb69e
2
SHA256 (puppetlabs-leatherman-1.0.0_GH0.tar.gz) = 4bcb8eaf08429e9e62cc6fcbfc1f216bd2eff800f751dbacabbec7d714ed21a2
3
SIZE (puppetlabs-leatherman-0.10.1_GH0.tar.gz) = 423218
3
SIZE (puppetlabs-leatherman-1.0.0_GH0.tar.gz) = 423859
(-)pkg-plist (-18 / +18 lines)
Lines 89-109 Link Here
89
lib/cmake/leatherman/ruby.cmake
89
lib/cmake/leatherman/ruby.cmake
90
lib/cmake/leatherman/scripts/cpplint.py
90
lib/cmake/leatherman/scripts/cpplint.py
91
lib/cmake/leatherman/util.cmake
91
lib/cmake/leatherman/util.cmake
92
lib/libleatherman_curl.so
92
lib/leatherman_curl.so
93
lib/libleatherman_curl.so.%%PORTVERSION%%
93
lib/leatherman_curl.so.%%PORTVERSION%%
94
lib/libleatherman_dynamic_library.so
94
lib/leatherman_dynamic_library.so
95
lib/libleatherman_dynamic_library.so.%%PORTVERSION%%
95
lib/leatherman_dynamic_library.so.%%PORTVERSION%%
96
lib/libleatherman_execution.so
96
lib/leatherman_execution.so
97
lib/libleatherman_execution.so.%%PORTVERSION%%
97
lib/leatherman_execution.so.%%PORTVERSION%%
98
lib/libleatherman_file_util.so
98
lib/leatherman_file_util.so
99
lib/libleatherman_file_util.so.%%PORTVERSION%%
99
lib/leatherman_file_util.so.%%PORTVERSION%%
100
lib/libleatherman_json_container.so
100
lib/leatherman_json_container.so
101
lib/libleatherman_json_container.so.%%PORTVERSION%%
101
lib/leatherman_json_container.so.%%PORTVERSION%%
102
lib/libleatherman_locale.so
102
lib/leatherman_locale.so
103
lib/libleatherman_locale.so.%%PORTVERSION%%
103
lib/leatherman_locale.so.%%PORTVERSION%%
104
lib/libleatherman_logging.so
104
lib/leatherman_logging.so
105
lib/libleatherman_logging.so.%%PORTVERSION%%
105
lib/leatherman_logging.so.%%PORTVERSION%%
106
lib/libleatherman_ruby.so
106
lib/leatherman_ruby.so
107
lib/libleatherman_ruby.so.%%PORTVERSION%%
107
lib/leatherman_ruby.so.%%PORTVERSION%%
108
lib/libleatherman_util.so
108
lib/leatherman_util.so
109
lib/libleatherman_util.so.%%PORTVERSION%%
109
lib/leatherman_util.so.%%PORTVERSION%%

Return to bug 220471