Changeset 68758 for trunk/dports


Ignore:
Timestamp:
Jun 12, 2010, 6:04:26 PM (14 years ago)
Author:
ryandesign@…
Message:

BiggerSQL: update to 1.3.9; see #15634

Location:
trunk/dports/aqua/BiggerSQL
Files:
2 added
1 edited

Legend:

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

    r57375 r68758  
     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
    45PortGroup               xcode 1.0
     6PortGroup               archcheck 1.0
    57
    68name                    BiggerSQL
    7 version                 1.3.8
     9version                 1.3.9
    810categories              aqua databases
    911maintainers             nomaintainer
     
    2022homepage                http://homepage.mac.com/levanj/Cocoa/
    2123master_sites    ${homepage}programs/
    22 extract.suffix  .tgz
     24use_dmg                 yes
    2325
    24 checksums               md5 3efd182ff810d6bceae5b2486bd25c85 \
    25                                 sha1 3a8cee4e4009bff0c8c2a7a19b4815f61b780c04 \
    26                                 rmd160 9d6a68dae8ae7f5f92abb8f5cce086e35bd28b26
     26checksums               md5     9fcaec183ecf9f147c9b902ce65af793 \
     27                                sha1    e0d4c44874b46ecea48cd2559e2fd19cfb36bf3e \
     28                                rmd160  33d11bc835d2c74eddfc9fb4898c1bcb4b959d51
    2729
    28 worksrcdir              ${name}
     30worksrcdir              ${worksrcdir}/${name} Source
    2931
    3032set pgglob [glob -directory ${prefix}/lib -nocomplain -tails postgresql*]
     
    3234        set postgresql  [lindex ${pgglob} end]
    3335} else {
    34         set postgresql  postgresql82
     36        set postgresql  postgresql84
    3537}
    3638
    3739set pglibdir ${prefix}/lib/${postgresql}
    3840depends_lib path:${pglibdir}:${postgresql}
     41archcheck.files lib/${postgresql}/libpq.a
     42
     43patchfiles              patch-project.pbxproj.diff
    3944
    4045post-patch {
    4146        foreach {subdir} {include lib} {
    4247                reinplace "s|/usr/local/pgsql/${subdir}|${prefix}/${subdir}/${postgresql}|" \
    43                         ${worksrcpath}/${name}.xcode/project.pbxproj
     48                        ${worksrcpath}/${name}.xcodeproj/project.pbxproj
    4449        }
    4550}
    4651
     52# Uses Carbon QuickTime functions?
    4753universal_variant no
     54supported_archs ppc i386
    4855
    4956livecheck.type  regex
Note: See TracChangeset for help on using the changeset viewer.