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 1 1 # -*- 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 67 826 2010-05-19 01:16:15Z ryandesign@macports.org $2 # $Id: Portfile 67615 2010-05-15 06:58:53Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name TOra 7 version 2.1.2 7 version 2.1.3 8 #revision 1 8 9 description GUI tool for Oracle, PostgreSQL, and MySQL 9 10 long_description Database developer/DBA frontend for various DB servers. 10 11 maintainers scribus.info:petr … … 14 15 master_sites sourceforge:tora 15 16 distname tora-${version} 16 17 17 checksums md5 2b49bbe9f4dc83ce33a22e888575ea73 \18 sha1 7bffbc9dc6d0e0f292502e4cffa098d3585db289\19 rmd160 23cf84518d97f31244c6c86c7f0f0bcf9502596618 checksums md5 ea4a75a9daeaf58492413e3f7fe40293 \ 19 sha1 d33ea3bafb09c5382ef4e0cb0e8ca4ed848a9155 \ 20 rmd160 084d90c94184939e24ac94109ff7940a33bed1d7 20 21 21 22 depends_build port:cmake 22 23 … … 25 26 # to spot qt4-mac's dependencies' version bumps. 26 27 depends_lib port:postgresql83 \ 27 28 port:qt4-mac \ 29 port:qscintilla \ 28 30 port:oracle-instantclient 29 # port:qscintilla30 31 31 32 patchfiles patch-osx_tools-Info.plist.in.diff 32 33 … … 43 44 -DWANT_BUNDLE=1 \ 44 45 -DWANT_BUNDLE_STANDALONE=1 \ 45 46 -DWANT_RPM=0 \ 46 -DWANT_INTERNAL_QSCINTILLA= 1\47 -DWANT_INTERNAL_QSCINTILLA=0 \ 47 48 -DENABLE_DB2=0 \ 48 49 -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake . 49 50