[135285] trunk/dports/devel/cmake/Portfile

michaelld at macports.org michaelld at macports.org
Wed Apr 22 05:13:40 PDT 2015


Revision: 135285
          https://trac.macports.org/changeset/135285
Author:   michaelld at macports.org
Date:     2015-04-22 05:13:40 -0700 (Wed, 22 Apr 2015)
Log Message:
-----------
cmake: update long descriptions.

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

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2015-04-22 12:12:53 UTC (rev 135284)
+++ trunk/dports/devel/cmake/Portfile	2015-04-22 12:13:40 UTC (rev 135285)
@@ -11,10 +11,11 @@
 installs_libs       no
 maintainers         michaelld css
 description         Cross-platform make
-long_description    An extensible, open-source system that manages the build    \
-                    process in an operating system and compiler independent manner. \
-                    Unlike many cross-platform systems, CMake is designed to be     \
-                    used in conjunction with the native build environment.
+set base_long_description \
+    "An extensible, open-source system that manages the build \
+    process in an operating system and compiler independent manner. \
+    Unlike many cross-platform systems, CMake is designed to be \
+    used in conjunction with the native build environment."
 homepage            http://www.cmake.org/
 platforms           darwin freebsd
 
@@ -32,6 +33,9 @@
     checksums       rmd160 48eb3d047b6bf9671fcf8ef79908a09b710bffeb \
                     sha256 ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78
 
+    long_description ${base_long_description} \
+        The ${subport} release port is updated roughly every few months.
+   
     conflicts       cmake-devel
 
     master_sites    http://www.cmake.org/files/v${branch}/
@@ -53,6 +57,9 @@
     distname        ${name}-${branch}.${version}-${hash}
     conflicts       cmake
 
+    long_description ${base_long_description} \
+        The ${subport} port is updated roughly every week.
+
     livecheck.type  regex
     livecheck.regex (${name}-\[0-9a-g.-\]+)${extract.suffix}
     livecheck.version ${distname}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150422/14834cce/attachment.html>


More information about the macports-changes mailing list