/graphics/cairo-reference/

e3f'/> 821f8ad0900443517e95203c145f922702244e3f With hat: portmgr
With hat:	portmgr
- Update to 4.0.3 2019-01-11T12:39:23+00:00 miwi miwi@FreeBSD.org 2019-01-11T12:39:23+00:00 2a43f2f7b6160ff01a35b1a8032908d710997930 Changes by upstream: https://github.com/collective/icalendar/compare/3.11.7...4.0.3 PR: 229901 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout
Changes by upstream:
https://github.com/collective/icalendar/compare/3.11.7...4.0.3

PR:		229901
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Use PY_FLAVOR for dependencies. 2018-06-20T17:05:41+00:00 mat mat@FreeBSD.org 2018-06-20T17:05:41+00:00 b2012f72500300ecbba6933c68717ba52c454563 FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Convert Python ports to FLAVORS. 2017-11-30T15:50:30+00:00 mat mat@FreeBSD.org 2017-11-30T15:50:30+00:00 32512cab3e8dd90b7cd0525bb5dc98007db431e2 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
  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
- Update to 3.11.7 2017-11-16T14:34:45+00:00 culot culot@FreeBSD.org 2017-11-16T14:34:45+00:00 56f62dd09e0d366f41a8c00b7352acb01a54fad3 PR: 223340 Submitted by: Sebastian Schwarz <seschwar@gmail.com> Approved by: maintainer (timeout)
PR:		223340
Submitted by:	Sebastian Schwarz <seschwar@gmail.com>
Approved by:	maintainer (timeout)
Add py3-icalendar 3.11.1 2017-06-12T10:39:07+00:00 sunpoet sunpoet@FreeBSD.org 2017-06-12T10:39:07+00:00 0c08dbab9d2768df00530673b1774682f11b21ec - While I'm here: - Fix indent - Sort USE_PYTHON PR: 219610 Submitted by: Rudolf Siegel <rs.os@t-online.de> Approved by: maintainer (timeout, 15 days)
- While I'm here:
  - Fix indent
  - Sort USE_PYTHON

PR:		219610
Submitted by:	Rudolf Siegel <rs.os@t-online.de>
Approved by:	maintainer (timeout, 15 days)
- Update to 3.11.1 2016-12-30T19:23:15+00:00 sunpoet sunpoet@FreeBSD.org 2016-12-30T19:23:15+00:00 003051a54228725d86680800342acfb8a2efdc33 Changes: https://github.com/collective/icalendar/blob/master/CHANGES.rst PR: 215654 Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)
Changes:	https://github.com/collective/icalendar/blob/master/CHANGES.rst
PR:		215654
Submitted by:	Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)