cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile

Chris Rees crees at FreeBSD.org
Tue Apr 17 17:43:14 UTC 2012


On 4 April 2012 15:30, Michael Scheidell <scheidell at freebsd.org> wrote:
> scheidell    2012-04-04 14:30:01 UTC
>
>  FreeBSD ports repository
>
>  Modified files:
>    mail/p5-Mail-SpamAssassin Makefile
>  Log:
>  - Update CONFLICTS for upcoming mail/p5-Mail-SpamAssassin-devel port
>
>  Submitted by:   scheidell (me)
>  Feature safe:   yes
>
>  Revision  Changes    Path
>  1.154     +1 -1      ports/mail/p5-Mail-SpamAssassin/Makefile

Hm, CONFLICTS is a shell glob, not a regex unfortunately.

CONFLICTS?=     ja-p5-Mail-SpamAssassin-[0-9]* p5-Mail-SpamAssassin-devel-[0-9]*

will work correctly.  Presumably the same will apply to
p5-Mail-SpamAssassin-devel!

Chris


More information about the cvs-ports mailing list