- spello
This commit is contained in:
parent
a7f9637aff
commit
8057b45281
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# $OpenBSD: register-plist,v 1.25 2010/08/07 19:49:10 espie Exp $
|
||||
# $OpenBSD: register-plist,v 1.26 2010/08/19 13:54:43 jasper Exp $
|
||||
# Copyright (c) 2005
|
||||
# Marc Espie. All rights reserved.
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -405,7 +405,7 @@ sub compare_lists
|
||||
$p1->write_mogrified($t, $state);
|
||||
$state->errsay("Error: change in plist between #1 and #2", $result, $t);
|
||||
$state->errsay("| If the old and new builds were done correctly");
|
||||
$state->errsay("| (fully uptodate ports tree including relevant MODULES)");
|
||||
$state->errsay("| (fully up-to-date ports tree including relevant MODULES)");
|
||||
$state->errsay("| then someone probably forgot to bump a REVISION.");
|
||||
$state->errsay("| (see bsd.port.mk(5), PLIST_DB)");
|
||||
system {OpenBSD::Paths->diff} ('diff', '-u', $result, $t);
|
||||
|
Loading…
Reference in New Issue
Block a user