[153644] trunk/dports/devel/gpgme/Portfile
devans at macports.org
devans at macports.org
Thu Oct 6 19:50:25 CEST 2016
Revision: 153644
https://trac.macports.org/changeset/153644
Author: devans at macports.org
Date: 2016-10-06 10:50:25 -0700 (Thu, 06 Oct 2016)
Log Message:
-----------
gpgme: correct version comparison in deactivate hack.
Modified Paths:
--------------
trunk/dports/devel/gpgme/Portfile
Modified: trunk/dports/devel/gpgme/Portfile
===================================================================
--- trunk/dports/devel/gpgme/Portfile 2016-10-06 17:14:09 UTC (rev 153643)
+++ trunk/dports/devel/gpgme/Portfile 2016-10-06 17:50:25 UTC (rev 153644)
@@ -87,7 +87,7 @@
if {![catch {set installed [lindex [registry_active kdepimlibs4] 0]}]} {
set _version [lindex $installed 1]
set _revision [lindex $installed 2]
- if {[vercmp $_version 4.14.4] < 0 && $_revision < 4} {
+ if {[vercmp $_version 4.14.3] <= 0 && $_revision < 4} {
registry_deactivate_composite kdepimlibs4 "" [list ports_nodepcheck 1]
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161006/f881fc44/attachment-0002.html>
More information about the macports-changes
mailing list