diff options
author | rm <rm@FreeBSD.org> | 2014-02-17 02:35:45 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-02-17 02:35:45 +0800 |
commit | a99cc3468490950d67bdb90d76efe9382799714e (patch) | |
tree | f236eeb7864938b01442ea62ce1202a9145a6ccd | |
parent | 64cfb08337427340694dd84db70df2c384110fd8 (diff) | |
download | freebsd-ports-gnome-a99cc3468490950d67bdb90d76efe9382799714e.tar.gz freebsd-ports-gnome-a99cc3468490950d67bdb90d76efe9382799714e.tar.zst freebsd-ports-gnome-a99cc3468490950d67bdb90d76efe9382799714e.zip |
- unbreak by update to latest version: 1.6.3
- remove patches, applied upstream
PR: 186810
Submitted by: Matthew Rezny <matthew@reztek.cz>
Approved by: Javad Kouhi <javad.kouhi@gmail.com> (maintainer)
-rw-r--r-- | www/qupzilla/Makefile | 4 | ||||
-rw-r--r-- | www/qupzilla/distinfo | 4 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__main__main.cpp | 29 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc | 10 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc | 26 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc | 18 | ||||
-rw-r--r-- | www/qupzilla/pkg-descr | 2 | ||||
-rw-r--r-- | www/qupzilla/pkg-plist | 2 |
8 files changed, 5 insertions, 90 deletions
diff --git a/www/qupzilla/Makefile b/www/qupzilla/Makefile index 9f7d04299963..c5d240fbcf9e 100644 --- a/www/qupzilla/Makefile +++ b/www/qupzilla/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.3 CATEGORIES= www MASTER_SITES= http://www.qupzilla.com/uploads/ DISTNAME= QupZilla-${PORTVERSION} @@ -11,8 +11,6 @@ COMMENT= Modern web browser based on WebKit core and Qt Framework LICENSE= GPLv3 -BROKEN= Fetch fails - LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo diff --git a/www/qupzilla/distinfo b/www/qupzilla/distinfo index e52c09d688a7..766009181e8c 100644 --- a/www/qupzilla/distinfo +++ b/www/qupzilla/distinfo @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.6.1.tar.gz) = 24fc9a90a9991178a935ab0f5ad2091c52729b08cfd6d8f26f92fef5c0386960 -SIZE (QupZilla-1.6.1.tar.gz) = 4646566 +SHA256 (QupZilla-1.6.3.tar.gz) = ba69b4bb9f9644fcff5945a0b692e6db877e57c2b9d948a7f57ecfcd4a86f7a0 +SIZE (QupZilla-1.6.3.tar.gz) = 5087827 diff --git a/www/qupzilla/files/patch-src__main__main.cpp b/www/qupzilla/files/patch-src__main__main.cpp deleted file mode 100644 index 5f619199ef23..000000000000 --- a/www/qupzilla/files/patch-src__main__main.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- src/main/main.cpp.orig 2014-01-26 19:33:25.000000000 +0100 -+++ src/main/main.cpp 2014-01-30 21:21:44.272275856 +0100 -@@ -21,7 +21,7 @@ - #include <QMessageBox> // For QT_REQUIRE_VERSION - #include <iostream> - --#if defined(Q_OS_LINUX) || defined(__GLIBC__) -+#if defined(Q_OS_LINUX) || defined(__FreeBSD__) - #include <signal.h> - #include <execinfo.h> - -@@ -111,7 +111,7 @@ - break; - } - } --#endif // defined(Q_OS_LINUX) || defined(__GLIBC__) -+#endif // defined(Q_OS_LINUX) || defined(__FreeBSD__) - - #ifndef Q_OS_WIN - #if (QT_VERSION < 0x050000) -@@ -175,7 +175,7 @@ - QApplication::setGraphicsSystem("raster"); // Better overall performance on X11 - #endif - --#if defined(Q_OS_LINUX) || defined(__GLIBC__) -+#if defined(Q_OS_LINUX) || defined(__FreeBSD__) - signal(SIGSEGV, qupzilla_signal_handler); - signal(SIGPIPE, qupzilla_signal_handler); - #endif diff --git a/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc b/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc deleted file mode 100644 index 9284bf8ae747..000000000000 --- a/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/plugins/MouseGestures/mousegestures.qrc.orig 2014-01-26 19:33:25.000000000 +0100 -+++ src/plugins/MouseGestures/mousegestures.qrc 2014-02-03 22:48:45.660367126 +0100 -@@ -22,7 +22,6 @@ - <file>locale/fr_FR.qm</file> - <file>locale/gl_ES.qm</file> - <file>locale/he_IL.qm</file> -- <file>locale/hu_HU.qm</file> - <file>locale/id_ID.qm</file> - <file>locale/it_IT.qm</file> - <file>locale/ja_JP.qm</file> diff --git a/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc b/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc deleted file mode 100644 index f5b1c8f13276..000000000000 --- a/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc +++ /dev/null @@ -1,26 +0,0 @@ ---- src/plugins/PIM/PIM_res.qrc.orig 2014-01-26 19:33:25.000000000 +0100 -+++ src/plugins/PIM/PIM_res.qrc 2014-02-03 22:31:28.197431760 +0100 -@@ -12,23 +12,19 @@ - <file>locale/fr_FR.qm</file> - <file>locale/gl_ES.qm</file> - <file>locale/he_IL.qm</file> -- <file>locale/hu_HU.qm</file> - <file>locale/id_ID.qm</file> - <file>locale/it_IT.qm</file> - <file>locale/ja_JP.qm</file> -- <file>locale/ka_GE.qm</file> - <file>locale/nl_NL.qm</file> - <file>locale/pl_PL.qm</file> - <file>locale/pt_BR.qm</file> - <file>locale/pt_PT.qm</file> -- <file>locale/ro_RO.qm</file> - <file>locale/ru_RU.qm</file> - <file>locale/sk_SK.qm</file> - <file>locale/sr_BA.qm</file> - <file>locale/sr_BA@latin.qm</file> - <file>locale/sr_RS.qm</file> - <file>locale/sr_RS@latin.qm</file> -- <file>locale/sv_SE.qm</file> - <file>locale/tr_TR.qm</file> - <file>locale/uk_UA.qm</file> - <file>locale/zh_CN.qm</file> diff --git a/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc b/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc deleted file mode 100644 index 2b93b63a6d18..000000000000 --- a/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc +++ /dev/null @@ -1,18 +0,0 @@ ---- src/plugins/TestPlugin/testplugin.qrc.orig 2014-01-26 19:33:25.000000000 +0100 -+++ src/plugins/TestPlugin/testplugin.qrc 2014-02-03 22:50:24.248343569 +0100 -@@ -10,7 +10,6 @@ - <file>locale/fr_FR.qm</file> - <file>locale/gl_ES.qm</file> - <file>locale/he_IL.qm</file> -- <file>locale/hu_HU.qm</file> - <file>locale/id_ID.qm</file> - <file>locale/it_IT.qm</file> - <file>locale/ja_JP.qm</file> -@@ -18,7 +17,6 @@ - <file>locale/nl_NL.qm</file> - <file>locale/pl_PL.qm</file> - <file>locale/pt_BR.qm</file> -- <file>locale/pt_PT.qm</file> - <file>locale/ro_RO.qm</file> - <file>locale/ru_RU.qm</file> - <file>locale/sk_SK.qm</file> diff --git a/www/qupzilla/pkg-descr b/www/qupzilla/pkg-descr index 030ffeb52932..56fee3c375b1 100644 --- a/www/qupzilla/pkg-descr +++ b/www/qupzilla/pkg-descr @@ -16,4 +16,4 @@ developed or very unstable and miss important features. But there is missing a multiplatform, modern and actively developed browser. QupZilla is trying to fill this gap by providing a very stable browsing experience. -WWW: http://www.qupzilla.com +WWW: http://www.qupzilla.com/ diff --git a/www/qupzilla/pkg-plist b/www/qupzilla/pkg-plist index d5d9bdb1cbd0..45192c37e36e 100644 --- a/www/qupzilla/pkg-plist +++ b/www/qupzilla/pkg-plist @@ -2,7 +2,7 @@ bin/qupzilla lib/libQupZilla.so lib/libQupZilla.so.1 lib/libQupZilla.so.1.6 -lib/libQupZilla.so.1.6.1 +lib/libQupZilla.so.1.6.3 lib/qupzilla/libAccessKeysNavigation.so lib/qupzilla/libGreaseMonkey.so lib/qupzilla/libMouseGestures.so |