Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.19.3_1 20 Feb 2025 07:58:56
    |
Po-Chuan Hsieh (sunpoet)  |
deskutils/py-vdirsyncer: Remove deprecated py-atomicwrites from RUN_DEPENDS
- Bump PORTREVISION for dependency and package change
Obtained
from: https://github.com/pimutils/vdirsyncer/commit/8b063c39cb3e26a2beef5b6beed7e99c9e9641ac |
0.19.3 18 Sep 2024 06:13:11
    |
Po-Chuan Hsieh (sunpoet)  |
deskutils/py-vdirsyncer: Update to 0.19.3
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr
- Take maintainership
Changes: https://github.com/pimutils/vdirsyncer/blob/main/CHANGELOG.rst |
0.19.2 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
0.19.2 10 Sep 2023 23:13:40
    |
Alexandre C. Guimarães (rigoletto)  |
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore. |
0.19.2 14 Jul 2023 18:55:08
    |
Alexandre C. Guimarães (rigoletto)  |
deskutils/py-vdirsyncer: Update to 0.19.2 |
0.19.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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> |
0.19.1 02 Apr 2023 17:41:15
    |
Alexandre C. Guimarães (rigoletto)  Author: Corey Halpin |
deskutils/py-vdirsyncer: Updated to 0.19.1
PR: 270471 |
0.19.0_1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.19.0_1 20 Dec 2022 04:24:01
    |
Alexandre C. Guimarães (rigoletto)  Author: James TD Smith |
deskutils/py-vdirsyncer: Add missing dependencies
- committed with a few modifications. |
0.19.0 01 Dec 2022 16:28:41
    |
Alexandre C. Guimarães (rigoletto)  |
deskutils/py-vdirsyncer: Update to 0.19.0 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.18.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
0.18.0 21 Nov 2021 20:00:18
    |
Alexandre C. Guimarães (rigoletto)  |
deskutils/py-vdirsyncer: Upate to 0.18.0 |
0.16.8_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.16.8_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.16.8_1 26 Jun 2020 17:34:06
  |
rigoletto  |
deskutils/py-vdirsyncer: Add compatibility with latest py-click.
- vdirsyncer was failing at runtime due to requering
a outdated py-click version.
PR: 247191
Reported by: Simeon Simeonov <sgs@pichove.org> |
0.16.8 11 Jun 2020 22:37:46
  |
rigoletto  |
deskutils/py-vdirsyncer: Update to 0.16.8 |
0.16.7 27 Oct 2018 16:11:24
  |
rigoletto  |
deskutils/py-vdirsyncer: update to version 0.16.7
- take maintainership.
PR: 232208
Approved by: tcberner (mentor), maintainer timeout |
0.16.3_1 27 Aug 2018 15:44:23
  |
swills  |
deskutils/py-vdirsyncer: add missing dependency
PR: 230540
Submitted by: Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Approved by: maintainer timeout (che@bein.link, >2 weeks) |
0.16.3 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.16.3 05 Dec 2017 10:37:16
  |
amdmi3  |
- Update to 0.16.3
- Fix LICENSE
PR: 217981
Submitted by: lbdm@privacychain.ch
Reported by: amdmi3
Approved by: maintainer timeout (che@bein.link, 8 months) |
0.12.1 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
0.12.1 06 Oct 2016 15:37:28
  |
amdmi3  |
- Update to 0.12.1
- While here, add NO_ARCH
PR: 212459
Submitted by: citrin+pr@citrin.ru
Approved by: che@bein.link (maintainer) |
0.9.3_1 15 Apr 2016 19:06:26
  |
pi  |
deskutils/py-vdirsyncer: update dependencies
PR: 208428
Submitted by: Christian Geier <catcher+freebsdbugzilla@lostpackets.de>
Approved by: <che@bein.link> (maintainer timeout) |
0.9.3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.3 31 Mar 2016 17:20:42
  |
pi  |
deskutils/py-vdirsyncer: 0.4.3 -> 0.9.3
Changes:
https://vdirsyncer.readthedocs.org/en/stable/changelog.html
PR: 206733
Approved by: Maxim Filimonov <che@bein.link> (maintainer) |
0.4.3 10 Mar 2015 11:48:38
  |
robak  |
deskutils/py-vdirsyncer: NEW PORT - Synchronize calendars and contacts
Vdirsyncer synchronizes your calendars and addressbooks between two storages.
The most popular purpose is to synchronize CalDAV and CardDAV with a local
folder or file. The local data can then be accessed via a variety of programs,
none of which have to know or worry about syncing to a server.
WWW: https://vdirsyncer.readthedocs.org/
PR: 198316
Submitted by: Maxim Filimonov <che@bein.link> |