diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/seafile/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/seafile/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/seafile/files/pkg-message.in | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net-mgmt/seafile/Makefile b/net-mgmt/seafile/Makefile index 458bb0fd117..a4cdf221343 100644 --- a/net-mgmt/seafile/Makefile +++ b/net-mgmt/seafile/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seafile -PORTVERSION= 5.1.3 +PORTVERSION= 5.1.4 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server CATEGORIES= net-mgmt @@ -23,20 +23,20 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3 \ bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= haiwen USES= autoreconf gettext iconv libarchive libtool mysql pathfix \ - pkgconfig python:-2.7 shebangfix sqlite + pkgconfig python:-2.7 shebangfix sqlite ssl 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 \ tools/seafile-admin GNU_CONFIGURE= yes -USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" diff --git a/net-mgmt/seafile/distinfo b/net-mgmt/seafile/distinfo index f8e863cf744..f9453330a37 100644 --- a/net-mgmt/seafile/distinfo +++ b/net-mgmt/seafile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464609936 -SHA256 (haiwen-seafile-v5.1.3-server_GH0.tar.gz) = b0079b6fc55f96ca49a890740fd623bbf3704624a8c51af5dbd9e5333002c5ec -SIZE (haiwen-seafile-v5.1.3-server_GH0.tar.gz) = 1140668 +TIMESTAMP = 1469293619 +SHA256 (haiwen-seafile-v5.1.4-server_GH0.tar.gz) = b45b2d8bc252563d4a34094aa481db5550ea2a7daa65e946e2566353163e6919 +SIZE (haiwen-seafile-v5.1.4-server_GH0.tar.gz) = 1143972 diff --git a/net-mgmt/seafile/files/pkg-message.in b/net-mgmt/seafile/files/pkg-message.in index e1cb83231e4..4c8229b86d5 100644 --- a/net-mgmt/seafile/files/pkg-message.in +++ b/net-mgmt/seafile/files/pkg-message.in @@ -5,3 +5,8 @@ end is using the seafile UID/GID as well. chown -R seafile:seafile %%PREFIX%%/%%HAIWENDIR%%/conf \ %%PREFIX%%/%%HAIWENDIR%%/ccnet %%PREFIX%%/%%HAIWENDIR%%/seafile-data \ %%PREFIX%%/%%HAIWENDIR%%/pids %%PREFIX%%/%%HAIWENDIR%%/logs + +Don't forget to run update scripts after every minor and major update located in + %%PREFIX%%/%%SEAFILE_SERVER%%/upgrade + +Patch updates (5.1.x) don't require these scripts, however do required a restarted. |