allows for updates

This commit is contained in:
espie 2004-11-10 10:15:42 +00:00
parent 4e39386cb0
commit 1c062c3c2e

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl
# $OpenBSD: portslogger,v 1.11 2004/08/06 11:31:22 espie Exp $
# $OpenBSD: portslogger,v 1.12 2004/11/10 10:15:42 espie Exp $
# Copyright (c) 2001 Marc Espie. All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -97,7 +97,7 @@ while (<>) {
if (m/^\=\=\=\>\s+(?:(?:Extracting|Applying distribution patches|\
Patching|Configuring|Building|Faking installation|Building package|\
Deinstalling|Cleaning|Dist cleaning|Checking files|\
Regression check|Updating plist\
Regression check|Updating plist|Updating|\
Registering installation)\s+for\s+(.*)|\
Returning to build of\s+(.*)|Installing\s+(.*?)\s+from)/o) {
$ncontext = "$1$2$3"; # XXX only one alternative matches