Next | Query returned 25 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2014-11-11 15:29:44 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Makefile
 - rename 2.10 to 2.10rc00
replace-commonbump
  1. Correct comment lines (typo, grammer etc)
  2. Add -a option to see all the packages
     ->  sub CheckAll()
  3. Rename sub CheckTopMakefile -> CheckPkgsrcTree
  4. In 'sub GenerateHash', skip logic are changed
  5. If .include  ".." line has ${VARIABLE}, assign the value
   2014-11-06 16:29:25 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Remove harmfull "=" from newly added regex

   2014-11-06 16:24:23 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
- Reduce Perl warning,
   .  returning from subroutine by next  (convert next -> return)
   .  uninitialized reference
     +       if ($file =~ /^\s*$/  ) { next; }       # skip empty line in case
   .  Argument "audio/bmp-esound/Makefile" isn't numeric in numeric gt \ 
(>) 
     -       if (grep $file, $HASH{$file} > 0) {
     +       if (grep ($file, $HASH{$file}) > 0) {
- Correct typo on comment lines
- Add comment
- Remove (comment out) unused variable
   2014-11-06 08:06:25 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Add in case only .include line is availabe. Fix man page

   2014-11-06 07:51:27 by Makoto Fujiwara | Files touched by this commit (10)
Log message:
Import revbump-2.10 as wip/revbump.
(Adding replace-commonbump perl script to automate one more step.
And make revbump two pass to reduce manual work)

Tools for bumping PKGREVISIONs and adapting BUILDLINK_ABI_DEPENDS
versions to the latest version automatically.

This tool is mostly intended for pkgsrc developers with commit
access.


Next | Query returned 25 messages, browsing 21 to 30 | previous