diff options
author | erwin <erwin@FreeBSD.org> | 2010-06-18 20:08:21 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-06-18 20:08:21 +0800 |
commit | 7215ea8ff703efada16f0bedd6c9f39cfac8854c (patch) | |
tree | 28c3eafc3ef2c68c8b6845390db3d7cf52ebfcf2 /CVSROOT | |
parent | ae14e29bf95b2b8dae8e88d765b7db09bbc31ac9 (diff) | |
download | freebsd-ports-graphics-7215ea8ff703efada16f0bedd6c9f39cfac8854c.tar.gz freebsd-ports-graphics-7215ea8ff703efada16f0bedd6c9f39cfac8854c.tar.zst freebsd-ports-graphics-7215ea8ff703efada16f0bedd6c9f39cfac8854c.zip |
Feature freeze for 8.1 is now in effect.
Approved by: portmgr
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/cfg_local.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/cfg_local.pm b/CVSROOT/cfg_local.pm index b11ce570d7f..430c4f9c66b 100644 --- a/CVSROOT/cfg_local.pm +++ b/CVSROOT/cfg_local.pm @@ -71,7 +71,7 @@ if ($hostname =~ /^repoman\.freebsd\.org$/i) { 'other' => '.*' ); -#$FEATURE_FREEZE = 1; +$FEATURE_FREEZE = 1; 1; # Perl requires all modules to return true. Don't delete!!!! #end |