non port: www/py-seafobj/Makefile |
SVNWeb
|
Number of commits found: 23 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 1 Feb 2021
|
[ 02:26 ultima ] (Only the first 10 of 14 ports in this commit are shown above. )
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
|
Sat, 16 May 2020
|
[ 23:08 ultima ]
Updated to 7.1.4
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
|
Mon, 1 Oct 2018
|
[ 09:36 antoine ] (Only the first 10 of 18 ports in this commit are shown above. )
Cleanup plists
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 18 Aug 2017
|
[ 06:39 ultima ]
* Updated to 6.1.7
* Cleaned up Makefiles
Affected ports: www/seahub www/py-seafdav www/py-seafobj
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)
|
Thu, 9 Mar 2017
|
[ 20:28 lifanov ]
update www/py-seafobj to 6.0.8
- add config option 'region' for swift
PR: 217653
Submitted by: ultima1252@gmail.com (maintainer)
|
Sat, 19 Nov 2016
|
[ 13:35 pi ]
www/py-seafobj: update 5.1.6 -> 6.0.3
This version has no commits between the two, but I want to keep
seafdav and seafobj the same version for sanity.
- Updated to 6.0.3
- Added license file
- Fixed pkg-desc www --> WWW
PR: 214656
Submitted by: Ultima1252@gmail.com (maintainer)
|
Mon, 30 May 2016
|
[ 16:46 pi ]
www/py-seafobj: 5.1.5 -> 5.1.6
- add support for store encrypt
PR: 209862
Submitted by: Ultima1252@gmail.com (maintainer)
|
Thu, 26 May 2016
|
[ 13:18 amdmi3 ]
- Update to 5.1.5
- Switch to seafile user
PR: 205123
Submitted by: Ultima1252@gmail.com (maintainer)
|
Wed, 18 Nov 2015
|
[ 20:43 rm ]
www/py-seafobj: update to 5.1.0
* Updated to 5.1.0
* Added Max version of python
* SHEBANGFIX
PR: 203928
Submitted by: Ultima <Ultima1252@gmail.com> (maintainer)
|
Thu, 29 Oct 2015
|
[ 02:30 junovitch ]
www/py-seafobj: pass MAINTAINER to submitter
Reference: https://lists.FreeBSD.org/pipermail/freebsd-ports/2015-October/100923.html
PR: 204108
Approved by: Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by: Ricky Gallamore <ultima1252@gmail.com>
|
Thu, 7 May 2015
|
[ 20:24 mat ] (Only the first 10 of 323 ports in this commit are shown above. )
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 1 Mar 2015
|
[ 17:31 marino ]
www/py-seafobj: Upgrade version 3.0.4 => 4.0.5
PR: 197982
Submitted by: maintainer (Jingfeng Yan)
|
Mon, 23 Feb 2015
|
[ 09:27 marino ]
www/py-seafobj: Relocate python files
PR: 196919
Submitted by: maintainer (Jingfeng Yan)
|
Fri, 7 Nov 2014
|
[ 20:33 marino ]
Add new port www/py-seafobj
PR: 193315
Submitted by: Jingfeng Yan
full desc: "This is a Python library for accessing seafile data model."
Unfortunately, that really is the most detailed description. All the
README's are zero-bytes in the repo.
|
Number of commits found: 23 |