diff --git a/TODO b/TODO index 85f4ad0..b22c458 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ (TODO) + - net/cmu-dhcpd -> CMU-dhcp-3.3.7+PU - archivers/unalz now 0.65 -> found 0.23 (?) - leave older version of 00.Summary.html (by two weeks ?) - pkg_info is not always in PATH, for example execution from crontab diff --git a/check-update b/check-update index 0c681ec..562f9d3 100755 --- a/check-update +++ b/check-update @@ -2482,7 +2482,10 @@ sub PickFromCandidate($@) { foreach my $i ( 0.. $#CANDIDATE ) { my($ver) = $CANDIDATE[$i]; if ($DISTBASE ne '' ) { - if ($DISTBASE =~ /ibniz/ ) { if ( !($ver =~ /\./ )) { + if ($DISTBASE =~ /ibniz/ || + $DISTBASE =~ /cmu-dhcpd/ || + 0 ) + { if ( !($ver =~ /\./ )) { print STDERR sprintf("%4d ", __LINE__ ), ' ', $DISTBASE, ' -> skipping: ', $ver, "\n" if $DEBUG_DOT_IN_VERSION; next;}} }