Changeset 99360


Ignore:
Timestamp:
Nov 3, 2012, 7:02:48 AM (12 years ago)
Author:
ryandesign@…
Message:

iTunesMatchHelper:

  • fix capitalization of port name to match the directory name
  • use full git commit hash instead of an abbreviation of it
  • use the version number "0.1a" instead of the git commit hash
  • increase epoch
  • download from a tarball instead of from git
  • remove unnecessary "categories aqua"
  • remove backslash at end of long description
  • minor reformatting

See #36745

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/iTunesMatchHelper/Portfile

    r99236 r99360  
    66PortGroup               xcode 1.0
    77
    8 github.setup            signed0 itunes-match-helper 18ce34d7c48
     8epoch                   1
     9github.setup            signed0 itunes-match-helper 18ce34d7c4861b0c60a988c913f4545c4d9bb9fb
     10version                 0.1a
     11name                    iTunesMatchHelper
     12platforms               darwin
     13maintainers             phw openmaintainer
    914
    10 maintainers             phw openmaintainer
    11 name                    itunesMatchHelper
    12 revision                                1
     15description             Fixes missing metadata for songs that iTunes has matched
    1316
    14 categories              aqua
    15 description             \
    16     Fixes missing metadata for songs that iTunes has matched
    17 long_description        ${description}\
     17long_description        ${description}
    1818
    19 platforms               darwin
     19checksums               rmd160  551514c3800c559993b703df9a9b54c4dd0bd320 \
     20                        sha256  f30d06b0c08ebb29a76586af93ce4759e968907aaabfb101d75049b02615a19c
    2021
    2122# error: -fobjc-arc is not supported with fragile abi
     
    2324universal_variant       no
    2425
    25 fetch.type              git
    26 
    2726destroot {
    2827    copy ${worksrcpath}/build/Release/iTunesMatchHelper.app ${destroot}${applications_dir}
Note: See TracChangeset for help on using the changeset viewer.