Commit graph

177 commits

Author SHA1 Message Date
Guido Falsi
9baa072112 Update calibre to 3.14.0 2017-12-15 18:02:28 +00:00
Guido Falsi
fa88ef4c5b Update deskutils/calibre to 3.13.0 2017-12-01 23:01:05 +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
Guido Falsi
ccdff75b89 Update deskutils/calibre to 3.12.0 2017-11-10 13:45:18 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Guido Falsi
0093ea0b2f Update deskutils/calibre to 3.11.1 2017-11-02 22:21:41 +00:00
Guido Falsi
7143926d80 Update deskutils/calibre to 3.11.0 2017-11-02 18:42:30 +00:00
Guido Falsi
aa29135563 Update deskutils/calibre to 3.10.0 2017-10-21 09:38:52 +00:00
Guido Falsi
4934018263 Update deskutils/calibre to 3.9.0 2017-10-06 14:22:13 +00:00
Guido Falsi
639e4d4f51 Update deskutils/calibre to 3.8.0 2017-09-26 20:35:45 +00:00
Jan Beich
a382198617 devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
2017-09-25 00:02:36 +00:00
Guido Falsi
47a4e57c99 Update deskutils/cslibre to 3.7.0 2017-08-25 18:21:00 +00:00
Steve Wills
40db78cf06 Add missed PORTREVISION bumps after recent poppler update 2017-08-24 15:49:34 +00:00
Guido Falsi
52333ea0e7 - Update deskutils/calibre to 3.6.0
- While here, sort plist
2017-08-04 15:22:34 +00:00
Guido Falsi
3ab1e5baac Update calibre WWW line in pkg-descr. 2017-08-01 17:41:24 +00:00
Guido Falsi
4933e4626f - Update deksutils/calibre to 3.5.0
- Pet portlint warning about order of variables
2017-07-31 16:28:54 +00:00
Guido Falsi
46457a8cd6 Update deskutils/calibre to 3.4.0 2017-07-14 10:35:05 +00:00
Guido Falsi
fe0d97b52c Fix python_OLD_CMD usage.
Reported by:	mat@
2017-07-11 10:34:50 +00:00
Guido Falsi
229050e23b - Fix python shebangs [1]
While here:

- Remove unneeded include bsd.port.pre/post.mk
- Use PREFIX and LOCALBASE substitutions in startup script

PR:		220574 [1]
Submitted by:	Igor Pavlov <igor.arabesc.pavlov@gmail.com>
2017-07-09 10:13:49 +00:00
Guido Falsi
1d2c6c0278 Update deskutils/calibre to 3.3.0 2017-07-07 13:00:22 +00:00
Guido Falsi
1c3ff69e42 Update calibre to 3.2.1 2017-06-30 15:06:10 +00:00
Guido Falsi
a906c61978 - Fix calibre rc script, which broke after the 3.0 update
- Add note to pkg-message on how to customize it

PR:		220249
Subitted by:	jacob.block@gmail.com
2017-06-25 19:48:35 +00:00
Guido Falsi
a978f354b6 Update deskutils/calibre to 3.1.0. 2017-06-23 08:19:11 +00:00
Guido Falsi
8d47028671 Update deskutils/calibre to 3.0.0. 2017-06-19 07:17:09 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Guido Falsi
bfb2258140 Update deskutils/calibre to 2.85.1 2017-05-13 20:28:02 +00:00
Guido Falsi
8a3b7536e5 Update deskutils/calibre to 2.85.0 2017-05-12 18:51:29 +00:00
Guido Falsi
fef9dbc26c Update deskutils/calibre to 2.84.0 2017-05-05 18:06:39 +00:00
Guido Falsi
c2a9f19568 Update deskutils/calibre to 2.83.0 2017-04-16 07:46:27 +00:00
Guido Falsi
685284ccb9 Remove unneeded ImageMagick dependency from deskutils/calibre.
PR:		218035
Submitted by:	holindho@saunalahti.fi
2017-03-24 08:08:02 +00:00
Guido Falsi
f1aee67038 Update calibre to 2.82.0. 2017-03-19 11:31:15 +00:00
Guido Falsi
84b292852f Update calibre to 2.81.0. 2017-03-10 18:18:30 +00:00
Guido Falsi
fbcdef4829 Update deskutils/calibre to 2.80.0 2017-02-24 16:01:50 +00:00
Guido Falsi
2377a5e0f5 Update deskutils/calibre to 2.79.1 2017-02-12 18:55:59 +00:00
Guido Falsi
9e23c5e637 Update deskutils/calibre to 2.79.0 2017-02-10 18:15:21 +00:00
Guido Falsi
8573963e80 Update deskutils/calibre to 2.78.0. 2017-01-27 13:54:02 +00:00
Guido Falsi
b6ae194325 Update calibre to 2.77.0 2017-01-15 22:40:06 +00:00
Olivier Duchateau
47706eca19 Chase update of graphics/poppler (and slaves ports) in revision r430777 2017-01-07 10:42:51 +00:00
Guido Falsi
c449416f79 Update calibre to 2.76.0. 2016-12-30 20:47:47 +00:00
Guido Falsi
0092dca256 Update calibre to 2.75.1 2016-12-26 14:04:14 +00:00
Guido Falsi
29e2adfc08 Update calibre to 2.75.0. 2016-12-24 10:15:18 +00:00
Guido Falsi
83e46fb070 Update calibre to 2.74.0 2016-12-12 09:57:18 +00:00
Guido Falsi
06c4a80b54 Update calibre to 2.73.0. 2016-11-26 10:36:59 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Guido Falsi
8a2e44afcd Convert to USES=pyqt.
PR:		214635
Submitted by:	tcberner
2016-11-19 11:33:05 +00:00
Guido Falsi
039ef6a7eb Update calibre to 2.72.0. 2016-11-18 18:38:03 +00:00
Guido Falsi
5fd006f5f6 - Update calibre to 2.71.0
- Convert to USES=localbase
2016-10-31 17:52:45 +00:00
Jan Beich
781ffa17b8 www/py-cssutils: track PORTEPOCH in consumers 2016-10-28 17:14:47 +00:00
Guido Falsi
de34315110 - Update calibre to 2.70.0
- Add LICENSE
2016-10-15 13:45:59 +00:00
Guido Falsi
9dfe43f3bb Update calibre to 2.69.0 2016-09-30 18:16:29 +00:00