summaryrefslogtreecommitdiff
path: root/net-mgmt/seafile-gui
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-08-15 23:43:24 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-08-15 23:43:24 +0000
commit83e65f87f8e72d314bba417c5d28385a663ee4e3 (patch)
treeab70b3cb23ece8201edc1d8a53ddbf25e93fb04c /net-mgmt/seafile-gui
parentUpdate to the GCC 7.2 release which mostly fixes some hundred bugs. (diff)
* Updated to 6.1.0
* Cleanup Makefile * Added default on option, NLS for portlint Approved by: lifanov (mentor, implicit)
Notes
Notes: svn path=/head/; revision=448017
Diffstat (limited to 'net-mgmt/seafile-gui')
-rw-r--r--net-mgmt/seafile-gui/Makefile15
-rw-r--r--net-mgmt/seafile-gui/distinfo6
2 files changed, 12 insertions, 9 deletions
diff --git a/net-mgmt/seafile-gui/Makefile b/net-mgmt/seafile-gui/Makefile
index aa2a3e0217b5..55e0a3cad79a 100644
--- a/net-mgmt/seafile-gui/Makefile
+++ b/net-mgmt/seafile-gui/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= seafile-gui
-PORTVERSION= ${SEAFILE_CLIENT_VER}
DISTVERSIONPREFIX= v
+DISTVERSION= ${SEAFILE_CLIENT_VER}
CATEGORIES= net-mgmt devel
MAINTAINER= ultima@FreeBSD.org
@@ -19,22 +19,25 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \
libevent.so:devel/libevent \
libuuid.so:misc/e2fsprogs-libuuid
+USES= compiler:c++11-lang cmake pkgconfig shebangfix ssl
+SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \
+ scripts/*.py
+
USE_GITHUB= yes
GH_ACCOUNT= haiwen
GH_PROJECT= seafile-client
-USES= compiler:c++11-lang cmake gettext pkgconfig shebangfix ssl
-SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \
- scripts/*.py
USE_GNOME= glib20
USE_QT5= core dbus gui network testlib widgets \
qmake_build buildtools_build linguisttools_build
INSTALLS_ICONS= yes
-CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 \
+CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 \
-DOPENSSL_INCLUDE_DIRS=${OPENSSLINC} \
-DOPENSSL_LIBRARIES="-L${OPENSSLLIB} -lcrypto"
-OPTIONS_DEFINE= DEBUG
+OPTIONS_DEFINE= DEBUG NLS
+
+NLS_USES= gettext
# Note that per PR 197984, cairo must be built with X11 and XCB options
# otherwise configure fails with "cairo needs x11 enabled" message
diff --git a/net-mgmt/seafile-gui/distinfo b/net-mgmt/seafile-gui/distinfo
index 1ab3ec5c4928..fdc4ec7647a8 100644
--- a/net-mgmt/seafile-gui/distinfo
+++ b/net-mgmt/seafile-gui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498237204
-SHA256 (haiwen-seafile-client-v6.0.7_GH0.tar.gz) = 3212acab89ec3cee1508dd37826303447b7a738232e455b44ffc1a29d3c48baf
-SIZE (haiwen-seafile-client-v6.0.7_GH0.tar.gz) = 2192384
+TIMESTAMP = 1502838671
+SHA256 (haiwen-seafile-client-v6.1.0_GH0.tar.gz) = 6d1d9fdb238cdd8514f2aa22e81cbab7a4b178807e68883a7f8c29afd232369b
+SIZE (haiwen-seafile-client-v6.1.0_GH0.tar.gz) = 2246388