mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 2.1.3
PR: ports/151877 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
This commit is contained in:
parent
cd54b75856
commit
e06bb5a60b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264262
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tora
|
||||
DISTVERSION= 2.1.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= SF
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (tora-2.1.2.tar.gz) = 2b49bbe9f4dc83ce33a22e888575ea73
|
||||
SHA256 (tora-2.1.2.tar.gz) = 26eb8bf379be3f5d677b338a9bf422f705da2cb3455114a1838bc9929522b911
|
||||
SIZE (tora-2.1.2.tar.gz) = 12053942
|
||||
SHA256 (tora-2.1.3.tar.gz) = ecabb2f181d1fefe8c1c401f14e1fea80b49fc6bc7963ef9f202821a626e619b
|
||||
SIZE (tora-2.1.3.tar.gz) = 12284451
|
||||
|
@ -1,11 +1,19 @@
|
||||
--- src/Makefile.am.orig 2008-11-03 21:32:20.000000000 +0100
|
||||
+++ src/Makefile.am 2009-05-07 19:59:17.554226281 +0200
|
||||
@@ -35,7 +35,7 @@
|
||||
--- src/Makefile.am.orig 2010-09-19 20:07:44.000000000 +0200
|
||||
+++ src/Makefile.am 2010-11-01 23:01:57.000000000 +0100
|
||||
@@ -37,7 +37,7 @@
|
||||
# fix for annoying automake naming problems.
|
||||
tora_CXXFLAGS = $(AM_CXXFLAGS)
|
||||
|
||||
-tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(@TORA_LINK_OTHERS@)
|
||||
+tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
|
||||
-tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(TERADATA_LIBS) $(@TORA_LINK_OTHERS@)
|
||||
+tora_LDADD = $(ORACLE_LIBS) $(PQ_LIBS) $(TERADATA_LIBS) $(@TORA_LINK_OTHERS@) $(LIBCOMPAT)
|
||||
|
||||
if HAVE_ORACLE
|
||||
EXTRA_ORACLE_MONO_SOURCE = tooracleconnection.cpp tooraclesetting.h \
|
||||
@@ -439,6 +439,7 @@
|
||||
moc_tobrowserdblinkswidget.cpp \
|
||||
moc_tobrowserdirectorieswidget.cpp \
|
||||
moc_toresultgrants.cpp \
|
||||
+ moc_toawr.cpp \
|
||||
docklets/moc_toviewdirectory.cpp \
|
||||
docklets/moc_toviewconnections.cpp \
|
||||
ui_toaboutui.h \
|
||||
|
@ -42,6 +42,7 @@ lib/tora_toad.qm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/images/editmenu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/images/editor.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/images/editor_syntax.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/images/exporttofile.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/images/filemenu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/images/fonts.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/help/images/getparam.png
|
||||
|
Loading…
Reference in New Issue
Block a user