svn commit: r303471 - in head: security/vuxml www/mediawiki www/mediawiki118

Eygene Ryabinkin rea at freebsd.org
Sat Sep 1 15:32:09 UTC 2012


Sat, Sep 01, 2012 at 12:44:33PM +0000, Wen Heping wrote:
> Author: wen
> Date: Sat Sep  1 12:44:33 2012
> New Revision: 303471
> URL: http://svn.freebsd.org/changeset/ports/303471
> 
[...]
>  
> +      <package>
> +	<name>mediawiki</name>
> +	<range><lt>1.19.2</lt></range>
> +      </package>
> +      <package>
> +	<name>mediawiki118</name>
> +	<range><lt>1.18.5</lt></range>
> +      </package>

VuXML matches on the PKGNAME, not on the name of the port directory.
The proper matching stanza will be
{{{
      <package>
        <name>mediawiki</name>
        <range><ge>1.18</ge><lt>1.18.5</lt></range>
        <range><ge>1.19</ge><lt>1.19.2</lt></range>
      </package>
}}}
-- 
Eygene Ryabinkin                                        ,,,^..^,,,
[ Life's unfair - but root password helps!           | codelabs.ru ]
[ 82FE 06BC D497 C0DE 49EC  4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20120901/1b5dbbca/attachment.sig>


More information about the svn-ports-all mailing list