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: www/py-seafobj/Makefile

Number of commits found: 24

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, 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
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, 16 May 2020
23:08 ultima search for other commits by this committer
Updated to 7.1.4

Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Original commitRevision:535504 
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 
Monday, 1 Oct 2018
09:36 antoine search for other commits by this committer
Cleanup plists
Original commitRevision:481020 
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 
Friday, 18 Aug 2017
06:39 ultima search for other commits by this committer
* Updated to 6.1.7
* Cleaned up Makefiles

Affected ports: www/seahub www/py-seafdav www/py-seafobj

Approved by:	lifanov (mentor, implicit)
Original commitRevision:448210 
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, 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 
Thursday, 9 Mar 2017
20:28 lifanov search for other commits by this committer
update www/py-seafobj to 6.0.8

 - add config option 'region' for swift

PR:		217653
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:435798 
Saturday, 19 Nov 2016
13:35 pi search for other commits by this committer
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)
Original commitRevision:426370 
Monday, 30 May 2016
16:46 pi search for other commits by this committer
www/py-seafobj: 5.1.5 -> 5.1.6

- add support for store encrypt

PR:		209862
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:416164 
Thursday, 26 May 2016
13:18 amdmi3 search for other commits by this committer
- Update to 5.1.5
- Switch to seafile user

PR:		205123
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:415892 
Wednesday, 18 Nov 2015
20:43 rm search for other commits by this committer
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)
Original commitRevision:401897 
Thursday, 29 Oct 2015
02:30 junovitch search for other commits by this committer
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>
Original commitRevision:400433 
Thursday, 7 May 2015
20:24 mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385665 
Sunday, 1 Mar 2015
17:31 marino search for other commits by this committer
www/py-seafobj: Upgrade version 3.0.4 => 4.0.5

PR:		197982
Submitted by:	maintainer (Jingfeng Yan)
Original commitRevision:380215 
Monday, 23 Feb 2015
09:27 marino search for other commits by this committer
www/py-seafobj: Relocate python files

PR:		196919
Submitted by:	maintainer (Jingfeng Yan)
Original commitRevision:379651 
Friday, 7 Nov 2014
20:33 marino search for other commits by this committer
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.
Original commitRevision:372297 

Number of commits found: 24