pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/revbump/files
Module name: wip
Committed by: makoto
Date: Thu Nov 6 15:24:23 UTC 2014
Modified Files:
wip/revbump/files: replace-commonbump
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
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r1.2 wip/revbump/files/replace-commonbump
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/revbump/files/replace-commonbump?r1=1.1&r2=1.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index