Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
Author: madpilot Date: Mon Apr 22 18:03:25 2013 New Revision: 316252 URL: http://svnweb.freebsd.org/changeset/ports/316252 Log: - Update to 1.4.1 PR: ports/178011 Submitted by: Javad Kouhi <javad.kouhi@gmail.com> Modified: head/www/qupzilla/Makefile (contents, props changed) head/www/qupzilla/distinfo (contents, props changed) head/www/qupzilla/pkg-plist (contents, props changed) Modified: head/www/qupzilla/Makefile ============================================================================== --- head/www/qupzilla/Makefile Mon Apr 22 18:00:46 2013 (r316251) +++ head/www/qupzilla/Makefile Mon Apr 22 18:03:25 2013 (r316252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= www MASTER_SITES= http://www.qupzilla.com/uploads/ DISTNAME= QupZilla-${PORTVERSION} @@ -11,6 +11,8 @@ COMMENT= Modern web browser based on Web LICENSE= GPLv3 +LIB_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell + HAS_CONFIGURE= yes USE_QT4= gui moc_build qmake_build rcc_build uic_build webkit \ dbus xml script sql network imageformats linguist_build @@ -23,10 +25,10 @@ do-configure: ${QMAKE} ${QMAKEFLAGS} QupZilla.pro post-patch: - @${REINPLACE_CMD} -e 's|/usr/|${LOCALBASE}/|g' \ + @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/tests/autotests/qztoolstest.cpp \ ${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp - @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \ + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ ${WRKSRC}/src/install.pri .include <bsd.port.mk> Modified: head/www/qupzilla/distinfo ============================================================================== --- head/www/qupzilla/distinfo Mon Apr 22 18:00:46 2013 (r316251) +++ head/www/qupzilla/distinfo Mon Apr 22 18:03:25 2013 (r316252) @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.4.0.tar.gz) = c17a22ffda3d6d9794472207787808f0b318c19b78687dba670af35543af7a5f -SIZE (QupZilla-1.4.0.tar.gz) = 3990320 +SHA256 (QupZilla-1.4.1.tar.gz) = 9aa6ee14b025dcc2b1ed9bfed4cc340c222ee1ee243e105da304f3f47ba48b4d +SIZE (QupZilla-1.4.1.tar.gz) = 3948318 Modified: head/www/qupzilla/pkg-plist ============================================================================== --- head/www/qupzilla/pkg-plist Mon Apr 22 18:00:46 2013 (r316251) +++ head/www/qupzilla/pkg-plist Mon Apr 22 18:03:25 2013 (r316252) @@ -1,14 +1,14 @@ bin/qupzilla -etc/bash_completion.d/bash_completion.sh lib/libQupZilla.so lib/libQupZilla.so.1 lib/libQupZilla.so.1.4 -lib/libQupZilla.so.1.4.0 +lib/libQupZilla.so.1.4.1 lib/qupzilla/libAccessKeysNavigation.so lib/qupzilla/libGreaseMonkey.so lib/qupzilla/libMouseGestures.so lib/qupzilla/libPIM.so share/applications/qupzilla.desktop +share/bash-completion/completions/qupzilla share/icons/hicolor/128x128/apps/qupzilla.png share/icons/hicolor/16x16/apps/qupzilla.png share/icons/hicolor/256x256/apps/qupzilla.png @@ -273,5 +273,6 @@ share/qupzilla/themes/windows/windows.cs @dirrmtry share/icons/hicolor/128x128 @dirrmtry share/icons/hicolor @dirrmtry share/icons +@dirrmtry share/bash-completion/completions +@dirrmtry share/bash-completion @dirrmtry share/applications -@dirrmtry etc/bash_completion.d _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!