Revision: 129087 https://trac.macports.org/changeset/129087 Author: ryandesign@macports.org Date: 2014-12-05 04:53:50 -0800 (Fri, 05 Dec 2014) Log Message: ----------- sympa: reduce busyness of notes Modified Paths: -------------- trunk/dports/mail/sympa/Portfile Modified: trunk/dports/mail/sympa/Portfile =================================================================== --- trunk/dports/mail/sympa/Portfile 2014-12-05 12:40:40 UTC (rev 129086) +++ trunk/dports/mail/sympa/Portfile 2014-12-05 12:53:50 UTC (rev 129087) @@ -5,6 +5,7 @@ name sympa version 6.1.23 +set branch [join [lrange [split ${version} .] 0 1] .] categories mail license GPL-2 maintainers nomaintainer @@ -83,25 +84,21 @@ } notes " +You can find documentation at: + http://www.sympa.org/manual_${branch}/index -** You can find documentation at: -** http://www.sympa.org/manual_6.1/index +Check that you have all the required perl modules: + ${prefix}/sbin/sympa_wizard.pl --check -######################################################### -# CHECK YOU HAVE ALL THE NEEDED MODULES: -# * Check the required perl modules are installed: -# ${prefix}/sbin/sympa_wizard.pl --check -# -# FIRST INSTALLATION: -# * Check the INSTALL file. -# ${prefix}/share/doc/sympa/INSTALL -# * Run the wizard to define some required parameters that can't be guessed. -# ${prefix}/sbin/sympa_wizard.pl -# -# UPGRADING -# * Run this script to upgrade your data structures: -# ${prefix}/sbin/sympa.pl --upgrade -####################################################### +First installation: + Check the INSTALL file: + ${prefix}/share/doc/sympa/INSTALL + Run the wizard to define some required parameters that can't be guessed: + ${prefix}/sbin/sympa_wizard.pl + +Upgrading: + Run this script to upgrade your data structures: + ${prefix}/sbin/sympa.pl --upgrade " livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
ryandesign@macports.org