diff options
author | erwin <erwin@FreeBSD.org> | 2011-12-12 16:45:18 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2011-12-12 16:45:18 +0800 |
commit | 326a6c3c3083d82c3f9694c355911e4279c5b28c (patch) | |
tree | 45958bcc8d543ef79804de75afdae4510e451279 /CVSROOT | |
parent | 30cf4c50828bcdf1e6eb27fc4e85fadb36f2bb9e (diff) | |
download | freebsd-ports-gnome-326a6c3c3083d82c3f9694c355911e4279c5b28c.tar.gz freebsd-ports-gnome-326a6c3c3083d82c3f9694c355911e4279c5b28c.tar.zst freebsd-ports-gnome-326a6c3c3083d82c3f9694c355911e4279c5b28c.zip |
Unfreeze the tree, although we're still in slush state until the
9.0 releases have been announced.
Approved by: portmgr
Feature safe: yes
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 430c4f9c66b1..b11ce570d7f5 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 |