diff options
author | erwin <erwin@FreeBSD.org> | 2010-03-07 07:05:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-03-07 07:05:40 +0800 |
commit | dc4dc218d803c2919363422e8da784cc862ae43a (patch) | |
tree | 8c8a431c669112248175b94c3e64c4b5cdf9df8e /CVSROOT | |
parent | 10d6bbeda97f5a2ed3b49f7ca4320f3919c52bf8 (diff) | |
download | freebsd-ports-gnome-dc4dc218d803c2919363422e8da784cc862ae43a.tar.gz freebsd-ports-gnome-dc4dc218d803c2919363422e8da784cc862ae43a.tar.zst freebsd-ports-gnome-dc4dc218d803c2919363422e8da784cc862ae43a.zip |
Lift the feature freeze; the tree is now in slush.
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 |