[114507] trunk/dports/_resources/port1.0/group/haskell-1.0.tcl

cal at macports.org cal at macports.org
Mon Dec 9 14:56:18 PST 2013


Revision: 114507
          https://trac.macports.org/changeset/114507
Author:   cal at macports.org
Date:     2013-12-09 14:56:18 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
haskell portgroup: force deactivation even if dependents are still installed

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/haskell-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/haskell-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/haskell-1.0.tcl	2013-12-09 22:44:47 UTC (rev 114506)
+++ trunk/dports/_resources/port1.0/group/haskell-1.0.tcl	2013-12-09 22:56:18 UTC (rev 114507)
@@ -92,7 +92,8 @@
 			system "${prefix}/libexec/${name}/register.sh"
 		}
 		pre-deactivate {
-			system "${prefix}/libexec/${name}/unregister.sh"
+			# deactivate even if that would break dependent ports; let MacPorts deal with this problem
+			system "${prefix}/libexec/${name}/unregister.sh --force"
 		}
 	}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/c0e509b9/attachment.html>


More information about the macports-changes mailing list