Date: Thu, 22 Dec 2016 20:13:27 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429180 - head/x11/libfm-qt Message-ID: <201612222013.uBMKDR8r020910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Thu Dec 22 20:13:27 2016 New Revision: 429180 URL: https://svnweb.freebsd.org/changeset/ports/429180 Log: Update to 0.11.2 Modified: head/x11/libfm-qt/Makefile head/x11/libfm-qt/distinfo head/x11/libfm-qt/pkg-plist Modified: head/x11/libfm-qt/Makefile ============================================================================== --- head/x11/libfm-qt/Makefile Thu Dec 22 19:30:42 2016 (r429179) +++ head/x11/libfm-qt/Makefile Thu Dec 22 20:13:27 2016 (r429180) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= libfm-qt -PORTVERSION= 0.11.1 +PORTVERSION= 0.11.2 CATEGORIES= x11 -MASTER_SITES= LXQT/${PORTNAME} +#MASTER_SITES= LXQT/${PORTNAME} +MASTER_SITES= https://github.com/lxde/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= olivierd@FreeBSD.org COMMENT= Qt port of libfm @@ -16,10 +17,10 @@ LIB_DEPENDS= libfm.so:x11/libfm \ USES= cmake:outsource compiler:c++11-lib gettext-runtime lxqt pkgconfig \ tar:xz -USE_QT5= buildtools_build qmake_build core gui widgets \ +USE_QT5= buildtools_build qmake_build core gui linguisttools widgets \ x11extras USE_GNOME= glib20 USE_XORG= xcb -USE_LXQT= lxqt +USE_LXQT= buildtools .include <bsd.port.mk> Modified: head/x11/libfm-qt/distinfo ============================================================================== --- head/x11/libfm-qt/distinfo Thu Dec 22 19:30:42 2016 (r429179) +++ head/x11/libfm-qt/distinfo Thu Dec 22 20:13:27 2016 (r429180) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474726971 -SHA256 (lxqt/libfm-qt-0.11.1.tar.xz) = 69f3f2564471272a0ccc8f1958d8f4f520a5a9fad9a6b99bb29f17fab8480578 -SIZE (lxqt/libfm-qt-0.11.1.tar.xz) = 127624 +TIMESTAMP = 1482350725 +SHA256 (lxqt/libfm-qt-0.11.2.tar.xz) = d6154760fd89eea9c4f87acce4c8c692852229ed8d5bbaf25f4a8517024f74fd +SIZE (lxqt/libfm-qt-0.11.2.tar.xz) = 130456 Modified: head/x11/libfm-qt/pkg-plist ============================================================================== --- head/x11/libfm-qt/pkg-plist Thu Dec 22 19:30:42 2016 (r429179) +++ head/x11/libfm-qt/pkg-plist Thu Dec 22 20:13:27 2016 (r429180) @@ -1,6 +1,5 @@ include/libfm-qt/appchoosercombobox.h include/libfm-qt/appchooserdialog.h -include/libfm-qt/appinfo.h include/libfm-qt/applaunchcontext.h include/libfm-qt/appmenuview.h include/libfm-qt/appmenuview_p.h @@ -32,9 +31,6 @@ include/libfm-qt/filemenu_p.h include/libfm-qt/fileoperation.h include/libfm-qt/fileoperationdialog.h include/libfm-qt/fileopsjob.h -include/libfm-qt/fileopsjobchangeattr.h -include/libfm-qt/fileopsjobdelete.h -include/libfm-qt/fileopsjobxfer.h include/libfm-qt/filepropsdialog.h include/libfm-qt/filesearchdialog.h include/libfm-qt/fm-qt_export.h @@ -55,12 +51,13 @@ include/libfm-qt/libfmqt.h include/libfm-qt/libfmqtglobals.h include/libfm-qt/list.h include/libfm-qt/mimetype.h -include/libfm-qt/monitor.h include/libfm-qt/mountoperation.h include/libfm-qt/mountoperationpassworddialog_p.h include/libfm-qt/mountoperationquestiondialog_p.h include/libfm-qt/navhistory.h include/libfm-qt/path.h +include/libfm-qt/pathbar.h +include/libfm-qt/pathbar_p.h include/libfm-qt/pathedit.h include/libfm-qt/pathedit_p.h include/libfm-qt/placesmodel.h @@ -69,7 +66,6 @@ include/libfm-qt/placesview.h include/libfm-qt/proxyfoldermodel.h include/libfm-qt/renamedialog.h include/libfm-qt/sidepane.h -include/libfm-qt/simplejob.h include/libfm-qt/templates.h include/libfm-qt/terminal.h include/libfm-qt/thumbnailer.h @@ -80,7 +76,7 @@ include/libfm-qt/utils.h include/libfm-qt/xdndworkaround.h lib/libfm-qt.so lib/libfm-qt.so.3 -lib/libfm-qt.so.3.0.0 +lib/libfm-qt.so.3.1.0 libdata/pkgconfig/libfm-qt.pc share/cmake/fm-qt/fm-qt-config-version.cmake share/cmake/fm-qt/fm-qt-config.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612222013.uBMKDR8r020910>