[133624] trunk/dports/devel/automoc

michaelld at macports.org michaelld at macports.org
Fri Mar 6 18:36:06 PST 2015


Revision: 133624
          https://trac.macports.org/changeset/133624
Author:   michaelld at macports.org
Date:     2015-03-06 18:36:06 -0800 (Fri, 06 Mar 2015)
Log Message:
-----------
automoc:
+ fix install location of CMake files to be ${prefix}/share/cmake/Modules;
+ fix checksums to be "new" style;
+ add comments;
+ rev-bump for changes.

Modified Paths:
--------------
    trunk/dports/devel/automoc/Portfile

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

Modified: trunk/dports/devel/automoc/Portfile
===================================================================
--- trunk/dports/devel/automoc/Portfile	2015-03-07 01:28:17 UTC (rev 133623)
+++ trunk/dports/devel/automoc/Portfile	2015-03-07 02:36:06 UTC (rev 133624)
@@ -10,7 +10,7 @@
 
 name                automoc
 version             0.9.88
-revision            4
+revision            5
 categories          devel kde kde4
 license             BSD
 maintainers         nomaintainer
@@ -21,12 +21,17 @@
 master_sites        kde:stable/${name}4/${version}/
 use_bzip2           yes
 distname            ${name}4-${version}
-checksums           md5     91bf517cb940109180ecd07bc90c69ec \
-                    sha1    d864c3dda99d8b5f625b9267acfa1d88ff617e3a \
-                    rmd160  8545f159092c9237f8c0f0f14b0dca9bfeac5c19
+checksums           rmd160 8545f159092c9237f8c0f0f14b0dca9bfeac5c19 \
+                    sha256 234116f4c05ae21d828594d652b4c4a052ef75727e2d8a4f3a4fb605de9e4c49
 
-patchfiles          patch-automoc4.files.in.diff
+# add BOOST_TT_HAS_OPERATOR_HPP_INCLUDED define by default
 
+patchfiles-append   patch-automoc4.files.in.diff
+
+# fix install location of CMake files
+
+patchfiles-append   patch-CMakeLists.txt.diff
+
 livecheck.type		regex
 livecheck.url		http://www.gtlib.gatech.edu/pub/kde/stable/${name}4/
 livecheck.regex		"\(\\d+(?:\\.\\d+)*)\/"

Added: trunk/dports/devel/automoc/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/devel/automoc/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/devel/automoc/files/patch-CMakeLists.txt.diff	2015-03-07 02:36:06 UTC (rev 133624)
@@ -0,0 +1,8 @@
+--- CMakeLists.txt.orig	2015-03-06 21:30:11.000000000 -0500
++++ CMakeLists.txt	2015-03-06 21:30:43.000000000 -0500
+@@ -24,4 +24,4 @@
+ target_link_libraries(automoc4 ${QT_QTCORE_LIBRARY})
+ 
+ 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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150306/dd9703bf/attachment.html>


More information about the macports-changes mailing list