[133636] trunk/dports/devel/automoc

michaelld at macports.org michaelld at macports.org
Sat Mar 7 12:01:16 PST 2015


Revision: 133636
          https://trac.macports.org/changeset/133636
Author:   michaelld at macports.org
Date:     2015-03-07 12:01:16 -0800 (Sat, 07 Mar 2015)
Log Message:
-----------
automoc: move cmake install files from share/cmake/Modules/automoc4 to share/cmake/automoc4, since cmake seems to find them in the latter but not the former.

Modified Paths:
--------------
    trunk/dports/devel/automoc/Portfile
    trunk/dports/devel/automoc/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/devel/automoc/Portfile
===================================================================
--- trunk/dports/devel/automoc/Portfile	2015-03-07 18:47:28 UTC (rev 133635)
+++ trunk/dports/devel/automoc/Portfile	2015-03-07 20:01:16 UTC (rev 133636)
@@ -10,7 +10,7 @@
 
 name                automoc
 version             0.9.88
-revision            5
+revision            6
 categories          devel kde kde4
 license             BSD
 maintainers         nomaintainer

Modified: trunk/dports/devel/automoc/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/devel/automoc/files/patch-CMakeLists.txt.diff	2015-03-07 18:47:28 UTC (rev 133635)
+++ trunk/dports/devel/automoc/files/patch-CMakeLists.txt.diff	2015-03-07 20:01:16 UTC (rev 133636)
@@ -5,4 +5,4 @@
  
  install(TARGETS automoc4 DESTINATION bin)
 -install(FILES Automoc4Config.cmake Automoc4Version.cmake automoc4.files.in  DESTINATION  lib${LIB_SUFFIX}/automoc4)
-+install(FILES Automoc4Config.cmake Automoc4Version.cmake automoc4.files.in  DESTINATION  share/cmake/Modules/automoc4)
++install(FILES Automoc4Config.cmake Automoc4Version.cmake automoc4.files.in  DESTINATION  share/cmake/automoc4)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150307/c8fda209/attachment.html>


More information about the macports-changes mailing list