[88911] trunk/dports/www/mod_gnutls/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 14 18:59:32 PST 2012


Revision: 88911
          http://trac.macports.org/changeset/88911
Author:   ryandesign at macports.org
Date:     2012-01-14 18:59:31 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
mod_gnutls: use notes

Modified Paths:
--------------
    trunk/dports/www/mod_gnutls/Portfile

Modified: trunk/dports/www/mod_gnutls/Portfile
===================================================================
--- trunk/dports/www/mod_gnutls/Portfile	2012-01-15 02:58:08 UTC (rev 88910)
+++ trunk/dports/www/mod_gnutls/Portfile	2012-01-15 02:59:31 UTC (rev 88911)
@@ -44,18 +44,23 @@
         ${destroot}${prefix}/share/doc/${name}
 }
 
-post-activate {
-    ui_msg "To enable ${name}, add"
-    ui_msg "   LoadModule gnutls_module modules/mod_gnutls.so"
-    ui_msg "to your ${prefix}/apache2/conf/httpd.conf file."
-    ui_msg "Please read the documentation at"
-    ui_msg "   http://www.outoforder.cc/projects/apache/mod_gnutls/docs/"
-    ui_msg " for further details on configuration of this module"
-}
-
 variant memcache description {Distributed SSL Session Cache support} {
     depends_lib-append      port:apr_memcache
     configure.args-append   --with-apr-memcache-prefix=${prefix}
 }
 
 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
+
+notes "
+To enable ${name}, add
+
+    LoadModule gnutls_module modules/mod_gnutls.so
+
+to your ${prefix}/apache2/conf/httpd.conf file.
+
+Please read the documentation at
+
+    http://www.outoforder.cc/projects/apache/mod_gnutls/docs/
+
+for further details on configuration of this module
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/8610c848/attachment.html>


More information about the macports-changes mailing list