New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82206


Ignore:
Timestamp:
08/10/11 07:03:14 (4 years ago)
Author:
sharky@…
Message:

qtmobility: update to version 1.2.0

Location:
trunk/dports/devel/qtmobility
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/qtmobility/Portfile

    r78632 r82206  
    66 
    77name                qtmobility 
    8 version             1.1.3 
     8version             1.2.0 
    99revision            0 
    1010categories          devel 
     
    2020master_sites        http://get.qt.nokia.com/qt/add-ons/ 
    2121distname            qt-mobility-opensource-src-${version} 
    22 checksums           md5     4bf0cccd007c98a35aad94436538124f \ 
    23                     sha1    a3702659388cc7503946d672a1ae91eaed89e3e2 \ 
    24                     rmd160  b37773490c104f79247634bb6ea8226827e3ccc1 
     22checksums           md5     ea5db5a8d3dd4709c2926dceda646bd8 \ 
     23                    sha1    090d1cc0d9c27f41d6fc9022b80ab5579af5e46d \ 
     24                    rmd160  c8c3c6c301e90a2ba9a2a249569084b9c3923322 
    2525 
    2626# --prefix is not recognized. 
     
    3838variant debug description {Build both release and debug library} {} 
    3939 
     40# Fix building without bluez 
     41patchfiles-append patch-src-connectivity-bluetooth.diff 
     42 
    4043if {[variant_isset debug]} { 
    4144    configure.args-append -debug-and-release 
Note: See TracChangeset for help on using the changeset viewer.