diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-29 16:03:04 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-29 16:03:04 +0000 |
commit | b3f2dd5b98e787113a8bbe44c2d0f4026b8fad4b (patch) | |
tree | 954896e33591d5e26e88d50f847a84eaa1bdb898 /net-mgmt | |
parent | 2b3042e033acc008036bd788bf2d7b03e44b7106 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/seafile-gui/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/seafile-gui/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/seafile/Makefile | 10 |
3 files changed, 16 insertions, 8 deletions
diff --git a/net-mgmt/seafile-gui/Makefile b/net-mgmt/seafile-gui/Makefile index 956cd19878f6..9494332fba4f 100644 --- a/net-mgmt/seafile-gui/Makefile +++ b/net-mgmt/seafile-gui/Makefile @@ -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 diff --git a/net-mgmt/seafile-gui/distinfo b/net-mgmt/seafile-gui/distinfo index f0345d0d6ae3..111eb87f58f3 100644 --- a/net-mgmt/seafile-gui/distinfo +++ b/net-mgmt/seafile-gui/distinfo @@ -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 diff --git a/net-mgmt/seafile/Makefile b/net-mgmt/seafile/Makefile index fa0411297f3a..458bb0fd117c 100644 --- a/net-mgmt/seafile/Makefile +++ b/net-mgmt/seafile/Makefile @@ -18,15 +18,19 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ 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 \ |