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) combination for a given watch list. This is what FreshPorts will look for.

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

Number of commits found: 31

Wednesday, 20 Mar 2024
13:19 Nuno Teixeira (eduardo) search for other commits by this committer
net-mgmt/seafile-client: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 09c68a2b042c54e79557f41b06b7932f1727d9f9 commit hash: 09c68a2b042c54e79557f41b06b7932f1727d9f9 commit hash: 09c68a2b042c54e79557f41b06b7932f1727d9f9 commit hash: 09c68a2b042c54e79557f41b06b7932f1727d9f9 09c68a2
Wednesday, 6 Dec 2023
21:55 Richard Gallamore (ultima) search for other commits by this committer
seafile-client: Update to 9.0.4

Changes: https://manual.seafile.com/changelog/client-changelog/
commit hash: fd676f4c4b9a477200aab62aaa69c3f2b9893a9b commit hash: fd676f4c4b9a477200aab62aaa69c3f2b9893a9b commit hash: fd676f4c4b9a477200aab62aaa69c3f2b9893a9b commit hash: fd676f4c4b9a477200aab62aaa69c3f2b9893a9b fd676f4
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
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
Monday, 25 Jul 2022
03:06 Richard Gallamore (ultima) search for other commits by this committer
net-mgmt/seafile-[client|gui]: Updated to 8.0.8

Changes: https://manual.seafile.com/changelog/client-changelog/
commit hash: 250ed36bb6a6e98107ff8eeec6520b8a5d6d2e38 commit hash: 250ed36bb6a6e98107ff8eeec6520b8a5d6d2e38 commit hash: 250ed36bb6a6e98107ff8eeec6520b8a5d6d2e38 commit hash: 250ed36bb6a6e98107ff8eeec6520b8a5d6d2e38 250ed36
Sunday, 22 May 2022
21:01 Richard Gallamore (ultima) search for other commits by this committer
net-mgmt/seafile-gui: Updated to 8.0.7

Changes: https://manual.seafile.com/changelog/client-changelog/
commit hash: e7369794df9c98c7e165a5f395f27af55dbfbb98 commit hash: e7369794df9c98c7e165a5f395f27af55dbfbb98 commit hash: e7369794df9c98c7e165a5f395f27af55dbfbb98 commit hash: e7369794df9c98c7e165a5f395f27af55dbfbb98 e736979
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
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
Thursday, 17 Sep 2020
23:12 ultima search for other commits by this committer
Updated to 7.0.9

Changes:
https://download.seafile.com/published/seafile-manual/changelog/client-changelog.md
Original commitRevision:548870 
Thursday, 16 Apr 2020
08:58 ultima search for other commits by this committer
Updated to 7.0.7

Changes:
https://download.seafile.com/published/seafile-manual/changelog/client-changelog.md
Original commitRevision:531830 
Wednesday, 19 Feb 2020
17:59 antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
Original commitRevision:526520 
Monday, 25 Nov 2019
02:37 ultima search for other commits by this committer
Update to 7.0.4

Changes:
https://download.seafile.com/published/seafile-manual/changelog/client-changelog.md
Original commitRevision:518376 
Friday, 2 Aug 2019
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 
Monday, 10 Jun 2019
07:51 ultima search for other commits by this committer
Updated to 7.0.1
Port cleanup, ccnet-client will be deleted in the
future.

Changes: https://manual.seafile.com/changelog/client-changelog.html
Original commitRevision:503877 
Saturday, 3 Nov 2018
22:50 sunpoet search for other commits by this committer
Fix build with curl 7.62.0

- While I'm here, add USES=gnome
Original commitRevision:483949 
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 
Friday, 2 Feb 2018
19:50 ultima search for other commits by this committer
* Updated to 6.1.5

Changes: https://manual.seafile.com/changelog/client-changelog.html
Original commitRevision:460731 
Friday, 5 Jan 2018
03:56 ultima search for other commits by this committer
* Revision bump, cleanup unused dependencies

Affected ports: net-mgmt/ccnet-client net-mgmt/seafile-client
net-mgmt/seafile-gui

MFH:		2018Q1
Original commitRevision:458112 
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 
Tuesday, 15 Aug 2017
23:43 ultima search for other commits by this committer
* Updated to 6.1.0
* Cleanup Makefile
* Added default on option, NLS for portlint

Approved by:	lifanov (mentor, implicit)
Original commitRevision:448017 
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 
Saturday, 27 May 2017
14:55 lifanov search for other commits by this committer
update Seafile client bundle to 6.0.6

Ports affected:
net-mgmt/seafile-client, net-mgmt/ccnet-client, net-mgmt/seafile-gui

* Updated to 6.0.6
* Added Makefile.include to update version
* Added target makesum-all for bundle

 - Sort files by numbers if numbers contained in the file name, so "1, 10, 2,
11, 3" will be sorted as "1, 2, 3, 10, 11".
 - Use native system window for Seafile main windown and cloud file browser
window.
 - Fix progress overflow when uploading large file using cloud file browser
 - Improve the tip when removing an account in the client
 - Don't show download button when select folders in cloud file browser
 - Clean cache data of cloud file browser when logout an account or restart the
client
 - [fix] Fix display problem for high screen Windows in win10
 - [fix] Fix libssl compatibility problem in Debain Stretch
 - Add auto-update check

PR:		219577
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:441845 
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:437930 
Monday, 6 Mar 2017
16:26 lifanov search for other commits by this committer
update net-mgmt/seafile-client to 6.0.4

 Changes: https://github.com/haiwen/seafile/commits/v6.0.4

PR:		217542
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:435556 
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 
Tuesday, 14 Feb 2017
15:12 lifanov search for other commits by this committer
update net-mgmt/seafile-client to 6.0.3

Changes: https://github.com/haiwen/seafile/commits/v6.0.3

PR:		217086
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:434116 
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 
Tuesday, 24 Jan 2017
19:37 lifanov search for other commits by this committer
update net-mgmt/seafile-client

Changes: https://github.com/haiwen/seafile/commits/v6.0.2

* Removed -server options
* Regenerated/removed patchfiles

 - Return error detail for clone and sync tasks.
 - Save file sync errors to database.
 - Use unified progress for multipart uploads.
 - Remove server code.
 - Use GLib to calculate SHA1.
 - Allow compiling with GPL-compatible crypto libraries.
 - Fix some bugs.
 - Add back seafile python library.

PR:		216348
Submitted by:	ultima1252@gmail.com (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9292
Original commitRevision:432377 
Monday, 26 Dec 2016
14:56 riggs search for other commits by this committer
Move net-mgmt/seafile to net-mgmt/seafile-client, update to version 6.0.1

PR:		215360
Submitted by:	Ultima1252@gmail.com (maintainer of net-mgmt/seafile)
Original commitRevision:429530 

Number of commits found: 31