Ticket #22684: Growl-Portfile.diff

File Growl-Portfile.diff, 1.6 KB (added by nerdling (Jeremy Lavergne), 14 years ago)
  • Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
     
    34
    45name                    Growl
    5 set base_version        1.1.4
    6 version                 ${base_version}
     6version                 1.2.1
     7set base_version        [join [lrange [split ${version} .] 0 1] .]
    78categories              aqua
    89platforms               darwin
     
    1617homepage                http://growl.info/
    1718
    1819master_sites    ${homepage}files/source/
    19 checksums               md5 f497b5485f644e767482764da1813116 \
    20                                 sha1 33bf8a3b122072a6713657e577a84b7f0ef8f839 \
    21                                 rmd160 0052da5775ee1e8e4fe11316810ed6b87aa204ef
     20checksums           md5     f7fed447b455e4ae01155160e46cdd35 \
     21                    sha1    690602b89573447ea8933ae9d3d83263242ad8a7
    2222use_bzip2               yes
    23 distname                ${distname}-src
     23distname        ${name}-${base_version}-src
     24extract.suffix  .tbz
    2425
     26platform darwin {
     27    if {${os.major} < 9} {
     28        pre-fetch {
     29            return -code 1 "${name} requires Mac OS X 10.5 or higher."
     30        }
     31    }
     32}
     33
    2534# The following patch selection makes the source build for a single
    2635# architecture, rather than as universal binaries as the distributed source is
    2736# configured to do.  This probably plays havoc with the MacPorts +universal
    2837# variant, so I'll need to think further about this.
    29 patchfiles              patch-Growl.xcodeproj__project.pbxproj.${os.arch}.diff
     38#patchfiles             patch-Growl.xcodeproj__project.pbxproj.${os.arch}.diff
    3039use_configure           no
    3140build.target            growl
    3241destroot.destdir        PREFIX=${destroot}