#!/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; } w.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/news/husky-hpt
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-2/+0
* Add SHA256 checksum.fjoe2005-11-181-0/+1
* - Register CONFLICTS with husky-*-develgarga2005-10-261-0/+2
* SIZE'ify.fjoe2004-02-041-0/+1