1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Alexandre C. Guimarães
22172f1087 deskutils/py-vdirsyncer: update to version 0.16.7
- take maintainership.

PR:		232208
Approved by:	tcberner (mentor), maintainer timeout
2018-10-27 16:11:24 +00:00
Steve Wills
7353c3b752 deskutils/py-vdirsyncer: add missing dependency
PR:		230540
Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Approved by:	maintainer timeout (che@bein.link, >2 weeks)
2018-08-27 15:44:23 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Dmitry Marakasov
f7ff9b3d21 - 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)
2017-12-05 10:37:15 +00:00
Mathieu Arnold
551be3c723 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
2017-11-30 15:50:30 +00:00
Dmitry Marakasov
29ab46d4d8 - Update to 0.12.1
- While here, add NO_ARCH

PR:		212459
Submitted by:	citrin+pr@citrin.ru
Approved by:	che@bein.link (maintainer)
2016-10-06 15:37:27 +00:00
Kurt Jaeger
e958600e6a deskutils/py-vdirsyncer: update dependencies
PR:		208428
Submitted by:	Christian Geier <catcher+freebsdbugzilla@lostpackets.de>
Approved by:	<che@bein.link> (maintainer timeout)
2016-04-15 19:06:26 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Kurt Jaeger
666ba9ef24 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)
2016-03-31 17:20:42 +00:00
Bartek Rutkowski
18843fbbce 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>
2015-03-10 11:48:38 +00:00