svn commit: r446768 - in head/devel/leatherman: . files

Romain Tartière romain at FreeBSD.org
Thu Jul 27 17:41:32 UTC 2017


Author: romain
Date: Thu Jul 27 17:41:30 2017
New Revision: 446768
URL: https://svnweb.freebsd.org/changeset/ports/446768

Log:
  Update to 1.0.0
  
  PR:		220471
  Submitted by:	zleslie
  With hat:	puppet

Added:
  head/devel/leatherman/files/patch-cmake_leatherman.cmake.in   (contents, props changed)
Deleted:
  head/devel/leatherman/files/patch-cmake_leatherman.cmake
Modified:
  head/devel/leatherman/Makefile
  head/devel/leatherman/distinfo
  head/devel/leatherman/pkg-plist

Modified: head/devel/leatherman/Makefile
==============================================================================
--- head/devel/leatherman/Makefile	Thu Jul 27 17:39:35 2017	(r446767)
+++ head/devel/leatherman/Makefile	Thu Jul 27 17:41:30 2017	(r446768)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	leatherman
-PORTVERSION=	0.10.1
+PORTVERSION=	1.0.0
 PORTREVISION=	1
 CATEGORIES=	devel
 
@@ -19,10 +19,11 @@ BROKEN_powerpc64=	fails to compile: cc1plus: error: un
 USE_GITHUB=	yes
 GH_ACCOUNT=	puppetlabs
 
-USES=		cmake
+USES=		cmake gettext
 USE_RUBY=	yes
 CMAKE_ARGS=	-DLEATHERMAN_SHARED:BOOL=ON
 USE_LDCONFIG=	yes
+TEST_TARGET=	test
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 

Modified: head/devel/leatherman/distinfo
==============================================================================
--- head/devel/leatherman/distinfo	Thu Jul 27 17:39:35 2017	(r446767)
+++ head/devel/leatherman/distinfo	Thu Jul 27 17:41:30 2017	(r446768)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483588778
-SHA256 (puppetlabs-leatherman-0.10.1_GH0.tar.gz) = 79b0eded49a02cb8f6ce6260ae39e3f1bdd2dc2c62c02f661308e04c08edb69e
-SIZE (puppetlabs-leatherman-0.10.1_GH0.tar.gz) = 423218
+TIMESTAMP = 1499512611
+SHA256 (puppetlabs-leatherman-1.0.0_GH0.tar.gz) = 4bcb8eaf08429e9e62cc6fcbfc1f216bd2eff800f751dbacabbec7d714ed21a2
+SIZE (puppetlabs-leatherman-1.0.0_GH0.tar.gz) = 423859

Added: head/devel/leatherman/files/patch-cmake_leatherman.cmake.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/leatherman/files/patch-cmake_leatherman.cmake.in	Thu Jul 27 17:41:30 2017	(r446768)
@@ -0,0 +1,17 @@
+
+$FreeBSD$
+
+--- cmake/leatherman.cmake.in.orig
++++ cmake/leatherman.cmake.in
+@@ -83,11 +83,6 @@
+         RUNTIME DESTINATION bin
+         LIBRARY DESTINATION lib${LIB_SUFFIX}
+         ARCHIVE DESTINATION lib${LIB_SUFFIX})
+-    foreach(ARG ${ARGV})
+-        if (TARGET ${ARG})
+-            set_target_properties(${ARG} PROPERTIES PREFIX "" IMPORT_PREFIX "")
+-        endif()
+-    endforeach()
+ endmacro()
+ 
+ # Usage: add_cppcheck_dirs(dir1 dir2)

Modified: head/devel/leatherman/pkg-plist
==============================================================================
--- head/devel/leatherman/pkg-plist	Thu Jul 27 17:39:35 2017	(r446767)
+++ head/devel/leatherman/pkg-plist	Thu Jul 27 17:41:30 2017	(r446768)
@@ -107,3 +107,5 @@ lib/libleatherman_ruby.so
 lib/libleatherman_ruby.so.%%PORTVERSION%%
 lib/libleatherman_util.so
 lib/libleatherman_util.so.%%PORTVERSION%%
+share/locale/fr/LC_MESSAGES/leatherman_locale.mo
+share/locale/fr/LC_MESSAGES/leatherman_logging.mo


More information about the svn-ports-all mailing list