diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-01-11 21:28:34 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-01-11 21:28:34 +0800 |
commit | 565cbe1e463d3270783c9fc8bebb92dbd97af365 (patch) | |
tree | e0433b5b9260c7a954ab17cffaa373493ab7ab30 /CVSROOT | |
parent | 918e248081cc4e64b534c7d7c6ef017a4cf14105 (diff) | |
download | freebsd-ports-gnome-565cbe1e463d3270783c9fc8bebb92dbd97af365.tar.gz freebsd-ports-gnome-565cbe1e463d3270783c9fc8bebb92dbd97af365.tar.zst freebsd-ports-gnome-565cbe1e463d3270783c9fc8bebb92dbd97af365.zip |
Feature freeze for 8.4/7.2 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 b11ce570d7f5..430c4f9c66b1 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 |