Page MenuHomeFreeBSD

Update Seafile/Seahub to 6.3.1 and change Django version to 1.11
ClosedPublic

Authored by ultima on Jun 9 2018, 6:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 3:07 AM
Unknown Object (File)
Fri, Apr 19, 3:35 PM
Unknown Object (File)
Thu, Apr 11, 3:48 PM
Unknown Object (File)
Thu, Apr 11, 3:48 PM
Unknown Object (File)
Thu, Apr 11, 3:48 PM
Unknown Object (File)
Thu, Apr 11, 3:48 PM
Unknown Object (File)
Wed, Apr 10, 8:44 PM
Unknown Object (File)
Jan 30 2024, 8:11 PM
Subscribers

Details

Summary
  • Updated Seafile ports to 6.3.1
  • Updated Seafile and depends to Django version to 1.11
Test Plan

portlint -AC:
net-mgmt/ccnet-server
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.
net-mgmt/seafile-server
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.
www/py-django-constance
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 2 warnings found.
www/py-django-jsonfield
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 2 warnings found.
www/py-django-picklefield
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 2 warnings found.
www/py-django-post_office
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 2 warnings found.
www/py-django-statici18n
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
0 fatal errors and 2 warnings found.
www/py-seafdav
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.
www/py-seafobj
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.
www/seahub
WARN: Makefile: [81]: possible direct use of command "file" found. use ${FILE} instead.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: "RUN_DEPENDS" has to appear earlier.
WARN: Makefile: you may want directory for dependency py27-futures>0 to be devel/py-futures:@${PY_FLAVOR}
0 fatal errors and 4 warnings found.

poudriere:
104i386
104amd64
111i386
111amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@sunpoet do I have your approval for the change to www/py-django-picklefield? =]

miwi added inline comments.
www/py-django-jsonfield/Makefile
17 ↗(On Diff #43509)

please use {PY_FLAVOR}

www/py-django-picklefield/Makefile
17 ↗(On Diff #43509)

{PY_FLAVOR}

www/py-django-post_office/Makefile
17 ↗(On Diff #43509)

${PY_FLAVOR}

18 ↗(On Diff #43509)

${PY_FLAVOR}

www/py-django-statici18n/Makefile
17 ↗(On Diff #43509)

${PY_FLAVOR}

  • Changed FLAVOR to PY_FLAVOR
This revision was not accepted when it landed; it landed in state Needs Review.Jun 13 2018, 10:06 PM
This revision was automatically updated to reflect the committed changes.