Index: Makefile =================================================================== --- Makefile (révision 435356) +++ Makefile (copie de travail) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= leatherman -PORTVERSION= 0.10.1 +PORTVERSION= 1.0.0 CATEGORIES= devel MAINTAINER= jslagle@gmail.com @@ -15,10 +15,11 @@ 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} Index: distinfo =================================================================== --- distinfo (révision 435356) +++ distinfo (copie de travail) @@ -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 Index: files/patch-cmake_leatherman.cmake =================================================================== --- files/patch-cmake_leatherman.cmake (révision 435356) +++ files/patch-cmake_leatherman.cmake (nonexistent) @@ -1,14 +0,0 @@ ---- cmake/leatherman.cmake.orig 2016-12-06 01:37:41 UTC -+++ cmake/leatherman.cmake -@@ -78,11 +78,6 @@ macro(leatherman_install) - 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) Modification de propriétés sur files/patch-cmake_leatherman.cmake ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: files/patch-cmake_leatherman.cmake.in =================================================================== --- files/patch-cmake_leatherman.cmake.in (nonexistent) +++ files/patch-cmake_leatherman.cmake.in (copie de travail) @@ -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) Modification de propriétés sur files/patch-cmake_leatherman.cmake.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (révision 435356) +++ pkg-plist (copie de travail) @@ -107,3 +107,5 @@ 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