[70059] trunk/dports/www/mediawiki/Portfile
blb at macports.org
blb at macports.org
Wed Jul 28 15:01:06 PDT 2010
Revision: 70059
http://trac.macports.org/changeset/70059
Author: blb at macports.org
Date: 2010-07-28 15:01:05 -0700 (Wed, 28 Jul 2010)
Log Message:
-----------
www/mediawiki - update to 1.15.5 and switch ui_msg to notes
Modified Paths:
--------------
trunk/dports/www/mediawiki/Portfile
Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile 2010-07-28 18:59:05 UTC (rev 70058)
+++ trunk/dports/www/mediawiki/Portfile 2010-07-28 22:01:05 UTC (rev 70059)
@@ -2,7 +2,7 @@
PortSystem 1.0
name mediawiki
-version 1.15.4
+version 1.15.5
set branch [join [lrange [split ${version} .] 0 1] .]
categories www php
maintainers blb openmaintainer
@@ -18,9 +18,9 @@
homepage http://www.mediawiki.org
master_sites http://download.wikimedia.org/mediawiki/${branch}/
-checksums md5 9c37dee8addc27b2051ee2eebc238b4d \
- sha1 c00267663a0a05ace4bd28b53b0b3b0f08dad551 \
- rmd160 f4879c0f9cb1b8a6f5682f9fad14010703d49c27
+checksums md5 01c4c85fb96991d962c8acb3d892ec2d \
+ sha1 b157fe37bb89c78e5ffa0f27b14beb886db3a5f4 \
+ rmd160 5113beb1df46c56275a90d5a1cb85c2b01ca541f
depends_run port:libiconv port:jpeg port:jasper port:tiff port:lcms \
port:libpng port:freetype port:libxml2 port:jbigkit \
@@ -43,23 +43,28 @@
eval file copy [glob ${worksrcpath}/*] ${destroot}${docpath}
}
+notes "\
+MediaWiki has now been installed into ${docpath}. Any further information \
+on installation and configuration can be found at:
+
+ http://www.mediawiki.org/wiki/Manual:Installation_guide
+
+If you are upgrading, read:
+
+ http://www.mediawiki.org/wiki/Manual:Upgrading
+
+For a new install, make sure ${docpath}/AdminSettings.php has correct \
+information.
+
+For an upgrade, ${docpath}/AdminSettings.php will not be modified, so make \
+sure it is correct and anything in ${docpath}/AdminSettings.sample which you \
+need, has been copied to ${docpath}/AdminSettings.php.
+"
+
post-activate {
- ui_msg "MediaWiki has now been installed into ${docpath}"
- ui_msg "Any further information on installation and configuration can"
- ui_msg "be found at"
- ui_msg "http://www.mediawiki.org/wiki/Manual:Installation_guide"
- ui_msg ""
- ui_msg "If you are upgrading, read"
- ui_msg "http://www.mediawiki.org/wiki/Manual:Upgrading"
- ui_msg ""
if {![file exists ${docpath}/AdminSettings.php]} {
xinstall -m 660 ${docpath}/AdminSettings.sample \
${docpath}/AdminSettings.php
- ui_msg "Make sure ${docpath}/AdminSettings.php has correct information"
- } else {
- ui_msg "${docpath}/AdminSettings.php has not been touched, make sure"
- ui_msg "it is correct and anything in ${docpath}/AdminSettings.sample"
- ui_msg "needed has been copied to it"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100728/acb56c1b/attachment.html>
More information about the macports-changes
mailing list