summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2016-12-30 12:54:37 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2016-12-30 12:54:37 +0000
commitf71f4cb959494d6cdbb754e34038dddbe65325dd (patch)
tree8d11f2a3de888464d245333bb41ba80ec3fa9afc /net-mgmt
parentAdd LICENSE. (diff)
* Updated to 6.0.7
- Allow mysql root password to be empty. - No need to set ccnet peer name anymore. - Fixed a typo in upgrade scripts. - jpeg mime type - Add record to GarbageRepos when delete a broken repo - Get content-length from header when handling web upload. PR: 215597 Submitted by: Ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D8985
Notes
Notes: svn path=/head/; revision=429977
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/seafile-server/Makefile2
-rw-r--r--net-mgmt/seafile-server/distinfo6
-rw-r--r--net-mgmt/seafile-server/files/patch-configure.ac18
3 files changed, 13 insertions, 13 deletions
diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile
index 0dafe331bc84..314e96bf3c36 100644
--- a/net-mgmt/seafile-server/Makefile
+++ b/net-mgmt/seafile-server/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= seafile-server
-PORTVERSION= 6.0.6
+PORTVERSION= 6.0.7
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -server
CATEGORIES= net-mgmt
diff --git a/net-mgmt/seafile-server/distinfo b/net-mgmt/seafile-server/distinfo
index 5c006a5be50d..05ce7928c76b 100644
--- a/net-mgmt/seafile-server/distinfo
+++ b/net-mgmt/seafile-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481476699
-SHA256 (haiwen-seafile-server-v6.0.6-server_GH0.tar.gz) = 3fa98cb16a7ada6468bffff87dba855501365d0be9c2c10201e8d31412538e3e
-SIZE (haiwen-seafile-server-v6.0.6-server_GH0.tar.gz) = 695521
+TIMESTAMP = 1482959890
+SHA256 (haiwen-seafile-server-v6.0.7-server_GH0.tar.gz) = 56bcbc621a7c891d2d5ccde09efebcad797fb3b9d049e108678a8c836304d7d0
+SIZE (haiwen-seafile-server-v6.0.7-server_GH0.tar.gz) = 695733
diff --git a/net-mgmt/seafile-server/files/patch-configure.ac b/net-mgmt/seafile-server/files/patch-configure.ac
index e44d90f93356..b3c4f56156a1 100644
--- a/net-mgmt/seafile-server/files/patch-configure.ac
+++ b/net-mgmt/seafile-server/files/patch-configure.ac
@@ -1,4 +1,4 @@
---- configure.ac.orig 2016-10-09 09:30:49 UTC
+--- configure.ac.orig 2016-12-27 07:02:58 UTC
+++ configure.ac
@@ -51,8 +51,16 @@ else
AC_MSG_RESULT(no)
@@ -28,7 +28,7 @@
+fi
+
AC_ARG_ENABLE(python,
- AC_HELP_STRING([--enable-python],[build ccnet python binding]),
+ AC_HELP_STRING([--enable-python],[build seafile python binding]),
[compile_python=$enableval],
@@ -89,6 +102,7 @@ AM_CONDITIONAL([COMPILE_FUSE], [test "${
@@ -45,10 +45,10 @@
+ ZLIB_LIBS=
+ LIB_INOTIFY=
+ LIB_KVM=
+ LIB_ICONV=-liconv
elif test "$bmac" = true ; then
LIB_WS32=
- LIB_GDI32=
-@@ -148,6 +165,26 @@ elif test "$bmac" = true ; then
+@@ -149,6 +166,26 @@ elif test "$bmac" = true ; then
LIB_MAC="-framework CoreServices"
LIB_CRYPT32=
LIB_ICONV=-liconv
@@ -75,7 +75,7 @@
else
LIB_WS32=
LIB_GDI32=
-@@ -161,6 +198,9 @@ else
+@@ -162,6 +199,9 @@ else
LIB_MAC=
MSVC_CFLAGS=
LIB_CRYPT32=
@@ -85,7 +85,7 @@
fi
AC_SUBST(LIB_WS32)
-@@ -173,6 +213,9 @@ AC_SUBST(LIB_IPHLPAPI)
+@@ -174,6 +214,9 @@ AC_SUBST(LIB_IPHLPAPI)
AC_SUBST(LIB_SHELL32)
AC_SUBST(LIB_PSAPI)
AC_SUBST(LIB_MAC)
@@ -95,7 +95,7 @@
AC_SUBST(MSVC_CFLAGS)
AC_SUBST(LIB_CRYPT32)
AC_SUBST(LIB_ICONV)
-@@ -187,7 +230,9 @@ ZDB_REQUIRED=2.10
+@@ -188,7 +231,9 @@ ZDB_REQUIRED=2.10
#LIBNAUTILUS_EXTENSION_REQUIRED=2.30.1
CURL_REQUIRED=7.17
FUSE_REQUIRED=2.7.3
@@ -105,7 +105,7 @@
PKG_CHECK_MODULES(SSL, [openssl])
AC_SUBST(SSL_CFLAGS)
-@@ -217,9 +262,11 @@ PKG_CHECK_MODULES(LIBEVENT, [libevent >=
+@@ -218,9 +263,11 @@ PKG_CHECK_MODULES(LIBEVENT, [libevent >=
AC_SUBST(LIBEVENT_CFLAGS)
AC_SUBST(LIBEVENT_LIBS)
@@ -116,4 +116,4 @@
+fi
if test x${compile_python} = xyes; then
- AM_PATH_PYTHON([2.6])
+ AM_PATH_PYTHON([2.6])