diff options
author | ultima <ultima@FreeBSD.org> | 2017-08-16 07:43:24 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-08-16 07:43:24 +0800 |
commit | 271b73c36e1799ae8a6d14b3b7a24f4fdc160027 (patch) | |
tree | ab70b3cb23ece8201edc1d8a53ddbf25e93fb04c /net-mgmt/seafile-gui | |
parent | e20217869213c77270b7993f88d1fbb187773f1d (diff) | |
download | freebsd-ports-gnome-271b73c36e1799ae8a6d14b3b7a24f4fdc160027.tar.gz freebsd-ports-gnome-271b73c36e1799ae8a6d14b3b7a24f4fdc160027.tar.zst freebsd-ports-gnome-271b73c36e1799ae8a6d14b3b7a24f4fdc160027.zip |
* Updated to 6.1.0
* Cleanup Makefile
* Added default on option, NLS for portlint
Approved by: lifanov (mentor, implicit)
Diffstat (limited to 'net-mgmt/seafile-gui')
-rw-r--r-- | net-mgmt/seafile-gui/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/seafile-gui/distinfo | 6 |
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 |