diff --git a/sysupd b/sysupd index 9e97afb..1024a86 100755 --- a/sysupd +++ b/sysupd @@ -2,7 +2,7 @@ # Update Various System Files, Ports, etc. # Copyright (c) 2006-2013, TundraWare Inc, Des Plaines, IL USA # All Rights Reserved -# $Id: sysupd,v 1.148 2014/09/19 16:11:01 tundra Exp $ +# $Id: sysupd,v 1.149 2015/04/25 19:11:07 tundra Exp $ ##### @@ -138,6 +138,15 @@ ### + # MacPorts + ### + + macports) + runupd $SET $LOGDIR "/opt/local/bin/port selfupdate && /opt/local/bin/port upgrade outdated" + ;; + + + ### # RedHat YUM Updates ###