mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928
24 lines
633 B
Prolog
24 lines
633 B
Prolog
--- UniversalIndentGUI.pro.orig 2018-02-16 21:30:56 UTC
|
|
+++ UniversalIndentGUI.pro
|
|
@@ -23,7 +23,7 @@ macx {
|
|
ICON = resources/UniversalIndentGUI.icns
|
|
}
|
|
else {
|
|
- LIBS += -lqscintilla2
|
|
+ LIBS += -lqscintilla2_qt4
|
|
}
|
|
|
|
CONFIG(release, debug|release) {
|
|
@@ -37,10 +37,10 @@ macx:pipe2nul = "&> /dev/null"
|
|
##########################
|
|
message(Updating language files)
|
|
lupdate = lupdate
|
|
-unix:lupdate = lupdate-qt4
|
|
+unix:lupdate = lupdate
|
|
macx:lupdate = lupdate
|
|
lrelease = lrelease
|
|
-unix:lrelease = lrelease-qt4
|
|
+unix:lrelease = lrelease
|
|
macx:lrelease = lrelease
|
|
# Update translation files
|
|
message ( Updating universalindent.ts )
|