notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/seafile-server/Makefile

Number of commits found: 51

Monday, 4 Dec 2023
14:59 Richard Gallamore (ultima) search for other commits by this committer
Seafile: Update to 11.0.2

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: d5fa03fbaf62e2aaa6b92152d75c7a32c0a37e49 commit hash: d5fa03fbaf62e2aaa6b92152d75c7a32c0a37e49 commit hash: d5fa03fbaf62e2aaa6b92152d75c7a32c0a37e49 commit hash: d5fa03fbaf62e2aaa6b92152d75c7a32c0a37e49 d5fa03f
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 26 Aug 2022
17:02 Tobias C. Berner (tcberner) search for other commits by this committer
framework: switch tree to using vala.mk

PR:		249940
commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd d9b0d9a
Sunday, 20 Mar 2022
11:39 Danilo G. Baio (dbaio) search for other commits by this committer
textproc/py-xmlschema: Update to 1.10.0

Changelog:	https://github.com/sissaschool/xmlschema/blob/v1.10.0/CHANGELOG.rst

Update consumers to use Python >= 3.7 (avoid break bulk -a).
commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 41745f9
Tuesday, 11 Jan 2022
01:32 Richard Gallamore (ultima) search for other commits by this committer
Seafile|Seahub: Updated to 9.0.2

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: 5b05cb77d9c006fca6c2b3b7174e59eed13cb8da commit hash: 5b05cb77d9c006fca6c2b3b7174e59eed13cb8da commit hash: 5b05cb77d9c006fca6c2b3b7174e59eed13cb8da commit hash: 5b05cb77d9c006fca6c2b3b7174e59eed13cb8da 5b05cb7
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Saturday, 4 Sep 2021
02:49 Richard Gallamore (ultima) search for other commits by this committer
*: Updated to 8.0.7

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: 096767cd0ea47fa5e198a01e903b1bb7989313f0 commit hash: 096767cd0ea47fa5e198a01e903b1bb7989313f0 commit hash: 096767cd0ea47fa5e198a01e903b1bb7989313f0 commit hash: 096767cd0ea47fa5e198a01e903b1bb7989313f0 096767c
Monday, 2 Aug 2021
04:41 Xin LI (delphij) search for other commits by this committer
net/openldap24-client: bump all dependent port

In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
commit hash: 3ba73dad6f600e4da54237e381201faec678984c commit hash: 3ba73dad6f600e4da54237e381201faec678984c commit hash: 3ba73dad6f600e4da54237e381201faec678984c commit hash: 3ba73dad6f600e4da54237e381201faec678984c 3ba73da
Friday, 30 Jul 2021
01:12 Richard Gallamore (ultima) search for other commits by this committer
*: Updated to 8.0.6

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: a1d5210e9f1cdf4a9a33a349ff8a9f707edd98ed commit hash: a1d5210e9f1cdf4a9a33a349ff8a9f707edd98ed commit hash: a1d5210e9f1cdf4a9a33a349ff8a9f707edd98ed commit hash: a1d5210e9f1cdf4a9a33a349ff8a9f707edd98ed a1d5210
Thursday, 24 Jun 2021
07:33 Richard Gallamore (ultima) search for other commits by this committer
net-mgmt/seafile-server: Update distfile hash

Upstream commit after tag... Just the usual.
commit hash: 97eca8392d625becff2172087988c90eca6c1ace commit hash: 97eca8392d625becff2172087988c90eca6c1ace commit hash: 97eca8392d625becff2172087988c90eca6c1ace commit hash: 97eca8392d625becff2172087988c90eca6c1ace 97eca83
Friday, 21 May 2021
00:53 Richard Gallamore (ultima) search for other commits by this committer
*: Updated to 8.0.5

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: 615910be1ef989ab4930eb64921876d323fa7f11 commit hash: 615910be1ef989ab4930eb64921876d323fa7f11 commit hash: 615910be1ef989ab4930eb64921876d323fa7f11 commit hash: 615910be1ef989ab4930eb64921876d323fa7f11 615910b
Sunday, 9 May 2021
21:23 Richard Gallamore (ultima) search for other commits by this committer
net-mgmt/seafile-server: Added LDAP support option default on.
commit hash: 2a4e9c2d22514f5df2896d9e56455a376f359370 commit hash: 2a4e9c2d22514f5df2896d9e56455a376f359370 commit hash: 2a4e9c2d22514f5df2896d9e56455a376f359370 commit hash: 2a4e9c2d22514f5df2896d9e56455a376f359370 2a4e9c2
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 1 Feb 2021
02:26 ultima search for other commits by this committer
Updated Seafile/Seahub to 8.0.3

Changed to -server branch, some errors were creeping over
from the pro version not being compatible with the community
edition. Previously this was never an issue as you must manually
upgrade to the pro version for the new features.

Disabled seafile-controller config checking prior to startup.
The check only ran on ccnet previously and this was changed to
seafile which never implemented the function.
https://forum.seafile.com/t/seafile-controller-t-functionality-broken-on-8-x/13738

This version adds compatible with Django 2.2, this will require
coordination with multiple port devs to migrate this over
properly.

Changes: https://manual.seafile.com/changelog/server-changelog/

PR:		252715
Original commitRevision:563541 
Saturday, 5 Dec 2020
00:16 ultima search for other commits by this committer
Added some environment variables that seafdav
requires if enabled.

Fixed dependency
Original commitRevision:557031 
Monday, 29 Jun 2020
12:18 ultima search for other commits by this committer
Updated seafile to 7.1.4 and seahub to 7.1.5

Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Original commitRevision:540771 
Thursday, 16 Apr 2020
08:30 ultima search for other commits by this committer
Fix python version hard coding in plists
Original commitRevision:531829 
00:28 ultima search for other commits by this committer
* Updated to 7.1.3

This minor version update no longer supports python 2.7.
The way mysql support is detected upstream has changed. Instead of patching
the configure.ac script, I used a couple hacks for this to be detected for
custom configurations. Didn't detect any issues with this method but I'm
open to change this in the future.

Added a SeaHub upgrade message to smooth out upgrading. For upgrading from
7.0.x,
if one does not clear the cache, http 500 will be returned.

The seafile_datadir no longer points to the seahub.ini, this has been changed
upstream and may cause upgrading issues if not using the default. This can
easily be changed by setting it in rc.conf.

Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Original commitRevision:531804 
Thursday, 2 Apr 2020
12:04 sunpoet search for other commits by this committer
Bump PORTREVISION for databases/libzdb shlib change
Original commitRevision:530319 
Wednesday, 21 Aug 2019
05:54 ultima search for other commits by this committer
Fix permissions on seafile-setup script
Original commitRevision:509491 
Friday, 2 Aug 2019
22:16 ultima search for other commits by this committer
Updated seafile to version 7.0.4 and seahub to 7.0.7

Changes: https://manual.seafile.com/changelog/server-changelog.html
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
Original commitRevision:507916 
13:30 jbeich search for other commits by this committer
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
Original commitRevision:507877 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Monday, 10 Jun 2019
01:25 ultima search for other commits by this committer
Updated seafile to 7.0.1
Updated seahub to 7.0.2

Changes: https://manual.seafile.com/changelog/server-changelog.html
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
Original commitRevision:503869 
Saturday, 6 Apr 2019
14:42 sunpoet search for other commits by this committer
Update databases/libzdb to 3.2

- Update MASTER_SITES
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
- Take maintainership

Changes:	https://www.tildeslash.com/libzdb/#release_notes
Original commitRevision:498101 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Monday, 1 Oct 2018
09:36 antoine search for other commits by this committer
Cleanup plists
Original commitRevision:481020 
Tuesday, 18 Sep 2018
08:14 linimon search for other commits by this committer
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.

Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:479990 
Monday, 17 Sep 2018
19:57 ultima search for other commits by this committer
* Updated Seafile to 6.3.4, Updated Seahub to 6.3.5.
* Removed flup6, this was required with fastcgi which
Seahub no longer supports
* Added django-webpack-loader and requests_oauthlib,
these were missing depends added in 6.3.x which can
errors if missing when Seahub starts.
* Removed PYTHONPATH for python2.6 and added additional
directories for Seahub "thirdpart". This can also prevent
seahub from starting.

Changes: https://manual.seafile.com/changelog/server-changelog.html
Original commitRevision:479945 
Monday, 20 Aug 2018
03:06 ultima search for other commits by this committer
Removed fastcgi, this is no longer supported in seafile 6.3+
and previous installs 6.3+ prior to this revision are broken
when using the seahub_fastcgi option.
Original commitRevision:477620 
Wednesday, 13 Jun 2018
22:05 ultima search for other commits by this committer
Update Seafile family to 6.3.1

As of Seafile 6.3.0, django has been upgraded
to 1.11. Seafile's dependencies have also been
switched to match this change.

Reviewed by:	miwi
Differential Revision:	https://reviews.freebsd.org/D15718
Original commitRevision:472346 
Sunday, 8 Apr 2018
21:35 ultima search for other commits by this committer
Move net-mgmt/seafile-server's message to seahub and
change it to clarify that Seahub is required for the
full application. This will prevent users from being
confused when installing net-mgmt/seafile-server.

PR:		227337
Original commitRevision:466834 
Thursday, 11 Jan 2018
17:38 ultima search for other commits by this committer
* Update Seafile to 6.2.4
* Update Seahub to 6.2.5
* Reverted recent patches to work better with libevhtp

Affected ports: net-mgmt/ccnet-server net-mgmt/seafile-server www/py-seafdav
www/py-seafobj www/seahub
Original commitRevision:458758 
Thursday, 4 Jan 2018
19:15 ultima search for other commits by this committer
* Revision bump for libevhtp
* Fix build warnings / errors for updated libevhtp

MFH:		2018Q1
Original commitRevision:458046 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Monday, 4 Sep 2017
19:49 ultima search for other commits by this committer
Updated to 6.1.2, cleanup makefiles, add note in UPDATING

Upstream has set collation type for MySQL to be implicit and
will cause issues when updating if tables are not set to
utf8_unicode_ci.

Approved by:	lifanov (mentor, implicit)
Original commitRevision:449260 
Monday, 3 Jul 2017
19:06 ultima search for other commits by this committer
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11466
Original commitRevision:444980 
Friday, 28 Apr 2017
15:09 lifanov search for other commits by this committer
update seafile to 6.0.10 and seahub to 6.0.13

This is an update to seafile to the most current version, 6.0.10. This update
moves duplicate code to Makefile.include and also added a variable seahub_ver
which is set to 6.0.13. The pkglist was also regenerated for most or all
packages.

* Updated seafile_ver to 6.0.10
* Added seahub_ver and set to 6.0.13
* Moved duplicate code to Makefile.include
* Regenerated pkg-lists

 - [fix] Fix a bug in listing libraries in admin panel
 - Improve performance when checking group shared library permission
 - [fix] Fix image popup in favourite page
 - [fix] Fix generating sharing link with expiring time in file detailed view
page
 - [fix] Don't allow to create library with '/' in name
 - [fix] Fix two-factor authentication
 - Add script to migrate between different storage backend

ports affected:
- net-mgmt/ccnet-server
- net-mgmt/seafile-server
- www/py-seafdav
- www/py-seafobj
- www/seahub

PR:		218932
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:439615 
Friday, 7 Apr 2017
15:57 amdmi3 search for other commits by this committer
- Always accompany OSVERSION check with OPSYS check

Approved by:	portmgr blanket
Original commitRevision:437929 
Friday, 31 Mar 2017
14:57 lifanov search for other commits by this committer
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)
Original commitRevision:437363 
Sunday, 19 Mar 2017
16:22 lifanov search for other commits by this committer
fixes for net-mgmt/seafile-server

Fix the setup scripts changing the generated configuration files to the correct
uid/gid. The directions were also fixed for how to start and setup
seafile/seahub correctly. This should fix any confusion when setting up seafile.

This also augments pkg-message with better directions for setup.

PR:		217873
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:436504 
Thursday, 2 Mar 2017
18:37 lifanov search for other commits by this committer
update net-mgmt/seafile-server to 6.0.8

 Changelog: https://seacloud.cc/group/3/wiki/server-changelog

PR:		217237
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:435293 
Monday, 20 Feb 2017
02:57 jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Original commitRevision:434427 
Saturday, 4 Feb 2017
07:56 jbeich search for other commits by this committer
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
Original commitRevision:433286 
Friday, 27 Jan 2017
03:23 lifanov search for other commits by this committer
net-mgmt/seafile-server - bugfixes

This is a bug fix release update. stat command call with incorrect options has
been fixed to work on *bsd. Readded the sqlite scripts to run seafile under
sqlite. Previously they were removed due to being broken, this was fixed
upstream.

* PORTREVISION bump
* Added sqlite scripts
* Fixed stat

PR:		216474
Submitted by:	ultima1252@gmail.com (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9350
Original commitRevision:432545 
Friday, 30 Dec 2016
12:54 lifanov search for other commits by this committer
* 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
Original commitRevision:429977 
Monday, 26 Dec 2016
12:55 riggs search for other commits by this committer
Prepare split of net-mgmt/seafile in client / server ports; update to 6.0.6

PR:		215293
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:429506 

Number of commits found: 51