New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80606


Ignore:
Timestamp:
07/15/11 13:09:27 (4 years ago)
Author:
blb@…
Message:

office/rednotebook - update to version 1.1.7; switch to python 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/office/rednotebook/Portfile

    r78551 r80606  
    22 
    33PortSystem          1.0 
    4 PortGroup           python26 1.0 
     4PortGroup           python27 1.0 
    55name                rednotebook 
    6 version             1.1.6 
     6version             1.1.7 
    77categories          office 
    88license             GPL-2+ 
     
    2121 
    2222dist_subdir         ${name} 
    23 checksums           sha1    df8ec1caf244e5369e5f9034de3e5126a0d6e094 \ 
    24                     rmd160  94fb5880b691427880bc8b20cee699b519e45a6b 
     23checksums           sha1    0dc58e6e5569d4303209fad52f3aa206ccc8c7a7 \ 
     24                    rmd160  77cb6708e3e3dd85952808ecc83ee6abd4c29a4c 
    2525 
    26 # Set to nothing so there is no suffix (otherwise it would be rednotebook-2.6) 
     26# Set to nothing so there is no suffix (otherwise it would be rednotebook-2.7) 
    2727python.link_binaries_suffix 
    2828 
    29 depends_lib         port:py26-gtk port:py26-yaml port:py26-webkitgtk 
     29depends_lib         port:py27-gtk port:py27-yaml port:py27-webkitgtk 
    3030 
    3131post-destroot { 
Note: See TracChangeset for help on using the changeset viewer.