CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2015/12/18 10:20:40

Modified files:
        devel/cmake    : Makefile cmake.port.mk 
        devel/cmake/patches: patch-Source_cmGeneratorTarget_cxx 

Log message:
Fix pasto:

size_t last = env_vers.find_first_of(".");

should have been

size_t last = env_vers.find_last_of(".");

Spotted by zhuk@
Gave him my ok for the diff, but he probably forgot to commit it

Reply via email to