aboutsummaryrefslogtreecommitdiff
path: root/www/py-seafobj/Makefile
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-03-31 14:57:27 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-03-31 14:57:27 +0000
commit0adda06811a97af4694897e32a738e65e3a01921 (patch)
tree3869d27140833c66cb198ea71ef2740d3990f13b /www/py-seafobj/Makefile
parenteaa8a6e42301c455fbaf28f545be1d6261204f0c (diff)
downloadports-0adda06811a97af4694897e32a738e65e3a01921.tar.gz
ports-0adda06811a97af4694897e32a738e65e3a01921.zip
update net-mgmt/seafile-server to 6.0.9
Changelog: https://seacloud.cc/group/3/wiki/server-changelog - Show user' name instead of user's email in notifications sent out by email - Add config items for setting favicon, disable wiki feature - Add css id to easily hide user password reset and delete account button - [fix] Fix UI bug in restoring a file from snapshot - [fix] Fix after renaming a file, the old versions before file rename can't be downloaded - [security] Fix XSS problem of the "go back" button in history page and snapshot view page * unify versioning of dependent ports: net-mgmt/seafile-server net-mgmt/ccnet-server www/py-seadav www/py-seaobj www/seahub This replaces a rather ugly hack. * add makesum-all target to ease maintenance PR: 218245 Submitted by: ultima1252@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=437363
Diffstat (limited to 'www/py-seafobj/Makefile')
-rw-r--r--www/py-seafobj/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-seafobj/Makefile b/www/py-seafobj/Makefile
index e19cd8c8577b..b7b7ff2ec82c 100644
--- a/www/py-seafobj/Makefile
+++ b/www/py-seafobj/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= seafobj
-PORTVERSION= 6.0.8
+PORTVERSION= ${SEAFILE_VER}
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -pro
CATEGORIES= www python
@@ -48,4 +48,6 @@ do-install:
(cd ${WRKSRC}/seafobj && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITEPACKAGEDIR}/seafobj)
+.include "${.CURDIR}/../../net-mgmt/seafile-server/Makefile.include"
+
.include <bsd.port.mk>