[150722] trunk/dports/devel/bison/Portfile

larryv at macports.org larryv at macports.org
Wed Jul 27 11:41:38 PDT 2016


Revision: 150722
          https://trac.macports.org/changeset/150722
Author:   larryv at macports.org
Date:     2016-07-27 11:41:38 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
bison: Remove deactivate hack

Modified Paths:
--------------
    trunk/dports/devel/bison/Portfile

Modified: trunk/dports/devel/bison/Portfile
===================================================================
--- trunk/dports/devel/bison/Portfile	2016-07-27 18:41:36 UTC (rev 150721)
+++ trunk/dports/devel/bison/Portfile	2016-07-27 18:41:38 UTC (rev 150722)
@@ -57,19 +57,6 @@
 
 if {${subport} eq "bison-runtime"} {
     build.dir       ${worksrcpath}/runtime-po
-    # Use the deactivate hack because `bison` used to install these
-    # files. Remove after 2016-03-20.
-    pre-activate {
-        if {![catch {lindex [registry_active bison] 0} installedBison]} {
-            set installedBisonEpoch [lindex $installedBison 5]
-            set installedBisonVersion [lindex $installedBison 1]
-            if {$installedBisonEpoch < 1
-                    || ($installedBisonEpoch == 1
-                            && [vercmp $installedBisonVersion 3.0.4] < 0)} {
-                registry_deactivate_composite bison {} {ports_nodepcheck true}
-            }
-        }
-    }
     livecheck.type  none
 } else {
     patchfiles      skip-runtime-po.patch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/85e5d417/attachment.html>


More information about the macports-changes mailing list