Revision: 90136 http://trac.macports.org/changeset/90136 Author: snc@macports.org Date: 2012-02-23 10:55:12 -0800 (Thu, 23 Feb 2012) Log Message: ----------- virtuoso: notes typo, display after configure, #33332 Modified Paths: -------------- trunk/dports/devel/virtuoso/Portfile Modified: trunk/dports/devel/virtuoso/Portfile =================================================================== --- trunk/dports/devel/virtuoso/Portfile 2012-02-23 15:44:42 UTC (rev 90135) +++ trunk/dports/devel/virtuoso/Portfile 2012-02-23 18:55:12 UTC (rev 90136) @@ -31,10 +31,13 @@ post-configure { reinplace "s|\"gcc\"|\"${configure.cc}\"|" ${worksrcpath}/bin/libtool.macosx + foreach note $PortInfo(notes) { + ui_msg $note + } } livecheck.url http://sourceforge.net/api/file/index/project-id/161622/mtime/desc/rss?path=... livecheck.type regex livecheck.regex ${name}/(\\d+(\\.\\d+)+)/${name}-opensource-(\\d+(\\.\\d+)+) -notes "Diable antivirus when building this port." +notes "Disable antivirus when building this port."