Index: head/net-im/hotot/Makefile =================================================================== --- head/net-im/hotot/Makefile (revision 317930) +++ head/net-im/hotot/Makefile (revision 317931) @@ -1,72 +1,72 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= hotot -PORTVERSION= 0.9.8.13 +PORTVERSION= 0.9.8.14 CATEGORIES= net-im www MAINTAINER= danfe@FreeBSD.org COMMENT= Lightweight, flexible microblogging client LICENSE= LGPL3 USE_GITHUB= yes GH_ACCOUNT= lyricat GH_PROJECT= Hotot GH_TAGNAME= master -GH_COMMIT= e0c78bf +GH_COMMIT= 1f68d33 USES= cmake gettext USE_PYTHON= yes USE_GNOME= intltool INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include # does not uphold CPPFLAGS OPTIONS_DEFINE= GTK2 QT4 KDE4 OPTIONS_DEFAULT= GTK2 QT4 KDE4_DESC= KDE 4 integration (implies Qt 4) .include .if ${PORT_OPTIONS:MGTK2} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/webkit/__init__.py:${PORTSDIR}/www/py-webkitgtk \ ${PYTHON_SITELIBDIR}/keybinder/__init__.py:${PORTSDIR}/x11/keybinder PLIST_SUB+= GTK2="" .else CMAKE_ARGS+= -DWITH_GTK=off PLIST_SUB+= GTK2="@comment " .endif .if ${PORT_OPTIONS:MQT4} || ${PORT_OPTIONS:MKDE4} USE_QT4= moc_build qmake_build rcc_build uic_build \ corelib gui sql webkit PLIST_SUB+= QT4="" .else CMAKE_ARGS+= -DWITH_QT=off INSTALL_TARGET= install PLIST_SUB+= QT4="@comment " .endif .if ${PORT_OPTIONS:MKDE4} USE_KDE4= automoc4 kdelibs .else CMAKE_ARGS+= -DWITH_KDE=off .endif post-patch: # Fix hardcoded platform name (it is not always Linux) @${REINPLACE_CMD} -e 's,Linux,${OPSYS},' ${WRKSRC}/data/js/conf.js \ ${WRKSRC}/data/js/util.js ${WRKSRC}/qt/mainwindow.cpp # Strip shlib versions from the library filenames @${REINPLACE_CMD} -E 's,so\.[0-9]+,so,' ${WRKSRC}/hotot/utils.py # Remove `sourceid' parameter from Google search string @${REINPLACE_CMD} -e 's,sourceid=chrome&,,' \ ${WRKSRC}/data/js/ui.context_menu.js # Sanitize font selection list and correct version @${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/ ; /version/s,11,${PORTVERSION:E}," \ ${WRKSRC}/data/js/conf.js # Remove stale backup files (prevent pkg-plist pollution) @${FIND} ${WRKSRC} -type f -name '*.bak' -delete .include Index: head/net-im/hotot/distinfo =================================================================== --- head/net-im/hotot/distinfo (revision 317930) +++ head/net-im/hotot/distinfo (revision 317931) @@ -1,2 +1,2 @@ -SHA256 (hotot-0.9.8.13.tar.gz) = 64c91ca2119baca9bba4117b0b81250b9ba68b3eed57a883469e82691d602234 -SIZE (hotot-0.9.8.13.tar.gz) = 1231377 +SHA256 (hotot-0.9.8.14.tar.gz) = 144ee6ce7e43cac6ba9b45b355b21d3d343bd83bf63273de22dcef892f7a29a4 +SIZE (hotot-0.9.8.14.tar.gz) = 1234375