aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/modules
Commit message (Collapse)AuthorAgeFilesLines
* - Remove Tools/scripts/modules, they're not used anymoreAlex Kozlov2013-04-264-359/+0
| | | | | | | Approved by: edwin (maintainer), portmgr (bapt) Notes: svn path=/head/; revision=316618
* - Remove some old duplicate words. They were getting in way of finding newer ↵Eitan Adler2011-12-271-1/+1
| | | | | | | ones. Notes: svn path=/head/; revision=288093
* INDEX-6 -> INDEX-8Doug Barton2011-09-281-1/+1
| | | | | | | Submitted by: gjb Notes: svn path=/head/; revision=282536
* Have a different approach on how to check if the modules file has changed.Edwin Groothuis2008-07-141-9/+7
| | | | | | | | | | | | | Because the $FreeBSD$ keyword isn't expanded in the new version, we can't just do a diff, check the return value and ignore the output. Every new modules file, changed or not with regarding to the contents, has at least four lines in the diff output (line number, old line, seperator, new line). Only commit it if there are more than four lines difference between it. Notes: svn path=/head/; revision=216816
* Keep the sources of the CVSROOT-ports/modules update script safelyEdwin Groothuis2008-07-084-0/+361
in the ports CVS repository. Notes: svn path=/head/; revision=216557