Ticket #26565: tora.2.1.3.diff

File tora.2.1.3.diff, 2.1 KB (added by petr@…, 14 years ago)
  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 67826 2010-05-19 01:16:15Z ryandesign@macports.org $
     2# $Id: Portfile 67615 2010-05-15 06:58:53Z ryandesign@macports.org $
    33
    44PortSystem              1.0
    55
    66name                    TOra
    7 version                 2.1.2
     7version                 2.1.3
     8#revision                1
    89description             GUI tool for Oracle, PostgreSQL, and MySQL
    910long_description        Database developer/DBA frontend for various DB servers.
    1011maintainers             scribus.info:petr
     
    1415master_sites            sourceforge:tora
    1516distname                tora-${version}
    1617
    17 checksums               md5     2b49bbe9f4dc83ce33a22e888575ea73 \
    18                         sha1    7bffbc9dc6d0e0f292502e4cffa098d3585db289 \
    19                         rmd160  23cf84518d97f31244c6c86c7f0f0bcf95025966
     18checksums           md5     ea4a75a9daeaf58492413e3f7fe40293 \
     19                    sha1    d33ea3bafb09c5382ef4e0cb0e8ca4ed848a9155 \
     20                    rmd160  084d90c94184939e24ac94109ff7940a33bed1d7
    2021
    2122depends_build           port:cmake
    2223
     
    2526# to spot qt4-mac's dependencies' version bumps.
    2627depends_lib             port:postgresql83 \
    2728                        port:qt4-mac \
     29                        port:qscintilla \
    2830                        port:oracle-instantclient
    29 #                        port:qscintilla
    3031
    3132patchfiles              patch-osx_tools-Info.plist.in.diff
    3233
     
    4344                        -DWANT_BUNDLE=1 \
    4445                        -DWANT_BUNDLE_STANDALONE=1 \
    4546                        -DWANT_RPM=0 \
    46                         -DWANT_INTERNAL_QSCINTILLA=1 \
     47                        -DWANT_INTERNAL_QSCINTILLA=0 \
    4748                        -DENABLE_DB2=0 \
    4849                        -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake .
    4950