Changeset 117738 for trunk/dports


Ignore:
Timestamp:
Mar 10, 2014, 1:38:55 PM (10 years ago)
Author:
jwa@…
Message:

python34: version bump to 3.4.0rc3, python and friends

Location:
trunk/dports
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/python34/Portfile

    r117659 r117738  
    88
    99# Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
    10 version                 3.4.0rc2
    11 revision                2
     10version                 3.4.0rc3
     11
    1212# typo in epoch, meant to have 20140105 at the end, wait until May to correct
    13 epoch                   20140504
     13epoch                   20140505
    1414
    1515set major               [lindex [split $version .] 0]
     
    3232use_xz                                  yes
    3333
    34 checksums           rmd160  3cb1eb62455fbfd7c39be103da3c709557a0a9a8 \
    35                     sha256  dfc0085a723d9e61a11698bad3aa2bdd8bda4d2760d90149a988adcf27ad676c
     34checksums               rmd160  f35d376d22d59f100422cc9e2998aea5e157b4bc \
     35                        sha256  48c99b690eb8f9e6317f1eb760a32b4f5c18a4777f03f0804429f28d3081cf37
    3636
    3737patchfiles              patch-setup.py.diff \
  • trunk/dports/python/py-gdbm/Portfile

    r117718 r117738  
    8787subport py34-gdbm {
    8888    maintainers     jwa openmaintainer
    89     version         3.4.0rc2
    90     epoch           20140223
     89    version         3.4.0rc3
     90    epoch           20140310
    9191    use_xz                      yes
    92     checksums       rmd160  3cb1eb62455fbfd7c39be103da3c709557a0a9a8 \
    93                     sha256  dfc0085a723d9e61a11698bad3aa2bdd8bda4d2760d90149a988adcf27ad676c
     92    checksums       rmd160  f35d376d22d59f100422cc9e2998aea5e157b4bc \
     93                    sha256  48c99b690eb8f9e6317f1eb760a32b4f5c18a4777f03f0804429f28d3081cf37
    9494    set setup_py "setup-py3k.py"
    9595    set cfile "_gdbmmodule.c"
  • trunk/dports/python/py-tkinter/Portfile

    r117718 r117738  
    9595subport py34-tkinter {
    9696    maintainers jwa openmaintainer
    97     version     3.4.0rc2
    98     epoch       20140223
     97    version     3.4.0rc3
     98    epoch       20140310
    9999# homepage is a placeholder until the release
    100100#    homepage    http://docs.python.org/release/${version}/library/tkinter.html
    101101    use_xz      yes
    102     checksums   rmd160  3cb1eb62455fbfd7c39be103da3c709557a0a9a8 \
    103                 sha256  dfc0085a723d9e61a11698bad3aa2bdd8bda4d2760d90149a988adcf27ad676c
     102    checksums   rmd160  f35d376d22d59f100422cc9e2998aea5e157b4bc \
     103                sha256  48c99b690eb8f9e6317f1eb760a32b4f5c18a4777f03f0804429f28d3081cf37
    104104    append extract_files " Modules/tkinter.h"
    105105    set module_name tkinter
Note: See TracChangeset for help on using the changeset viewer.