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: deskutils/py-khal/Makefile

Number of commits found: 29

Thursday, 29 Feb 2024
07:18 Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 5d4139f
Sunday, 10 Sep 2023
23:47 Wen Heping (wen) search for other commits by this committer
deskutils/py-khal: Take maintainership
commit hash: 504ce923904544085e7d94fc438b5838a8505887 commit hash: 504ce923904544085e7d94fc438b5838a8505887 commit hash: 504ce923904544085e7d94fc438b5838a8505887 commit hash: 504ce923904544085e7d94fc438b5838a8505887 504ce92
23:13 Alexandre C. Guimarães (rigoletto) search for other commits by this committer
Returning all my ports to the pool.

- Unfortunately I have no time to maintain them anymore.
commit hash: 53feed73dd10ac72adf0224fac1ff05437f17a5a commit hash: 53feed73dd10ac72adf0224fac1ff05437f17a5a commit hash: 53feed73dd10ac72adf0224fac1ff05437f17a5a commit hash: 53feed73dd10ac72adf0224fac1ff05437f17a5a 53feed7
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, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
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, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
deskutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alex "lissyara" Keda <admin@lissyara.su>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Hsu <ahsu@users.sf.net>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@icc.surw.chel.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Beat Gaetzi <beat@chruetertee.ch>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christian Brueffer <chris@unixpages.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Daniel Eischen <deischen@FreeBSD.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dean Povey <povey@wedgetail.com>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Edwin Groothuis
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric L. Hernes <erich@FreeBSD.org>
  *  Eric Turgeon <ericbsd@FreeBSD.org>
  *  Eric Turgeon <ericturgeon@ghostbsd.org>
  *  FreeBSD GNOME Team
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Guillaume Paquet <amyfoub@gmail.com>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jeremy Messenger <mezz@FreeBSD.org>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jimmy Olgeni <olgeni@uli.it>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joey Mingrone <joey@mingrone.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Ken Moore <ken@pcbsd.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  Lewis Thompson <purple@lewiz.net>
  *  Loïc Bartoletti <lbartoletti@FreeBSD.org>
  *  Lucas Holt <luke@justjournal.com>
  *  MITA Yoshio <mita@iis.u-tokyo.ac.jp>
  *  Marcin Cieslak <saper@saper.info>
  *  Markus Brueffer <brueffer@phoenix-systems.de>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
  *  Martin Wilke
  *  Mathieu Arnold
  *  Matt Braithwaite <mab@red-bean.com>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Pav Lucistnik <pav@oook.cz>
  *  Pete Fritchman <petef@databits.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Rob Evers <rob@debank.tv>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Thierry Thomas (<thierry@thomas.as>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thorsten Greiner <thorsten.greiner@web.de>
  *  Tobias Roth <ports@fsck.ch>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  alepulver@FreeBSD.org
  *  cartola (Carlos E. G. Carvalho)
  *  che@bein.link
  *  gahr
  *  ijliao
  *  jamrich.majo@gmail.com
  *  joerg
  *  johans
  *  john@jnielsen.net
  *  lightside <lightside@gmx.com>
  *  mi
  *  mi@aldan.ziplink.net
  *  olevole@olevole.ru
  *  shanee@rabbit.augusta.de
  *  stas
  *  thierry@pompo.net

With hat:	portmgr
commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a 4dd7a74
Wednesday, 13 Jul 2022
00:26 Alexandre C. Guimarães (rigoletto) search for other commits by this committer
deskutils/py-khal: Update to 0.10.5
commit hash: 576761130c7fcd66a461c5d83ae5438219058ba0 commit hash: 576761130c7fcd66a461c5d83ae5438219058ba0 commit hash: 576761130c7fcd66a461c5d83ae5438219058ba0 commit hash: 576761130c7fcd66a461c5d83ae5438219058ba0 5767611
Sunday, 10 Oct 2021
15:29 Alexandre C. Guimarães (rigoletto) search for other commits by this committer
deskutils/py-khal: Update to 0.10.4
commit hash: b10c56334f2a9cecd833c02b012e2b1725c1b4fa commit hash: b10c56334f2a9cecd833c02b012e2b1725c1b4fa commit hash: b10c56334f2a9cecd833c02b012e2b1725c1b4fa commit hash: b10c56334f2a9cecd833c02b012e2b1725c1b4fa b10c563
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, 30 Jul 2020
13:58 rigoletto search for other commits by this committer
deskutils/py-khal: Update to 0.10.2
Original commitRevision:543789 
Thursday, 19 Sep 2019
18:03 rigoletto search for other commits by this committer
deskutils/py-khal: temporarily remove broken DOCS option.

- the issue will be worked with upstream and the option
  will be re-added when solved.

PR:		240675
Reported by:	tobik
Approved by:	tcberner (mentor)
Original commitRevision:512363 
Thursday, 13 Jun 2019
21:48 rigoletto search for other commits by this committer
deskutils/py-khal: Update to 0.10.1

PR:		238528
Submitted by:	Andreas Bilke <freebsd.org@bilke.org>
Approved by:	tcberner (mentor)
Original commitRevision:504138 
Wednesday, 10 Oct 2018
21:32 rigoletto search for other commits by this committer
deskutils/py-khal: update to version 0.9.10.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17510
Original commitRevision:481768 
Sunday, 7 Oct 2018
17:30 rigoletto search for other commits by this committer
Update maintainer eMail address.

Reviewed by:	mat (mentor)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17399
Original commitRevision:481464 
Wednesday, 1 Aug 2018
07:37 tcberner search for other commits by this committer
Fix desktuils/py-khal after upgrade of devel/py-dateutil

The upgrade of devel/py-dateutil in r475926 to 2.7.3 broke packaging of
desktuils/py-khal as that one pinned to <= 2.6.1.

* remove the pinning of the version (0.9.9 should already be fixed to
  work with 2.7.x -- even if the information on that seems to be a bit
  conflicting)

* while here, do some cosmetics on pkg-message

Submitted by:	lebarondemerde@privacychain.ch (maintainer)
Original commitRevision:476161 
Thursday, 21 Jun 2018
17:40 tcberner search for other commits by this committer
deskutils/py-khal update to version 0.9.9

Submitted by:	lebarondemerde@privacychain.ch (maintainer)
Differential Revision:	https://reviews.freebsd.org/D15873
Original commitRevision:472989 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Wednesday, 14 Mar 2018
05:13 yuri search for other commits by this committer
Changed maintainer's e-mail in 6 ports: lbdm@privacychain.ch ->
lebarondemerde@privacychain.ch

PR:		226592
Submitted by:	Alexandre C. Guimaraes <lbdm@privacychain.ch> (maintainer)
Original commitRevision:464458 
Sunday, 14 Jan 2018
21:23 adridg search for other commits by this committer
Update khal to 0.9.8. Previous version was marked BROKEN due to
missing (versioned) dependencies. This version works with the
current deskutils/py-vdirsyncer.

 - Also switch to DISTVERSION
 - Minor fixes in Makefile, alphabetizing
 - Updated dependencies
 - Optional (non-default) dependency on setproctitle

Move maintainership from upstream to lbdm.

PR:		221736 224732
Submitted by:	lbdm@privacychain.ch
Reviewed by:	che@bein.link (maintainer) adridg
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13432
Original commitRevision:459002 
Tuesday, 5 Dec 2017
13:51 antoine search for other commits by this committer
Mark BROKEN
Original commitRevision:455583 
13:38 antoine search for other commits by this committer
Chase py-vdirsyncer switch to python3
Original commitRevision:455582 
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, 28 Oct 2016
17:13 jbeich search for other commits by this committer
devel/py-pytz: track PORTEPOCH in consumers
Original commitRevision:424867 
Tuesday, 18 Oct 2016
18:15 feld search for other commits by this committer
deskutils/py-khal: Update to 0.7.1

Changelog:	https://github.com/pimutils/khal/releases/tag/v0.7.1

PR:		213537
Approved by:	maintainer
MFH:		2016Q4
Original commitRevision:424196 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 22 Jan 2016
09:12 robak search for other commits by this committer
deskutils/py-khal: update 0.6 -> 0.7

PR:		205863
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
Approved by:	Maxim Filimonov <che@bein.link> (maintainer)
Original commitRevision:406894 
Friday, 2 Oct 2015
19:33 pawel search for other commits by this committer
- Update to version 0.6.0
- Fix dependencies, fbsd:nokeywords files props (on -> yes)
- Install zsh completion file

PR:		202598
Submitted by:	Maxim Filimonov (maintainer)
Original commitRevision:398446 
Thursday, 12 Mar 2015
08:30 vanilla search for other commits by this committer
Add py-khal 0.4.0, calDAV-based calendar.

PR:		198514
Submitted by:	che@bein.link
Original commitRevision:381062 

Number of commits found: 29