Date: Sun, 16 Feb 2014 18:35:45 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344618 - in head/www/qupzilla: . files Message-ID: <201402161835.s1GIZj4K078462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Feb 16 18:35:45 2014 New Revision: 344618 URL: http://svnweb.freebsd.org/changeset/ports/344618 QAT: https://qat.redports.org/buildarchive/r344618/ Log: - 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) Deleted: head/www/qupzilla/files/patch-src__main__main.cpp head/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc head/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc head/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc Modified: head/www/qupzilla/Makefile head/www/qupzilla/distinfo head/www/qupzilla/pkg-descr head/www/qupzilla/pkg-plist Modified: head/www/qupzilla/Makefile ============================================================================== --- head/www/qupzilla/Makefile Sun Feb 16 18:32:48 2014 (r344617) +++ head/www/qupzilla/Makefile Sun Feb 16 18:35:45 2014 (r344618) @@ -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 Web LICENSE= GPLv3 -BROKEN= Fetch fails - LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo Modified: head/www/qupzilla/distinfo ============================================================================== --- head/www/qupzilla/distinfo Sun Feb 16 18:32:48 2014 (r344617) +++ head/www/qupzilla/distinfo Sun Feb 16 18:35:45 2014 (r344618) @@ -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 Modified: head/www/qupzilla/pkg-descr ============================================================================== --- head/www/qupzilla/pkg-descr Sun Feb 16 18:32:48 2014 (r344617) +++ head/www/qupzilla/pkg-descr Sun Feb 16 18:35:45 2014 (r344618) @@ -16,4 +16,4 @@ developed or very unstable and miss impo 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/ Modified: head/www/qupzilla/pkg-plist ============================================================================== --- head/www/qupzilla/pkg-plist Sun Feb 16 18:32:48 2014 (r344617) +++ head/www/qupzilla/pkg-plist Sun Feb 16 18:35:45 2014 (r344618) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161835.s1GIZj4K078462>