Wireshark-commits: [Wireshark-commits] master 2cd0472: Un-install and re-install if the installed a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Jan 2015 08:31:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cd047279727f8ce447768cbac0f6ef01edaca6c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2cd0472 by Guy Harris (guy@xxxxxxxxxxxx):

    Un-install and re-install if the installed and specified versions differ.
    
    If, for a package, the version specified by the _VERSION variable
    doesn't match the version installed (as indicated by a -done file),
    un-install it, and remove the downloaded version, before doing any
    installs, so that the specified version replaces the installed version.
    
    Change-Id: I32021c7be8cdc277ad51c9f11cfdb57e3bb542c4
    Reviewed-on: https://code.wireshark.org/review/6736
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5a928c2   Remove autotools packages if something they depend on changes.
    adds  2cd0472   Un-install and re-install if the installed and specified versions differ.


Summary of changes:
 macosx-setup.sh |  508 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 498 insertions(+), 10 deletions(-)