Diff from pkgfe-20070208.tar.gz to pkgfe-20070411.tar.gz

 

--- pkgfe-20070208/pkgfe Thu Feb 8 01:37:19 2007 +++ pkgfe-20070411/pkgfe Wed Apr 11 19:51:31 2007
@@ -1511,7 +1511,7 @@ before you can run `prog` again. EOF - cleanexit 1 + exit 1 fi
@@ -1551,12 +1551,6 @@ ############################################################################### - if [ `uname -s` != FreeBSD ] - then - error 'requires FreeBSD' - fi - - if [ -f "$CONFIG_FILE" -a -r "$CONFIG_FILE" ] then . "$CONFIG_FILE"
@@ -1582,6 +1576,18 @@ : ${upgrade_show_new_version="NO"} + check_lockfile + + + trap 'cleanexit 1' 1 2 15 30 31 + + + if [ `uname -s` != FreeBSD ] + then + error 'requires FreeBSD' + fi + + check_boolean_variables check_numeric_variables
@@ -1592,12 +1598,7 @@ check_portupgrade_logdir - check_lockfile - check_statusfile - - - trap 'cleanexit 1' 1 2 15 30 31 ###############################################################################