# $FreeBSD$ #################################################################### #################################################################### # This file contains local configuration for the CVSROOT perl # scripts. It is loaded by cfg.pm and overrides the default # configuration in that file. # # It is advised that you test it with # 'env CVSROOT=/path/to/cvsroot perl -cw cfg.pm' # before you commit any changes. The check is to cfg.pm which # loads this file. #################################################################### #################################################################### $CHECK_HEADERS = 1; $IDHEADER = 'FreeBSD'; $UNEXPAND_RCSID = 1; %TEMPLATE_HEADERS = ( "Reviewed by" => '.*', "Submitted by" => '.*', "Obtained from" => '.*', "Approved by" => '.*', "PR" => '.*', "MFC after" => '\d+(\s+(days?|weeks?|months?))?' ); $MAILCMD = "/usr/local/bin/mailsend -H"; $MAIL_BRANCH_HDR = "X-FreeBSD-CVS-Branch"; $ADD_TO_LINE = 0; $MAILBANNER = "FreeBSD ports repository"; if (defined $ENV{'CVS_COMMIT_ATTRIB'}) { my $attrib = $ENV{'CVS_COMMIT_ATTRIB'}; $MAILBANNER .= " ($attrib committer)"; } # Sanity check to make sure we've been run through the wrapper and are # now primary group 'pcvs'. # $COMMITCHECK_EXTRA = sub { my $GRP=`/usr/bin/id -gn`; chomp $GRP; unless ( $GRP =~ /^pcvs$/ ) { print "You do not have group pcvs (commitcheck)!\n"; exit 1; # We could return false here. But there's # nothing to stop us taking action here instead. } return 1; }; # Wrap this in a hostname check to prevent mail to the FreeBSD # list if someone borrows this file and forgets to change it. my $hostname = `/bin/hostname`; die "Can't determine hostname!\n" if $? >> 8; chomp $hostname; if ($hostname =~ /^repoman\.freebsd\.org$/i) { $MAILADDRS='ports-committers@FreeBSD.org cvs-ports@FreeBSD.org cvs-all@FreeBSD.org'; $MAILADDRS = 'cvs@FreeBSD.org' if $DEBUG; @COMMIT_HOSTS = qw(repoman.freebsd.org); } @LOG_FILE_MAP = ( 'CVSROOT' => '^CVSROOT/', 'ports' => '^ports/', 'other' => '.*' ); 1; # Perl requires all modules to return true. Don't delete!!!! #end ndabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/tucan
Commit message (Expand)AuthorAgeFilesLines
* - The patch patch-core__service_config.py's functionality isbeech2011-07-101-19/+0
* Update net/tucan to new upstream release 0.3.10.mandree2011-07-015-49/+112
* Add missing trailing slash to URL.mandree2011-05-231-1/+1
* - Fix first-start failure by correcting permissions in ~/.tucanmandree2011-05-233-5/+38
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1