aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT/verifymsgcheck
blob: b9829a77dfbf4c013ad6334744e6a72622de6b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/perl -w
#
# $FreeBSD$

use strict;
use lib $ENV{CVSROOT};
use CVSROOT::cfg;
my $CVSROOT = $ENV{CVSROOT} || die "Can't determine CVSROOT (verifymsgcheck)!\n";

# Check "Approved by:" line.
system("$CVSROOT/CVSROOT/approvecheck", @ARGV);
if ($? >> 8) {
    exit 1;
}

# peter's edit post-processor..
system("$CVSROOT/CVSROOT/logcheck", @ARGV);
if ($? >> 8) {
    exit 1;
}
title='2007-03-05 08:54:35 +0800'>2007-03-051-1/+1 * - Update to v1.02aaron2006-07-142-4/+4 * SHA256ifyedwin2006-01-221-0/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-5/+5 * search.cpan.org redirect reduction canonicalization project, pass 3:fenner2005-09-231-1/+1 jpeg-8dinoex2010-02-051-1/+1 * Update to 5.2.4ahze2009-12-223-61/+269 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * Update to 5.1.7ahze2008-03-203-13/+13 * Update to 5.1.6ahze2008-03-014-27/+17 * Correct path to lpstat so gimp (and others) can find pre-configured-cups prin...ahze2007-10-251-1/+3 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-3/+1 * Update to 5.1.3ahze2007-06-263-14/+14 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Add gimp-devel-gutenprint [1]ahze2007-04-281-4/+8 * - Make gimp-gutenprint depend on gutenprint-base instead of gutenprintahze2007-04-161-2/+2 * Only install escputil.1 in gutenprint-base portahze2007-04-091-0/+3 * don't create cups dirs if port is not gutenprint-cupsahze2007-04-061-0/+3 * Make gimp and gimp-devel friendlyahze2007-04-051-1/+1 * - Update to 5.1.0ahze2007-04-045-12782/+130 * -Update to final 5.0.0.mezz2006-12-25