svn commit: r367888 - in head: accessibility/accerciser accessibility/jovie accessibility/kaccessible accessibility/kdeaccessibility4 accessibility/kmag accessibility/kmousetool accessibility/kmout...

Gerald Pfeifer gerald at pfeifer.com
Fri Sep 12 00:24:50 UTC 2014


On Thu, 11 Sep 2014, Tijl Coosemans wrote:
> devel/kBuild wasn't bumped either (reported on emulation@).

I looked into this, and so far have not been able to see why
Tools/scripts/bump_revision.pl did not catch this one.


In some other cases, ports were a bit more creative than I'd
usually recommend, using a pattern like the following:

    PORTREVISION?= ${XORG_REVISION}
    :
    .if defined(WITH_NEW_XORG)
     XORG_REVISION= 8
     :
     .else
     XORG_REVISION= 13
     :
     .endif

Good luck handling things like that with a simple script.

If it were me, I'd just make this port XORG_REVISION=13 for
both branches, and thus simplify this.  I am not sure the
complexity here is worth it.

Gerald


More information about the svn-ports-head mailing list