# $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. #################################################################### #################################################################### $TZ = 'Etc/UTC'; $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?))?', "Security" => '.*', "Feature safe" => '.*' ); $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' => '.*' ); #$FEATURE_FREEZE = 1; 1; # Perl requires all modules to return true. Don't delete!!!! #end dated> mat mat@FreeBSD.org 2015-05-14T10:15:04+00:00 d72353c225a0cff8478c442d745a54e4630671fc - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
- Stage support 2014-03-28T22:38:02+00:00 antoine antoine@FreeBSD.org 2014-03-28T22:38:02+00:00 c0fc030c3c888618b63b6895f24b5e8aaa3d6373 - Remove support for deprecated NOPORTDATA
- Remove support for deprecated NOPORTDATA
- Update to 1.4.6 2013-12-17T14:00:31+00:00 dhn dhn@FreeBSD.org 2013-12-17T14:00:31+00:00 347bc94f3a09e6e1f71e8f0db15a39b3dcd07c9e

Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm) 2013-09-21T00:01:16+00:00 bapt bapt@FreeBSD.org 2013-09-21T00:01:16+00:00 8789c7c99630eebef899414e8747c3ca88bd3b7b

Convert dhn's ports to the new options framework 2013-01-07T20:50:20+00:00 bapt bapt@FreeBSD.org 2013-01-07T20:50:20+00:00 50554743437f66d65a2f937157963c5690f61803 While here trim headers and convert some USE_GNOME=pkgconfig to USE_PKGCONFIG=build Approved by: maintainer (dhn)
While here trim headers and convert some USE_GNOME=pkgconfig to
USE_PKGCONFIG=build

Approved by:	maintainer (dhn)