diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-10 15:35:25 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-10 15:35:25 +0800 |
commit | 6c760b234478446ba5e1523fd865093b053c8c7a (patch) | |
tree | 0cdec8923df3b06acb441ba519e25a58ffc4e51f /CVSROOT | |
parent | 4f4dafa1428f7e0e257abd4ad464e92391306968 (diff) | |
download | freebsd-ports-gnome-6c760b234478446ba5e1523fd865093b053c8c7a.tar.gz freebsd-ports-gnome-6c760b234478446ba5e1523fd865093b053c8c7a.tar.zst freebsd-ports-gnome-6c760b234478446ba5e1523fd865093b053c8c7a.zip |
Feature freeze for 9.0 is now in effect
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 |