Skip to content

Commit

Permalink
(TODO) net/cmu-dhcpd
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto-fujiwara committed Jan 30, 2018
1 parent e20efc3 commit 52512c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions 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
Expand Down
5 changes: 4 additions & 1 deletion check-update
Expand Up @@ -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;}}
}
Expand Down

0 comments on commit 52512c5

Please sign in to comment.