non port: net-mgmt/ccnet-server/Makefile |
SVNWeb
|
Number of commits found: 25 |
Mon, 29 Jun 2020
|
[ 12:18 ultima ]
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
|
Thu, 16 Apr 2020
|
[ 08:30 ultima ]
Fix python version hard coding in plists
|
[ 00:28 ultima ] (Only the first 10 of 31 ports in this commit are shown above. )
* 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
|
Thu, 2 Apr 2020
|
[ 12:04 sunpoet ]
Bump PORTREVISION for databases/libzdb shlib change
|
Wed, 19 Feb 2020
|
[ 17:59 antoine ] (Only the first 10 of 59 ports in this commit are shown above. )
Clean up USES
With hat: portmgr
|
Fri, 2 Aug 2019
|
[ 22:16 ultima ]
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
|
[ 13:30 jbeich ] (Only the first 10 of 105 ports in this commit are shown above. )
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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sat, 6 Jul 2019
|
[ 01:11 pkubaj ]
net-mgmt/ccnet-server: fix build with GCC-based architectures
This port requires C11-compatible compiler:
/usr/bin/ld: cannot find -latomic
Approved by: mentors (implicit approval)
|
Mon, 10 Jun 2019
|
[ 01:25 ultima ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Sat, 6 Apr 2019
|
[ 14:42 sunpoet ]
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Fri, 16 Mar 2018
|
[ 15:22 sunpoet ]
Fix typo
Approved by: portmgr (blanket)
|
Mon, 4 Sep 2017
|
[ 19:49 ultima ]
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)
|
Mon, 3 Jul 2017
|
[ 19:06 ultima ] (Only the first 10 of 24 ports in this commit are shown above. )
* 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
|
Fri, 28 Apr 2017
|
[ 15:09 lifanov ] (Only the first 10 of 15 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 31 Mar 2017
|
[ 14:57 lifanov ] (Only the first 10 of 12 ports in this commit are shown above. )
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)
|
Mon, 20 Feb 2017
|
[ 02:57 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
|
Sun, 19 Feb 2017
|
[ 19:52 lifanov ]
update net-mgmt/ccnet-server to 6.0.8
- [ldap] Print warning if user not found when login.
- Fix pgsql memory occupation problem
- Postgresql port setting
- Add rpc for searching group by name
Changes: https://github.com/haiwen/ccnet-server/commits/v6.0.8-server
PR: 217235
Submitted by: ultima1252@gmail.com (maintainer)
|
Sat, 4 Feb 2017
|
[ 07:56 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
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)
|
Mon, 9 Jan 2017
|
[ 13:16 amdmi3 ] (Only the first 10 of 104 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Sat, 7 Jan 2017
|
[ 01:07 adamw ] (Only the first 10 of 13 ports in this commit are shown above. )
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
|
Sat, 31 Dec 2016
|
[ 20:11 antoine ]
Use USE_OPENLDAP where appropriate
|
Thu, 29 Dec 2016
|
[ 18:56 lifanov ]
* Updated to 6.0.7
- Fixed ldap on msys2.
PR: 215637
Submitted by: Ultima1252@gmail.com (maintainer)
Reviewed by: matthew, mat
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D8958
|
Sun, 25 Dec 2016
|
[ 14:38 riggs ] (Only the first 10 of 12 ports in this commit are shown above. )
Prepare split of net-mgmt/ccnet in client / server ports; update to 6.0.6
PR: 215292
Submitted by: Ultima1252@gmail.com (maintainer)
|
Number of commits found: 25 |