svn commit: r335573 - in head/graphics: ampasACES-container glfw-devel

Max Brazhnikov makc at FreeBSD.org
Tue Dec 3 15:11:34 UTC 2013


Author: makc
Date: Tue Dec  3 15:11:33 2013
New Revision: 335573
URL: http://svnweb.freebsd.org/changeset/ports/335573

Log:
  - Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)
  
  Approved by:	maintainter

Modified:
  head/graphics/ampasACES-container/pkg-plist   (contents, props changed)
  head/graphics/glfw-devel/pkg-plist   (contents, props changed)

Modified: head/graphics/ampasACES-container/pkg-plist
==============================================================================
--- head/graphics/ampasACES-container/pkg-plist	Tue Dec  3 15:05:17 2013	(r335572)
+++ head/graphics/ampasACES-container/pkg-plist	Tue Dec  3 15:11:33 2013	(r335573)
@@ -12,7 +12,7 @@ include/aces/aces_typesAndRationals.h
 include/aces/aces_writeattributes.h
 lib/cmake/AcesContainer/AcesContainerConfig.cmake
 lib/cmake/AcesContainer/AcesContainerConfigVersion.cmake
-lib/cmake/AcesContainer/AcesContainerTargets-release.cmake
+lib/cmake/AcesContainer/AcesContainerTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/AcesContainer/AcesContainerTargets.cmake
 lib/libAcesContainer.so
 libdata/pkgconfig/AcesContainer.pc

Modified: head/graphics/glfw-devel/pkg-plist
==============================================================================
--- head/graphics/glfw-devel/pkg-plist	Tue Dec  3 15:05:17 2013	(r335572)
+++ head/graphics/glfw-devel/pkg-plist	Tue Dec  3 15:11:33 2013	(r335573)
@@ -2,7 +2,7 @@ include/GLFW/glfw3.h
 include/GLFW/glfw3native.h
 lib/cmake/glfw/glfwConfig.cmake
 lib/cmake/glfw/glfwConfigVersion.cmake
-lib/cmake/glfw/glfwTargets-release.cmake
+lib/cmake/glfw/glfwTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/glfw/glfwTargets.cmake
 lib/libglfw3.a
 libdata/pkgconfig/glfw3.pc


More information about the svn-ports-head mailing list