Date: Wed, 29 Jun 2016 16:03:04 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417778 - in head: devel/libsearpc net-mgmt/seafile net-mgmt/seafile-gui www/libevhtp Message-ID: <201606291603.u5TG34X6081584@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Jun 29 16:03:04 2016 New Revision: 417778 URL: https://svnweb.freebsd.org/changeset/ports/417778 Log: net-mgmt/seafile-gui: 5.1.1 -> 5.1.2 with additional fixes in deps devel/libsearpc: add USES=gettext net-mgmt/seafile: add deps devel/libevent2, misc/e2fsprogs-libuuid, devel/jansson, USES=gettext www/libevhtp: remove option REGEX - Add context menu to view file history in web - Fix user auto-completion in folder sharing dialog - Fix tray icon not shown in KDE 5 https://github.com/haiwen/seafile-client/issues/697 PR: 210165 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/devel/libsearpc/Makefile head/net-mgmt/seafile-gui/Makefile head/net-mgmt/seafile-gui/distinfo head/net-mgmt/seafile/Makefile head/www/libevhtp/Makefile head/www/libevhtp/pkg-plist Modified: head/devel/libsearpc/Makefile ============================================================================== --- head/devel/libsearpc/Makefile Wed Jun 29 15:36:25 2016 (r417777) +++ head/devel/libsearpc/Makefile Wed Jun 29 16:03:04 2016 (r417778) @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= haiwen GH_TAGNAME= v3.0-latest -USES= autoreconf libtool pathfix pkgconfig python:2 +USES= autoreconf gettext libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am Modified: head/net-mgmt/seafile-gui/Makefile ============================================================================== --- head/net-mgmt/seafile-gui/Makefile Wed Jun 29 15:36:25 2016 (r417777) +++ head/net-mgmt/seafile-gui/Makefile Wed Jun 29 16:03:04 2016 (r417778) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seafile-gui -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt devel @@ -16,13 +16,16 @@ LIB_DEPENDS= libglib-2.0.so:devel/glib20 libseafile.so:net-mgmt/seafile \ libsqlite3.so:databases/sqlite3 \ libccnet.so:net-mgmt/ccnet \ - libjansson.so:devel/jansson + libjansson.so:devel/jansson \ + libevent.so:devel/libevent2 \ + libuuid.so:misc/e2fsprogs-libuuid USE_GITHUB= yes GH_ACCOUNT= haiwen GH_PROJECT= seafile-client +GH_TAGNAME= 1a63e1f -USES= compiler:c++11-lang cmake pkgconfig shebangfix +USES= compiler:c++11-lang cmake gettext pkgconfig shebangfix SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \ scripts/*.py USE_OPENSSL= yes Modified: head/net-mgmt/seafile-gui/distinfo ============================================================================== --- head/net-mgmt/seafile-gui/distinfo Wed Jun 29 15:36:25 2016 (r417777) +++ head/net-mgmt/seafile-gui/distinfo Wed Jun 29 16:03:04 2016 (r417778) @@ -1,2 +1,3 @@ -SHA256 (haiwen-seafile-client-v5.1.1_GH0.tar.gz) = 0148cbdb97dcd58e6ebec738c8f6bc476192f0b9156f0783199f1213c4d0322f -SIZE (haiwen-seafile-client-v5.1.1_GH0.tar.gz) = 2123048 +TIMESTAMP = 1465610426 +SHA256 (haiwen-seafile-client-v5.1.2-1a63e1f_GH0.tar.gz) = 1f4935a3a5384db04cf8d4d8209bfc9104f5ae7e33ca7dacd883bfccc7633fbc +SIZE (haiwen-seafile-client-v5.1.2-1a63e1f_GH0.tar.gz) = 2129747 Modified: head/net-mgmt/seafile/Makefile ============================================================================== --- head/net-mgmt/seafile/Makefile Wed Jun 29 15:36:25 2016 (r417777) +++ head/net-mgmt/seafile/Makefile Wed Jun 29 16:03:04 2016 (r417778) @@ -18,15 +18,19 @@ LIB_DEPENDS= libsearpc.so:devel/libsearp libzdb.so:databases/libzdb \ libcurl.so:ftp/curl \ libinotify.so:devel/libinotify \ - libccnet.so:net-mgmt/ccnet + libccnet.so:net-mgmt/ccnet \ + libevent.so:devel/libevent2 \ + libuuid.so:misc/e2fsprogs-libuuid \ + libjansson.so:devel/jansson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= haiwen -USES= autoreconf iconv libarchive libtool mysql pathfix pkgconfig python:-2.7 \ - shebangfix +USES= autoreconf gettext iconv libarchive libtool mysql pathfix \ + pkgconfig python:-2.7 shebangfix sqlite +USE_GNOME= glib20 SHEBANG_FILES= scripts/*.sh scripts/upgrade/*.sh tests/*.py tests/basic/*.sh \ tests/sync-auto-test/*.template *.sh scripts/build/*.py \ scripts/*.py *.py scripts/upgrade/*.py app/seaf-cli \ Modified: head/www/libevhtp/Makefile ============================================================================== --- head/www/libevhtp/Makefile Wed Jun 29 15:36:25 2016 (r417777) +++ head/www/libevhtp/Makefile Wed Jun 29 16:03:04 2016 (r417778) @@ -2,7 +2,7 @@ PORTNAME= libevhtp PORTVERSION= 1.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ultima1252@gmail.com @@ -23,17 +23,14 @@ CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=in PLIST_SUB+= PORTVERSION=${PORTVERSION} -OPTIONS_DEFINE= SSL THREADS REGEX STATIC DEBUG -OPTIONS_DEFAULT=SSL THREADS REGEX +OPTIONS_DEFINE= SSL THREADS STATIC DEBUG +OPTIONS_DEFAULT=SSL THREADS OPTIONS_SUB= yes SSL_CMAKE_ON= -DEVHTP_DISABLE_SSL:STRING=OFF SSL_CMAKE_OFF= -DEVHTP_DISABLE_SSL:STRING=ON THREADS_CMAKE_ON= -DEVHTP_DISABLE_EVTHR:STRING=OFF THREADS_CMAKE_OFF= -DEVHTP_DISABLE_EVTHR:STRING=ON -REGEX_CMAKE_ON= -DEVHTP_DISABLE_REGEX:STRING=OFF -REGEX_CMAKE_OFF= -DEVHTP_DISABLE_REGEX:STRING=ON -REGEX_DESC= Enable regex support STATIC_CMAKE_ON= -DEVHTP_BUILD_SHARED:STRING=OFF STATIC_CMAKE_OFF= -DEVHTP_BUILD_SHARED:STRING=ON Modified: head/www/libevhtp/pkg-plist ============================================================================== --- head/www/libevhtp/pkg-plist Wed Jun 29 15:36:25 2016 (r417777) +++ head/www/libevhtp/pkg-plist Wed Jun 29 16:03:04 2016 (r417778) @@ -4,6 +4,6 @@ include/evhtp/htparse.h libdata/pkgconfig/evhtp.pc %%NO_STATIC%%lib/libevhtp.so %%NO_STATIC%%lib/libevhtp.so.%%PORTVERSION%% -%%REGEX%%include/evhtp/onigposix.h +include/evhtp/onigposix.h %%THREADS%%include/evhtp/evthr.h %%STATIC%%lib/libevhtp.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606291603.u5TG34X6081584>