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

Number of commits found: 28

Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Thursday, 14 Feb 2019
07:39 wen search for other commits by this committer
- Update depends from databases/py-pg8000 --> databases/py-pg8000-112

Approved by:	maintainer(implicity)
Original commitRevision:492904 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
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 
Monday, 11 Dec 2017
19:49 swills search for other commits by this committer
www/calendarserver: update to version 9.1

PR:		221929
Submitted by:	Axel.Rau@Chaos1.DE (maintainer)
Reported by:	Cullum Smith <cullum@c0ffee.net>
Original commitRevision:456063 
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, 6 Jun 2017
16:18 mat search for other commits by this committer
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.

While there, fix small style issues.

Sponsored by:	Absolight
Original commitRevision:442783 
Monday, 19 Dec 2016
02:49 wen search for other commits by this committer
- Update to 9.0

PR:		215387
Submitted by:	Axel.Rau@Chaos1.DE(maintainer)
Original commitRevision:428900 
Friday, 28 Oct 2016
17:13 jbeich search for other commits by this committer
databases/py-PyGreSQL: track PORTEPOCH in consumers
Original commitRevision:424868 
17:13 jbeich search for other commits by this committer
devel/py-pytz: track PORTEPOCH in consumers
Original commitRevision:424867 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 19 Aug 2016
11:04 bland search for other commits by this committer
Add some tweaks and fixes

- Use plist facility to create run and db directories.
- Prevent caldavd.plist installation outide of hier tree.
- Change run directory to /var/run/caldavd (to address permission issues to
directory proxy socket etc).
- Make caldavd_pidfile variable to work.

With a great assistance form Axel Rau (maintainer)

Approved by: maintainer
Original commitRevision:420457 
Sunday, 26 Jun 2016
20:28 pi search for other commits by this committer
www/calendarserver: 5.1 -> 8.0

Please note that updating from the previous version (5.1) to the current
version (8.0) requires manual steps. Please consult the pkg-message for
details.

This update has changes since 2013, and upstream does not provide
changelogs.

PR:		210264
Submitted by:	Axel Rau <Axel.Rau@Chaos1.DE> (maintainer)
Original commitRevision:417614 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 26 Oct 2015
21:03 pi search for other commits by this committer
www/calendarserver: add patch to cope with databases/sqlparse in version 0.1.16

PR:		204038
Submitted by:	Axel Rau <Axel.Rau@Chaos1.DE> (maintainer)
Original commitRevision:400207 
12:24 pi search for other commits by this committer
www/calendarserver: relax postgres version requirement

PR:		201613
Submitted by:	axel.rau@chaos1.de (maintainer)
Original commitRevision:400183 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Friday, 9 Oct 2015
21:41 pawel search for other commits by this committer
Depend on correct sysutils/py-psutil version to avoid
runtime problem.

PR:		202369
Submitted by:	maintainer
Original commitRevision:398961 
Wednesday, 29 Jul 2015
22:09 antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Original commitRevision:393196 
Sunday, 3 May 2015
15:07 bapt search for other commits by this committer
Remove the uneeded NEED_ROOT
Original commitRevision:385278 
Tuesday, 20 Jan 2015
22:25 marino search for other commits by this committer
www/calendarserver: Fix issues with rc script

The primary need for the patch is to fix errors with the RC script,
but it also installs the examples and document by default as originally
intended.

PR:		196768
Submitted by:	maintainer (Axel Rau)
Original commitRevision:377547 
Wednesday, 19 Nov 2014
19:45 marino search for other commits by this committer
www/calendarserver: Fix issues on FreeBSD 10

 * fix RC script
 * Limit to python 2
 * update txdav/base/propertystore for FreeBSD 10
 * clean up and remove @dir* (by marino)

PR:		194457
Submitted by:	holger (freyther.de)
Final fix:	Axel Rau (maintainer)
Original commitRevision:372810 
Sunday, 12 Oct 2014
18:40 robak search for other commits by this committer
www/calendarserver: add new port dependency

PR:		194092
Submitted by:	Axel Rau <Axel.Rau@Chaos1.DE>
Approved by:	mentors (implicit)
Original commitRevision:370734 
Monday, 22 Sep 2014
21:31 antoine search for other commits by this committer
Fix make fetch/checksum
Original commitRevision:369000 
Sunday, 21 Sep 2014
21:35 wg search for other commits by this committer
www/calendarserver: rerolled distfile

- SVN export was not tied to a revision causing a slightly
  change in the tarball, no actual code changes happened
- Store the tarball in my local distfiles

Reported by:	antoine
Original commitRevision:368790 
Saturday, 20 Sep 2014
15:19 wg search for other commits by this committer
www/calendarserver: Calendar and Contacts Server from Apple (RFC 4791, RFC 6352)

The open source Calendar and Contacts Server project is a standards-compliant
server implementing the CalDAV and CardDAV protocols (RFC 4791, RFC 6352).
It provides a shared location on the network allowing multiple users to store
and edit calendaring and contact information.

WWW: http://www.calendarserver.org

PR:		186201 (with changes)
Submitted by:	Axel.Rau Chaos1 de
Original commitRevision:368648 

Number of commits found: 28