Commit graph

27 commits

Author SHA1 Message Date
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Sunpoet Po-Chuan Hsieh
f0ca6cb0f9 Fix msgpack dependency
- Update RUN_DEPENDS
- Bump PORTREVISION for package change

Bump msgpack requirement to 0.5.6 which is the only acceptable 0.5.x version [1].

PR:		227717
Reported by:	<iron.udjin@gmail.com>
Submitted by:	sunpoet (myself)
Approved by:	Jose Garcia Juanino <jjuanino@gmail.com>
Reference:	https://github.com/borgbackup/borg/issues/3753 [1]
2018-04-24 19:47:26 +00:00
Sunpoet Po-Chuan Hsieh
f962491120 Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW

Changes:	https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
2018-04-22 18:29:51 +00:00
Jochen Neumeister
6ce76c3990 archivers/py-borgbackup: Update to 1.1.5
Changelog: https://github.com/borgbackup/borg/blob/1.1.5/docs/changes.rst#version-115-2018-04-01

PR:		227522
Submitted by:	jjuanino@gmail.com (maintainer)
2018-04-17 06:59:42 +00:00
Mark Felder
c4fb06ca56 archivers/py-borgbackup: Fix use of FLAVOR
Unbreak FUSE option

Approved by:	just fix it
2018-03-27 18:33:55 +00:00
Sunpoet Po-Chuan Hsieh
5e63fae51e Fix build with include/lz4.h which is in UTF-8 format
This can be removed with newer liblz4 since the file format has been changed back to ASCII.

PR:		225235
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
Reference:	https://github.com/lz4/lz4/pull/454
2018-01-18 14:44:11 +00:00
Tobias C. Berner
c45b599df9 Update archivers/py-borgbackup to 1.1.4
PR:		224791
Submitted by:	jjuanino@gmail.com <maintainer>
2017-12-31 10:24:45 +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
Danilo G. Baio
ce8a13cd1b archivers/py-borgbackup: Update to 1.1.3
Changes:	https://github.com/borgbackup/borg/blob/1.1.3/docs/changes.rst#version-113-2017-11-27

PR:		223946
Submitted by:	jjuanino@gmail.com (maintainer)
Security:	0d369972-d4ba-11e7-bfca-005056925db4
2017-11-29 04:36:14 +00:00
Steve Wills
c7b98f84d2 archivers/py-borgbackup: Update to 1.1.2
PR:		223754
Submitted by:	jjuanino@gmail.com (maintainer)
2017-11-20 01:25:14 +00:00
Tobias C. Berner
88002df3e1 Update archivers/py-borgbackup to 1.1.1
PR:		223404
Submitted by:	jjuanino@gmail.com (maintainer)
2017-11-04 10:54:39 +00:00
Danilo G. Baio
7a9c87eb2b archivers/py-borgbackup: Update to 1.1.0
Shortened changelog of major features only:
https://www.borgbackup.org/releases/borg-1.1.html

Long changelog:
https://github.com/borgbackup/borg/blob/1.1.0/docs/changes.rst#version-110-2017-10-07

PR:		223135
Submitted by:	jjuanino@gmail.com (maintainer)
2017-10-22 13:07:42 +00:00
Mathieu Arnold
32d9fcba93 Convert to utf8.
Sponsored by:	Absolight
2017-10-04 13:45:16 +00:00
Mark Felder
29a5f3734e archivers/py-borgbackup: Update to 1.0.11
Changelog:	https://github.com/borgbackup/borg/releases/tag/1.0.11

PR:		220945
2017-07-29 13:59:13 +00:00
Bryan Drewery
f3af3367aa Allow these ports to build with PACKAGE_BUILDING_FLAVORS set.
Poudriere in particulr did not properly handle DEPENDS_ARGS which
made these ports not properly install dependencies.  That bug
is being addressed along with adding FLAVORS support to it.

With hat:	portmgr
MFH:		2017Q2
2017-06-04 21:49:48 +00:00
Dmitry Marakasov
03ad3d5e08 - Update to 1.0.10
PR:		217107
Submitted by:	jjuanino@gmail.com (maintainer)
2017-02-16 11:10:14 +00:00
Mathieu Arnold
c1b39669d4 Cleanup BROKEN/IGNORE for 10.3-
Sponsored by:	Absolight
2017-01-03 11:01:05 +00:00
Dmitry Marakasov
b576200c12 - Update to 1.0.9
PR:		215446
Submitted by:	jjuanino@gmail.com (maintainer)
2016-12-22 11:22:21 +00:00
Carlos J. Puga Medina
b99e67fe3a archivers/py-borgbackup: Update to 1.0.8
- Update PORTVERSION and distinfo checksum (1.0.8)

Changelog:
  https://github.com/borgbackup/borg/blob/1.0.8/docs/changes.rst

PR:		214236
Submitted by:	Christoph Lukas <clukas@firc.de>
Reviewed by:	koobs (mentor)
Approved by:	jjuanino@gmail.com (maintainer), koobs (mentor)
2016-11-30 11:31:17 +00:00
Dmitry Marakasov
c64c608e12 - Update to 1.0.7
PR:		212161
Submitted by:	jjuanino@gmail.com (maintainer)
2016-09-11 15:14:29 +00:00
Wen Heping
0232c8812b - Update to 1.0.6
PR:		211096
Submitted by:	jjuanino@gmail.com(maintainer)
2016-07-14 07:14:38 +00:00
Dmitry Marakasov
4eb3a2e4fc - Update to 1.0.5
PR:		210902
Submitted by:	jjuanino@gmail.com (maintainer)
2016-07-08 14:21:58 +00:00
Mathieu Arnold
5b55a8a53e Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6577
2016-06-16 13:23:13 +00:00
Dmitry Marakasov
ce065376cb - Update to 1.0.3
PR:		209796
Submitted by:	jjuanino@gmail.com (maintainer)
2016-05-28 19:51:51 +00:00
Tilman Keskinoz
23882ad4e7 Update to 1.0.2
PR:		208857
Submitted by:	maintainer
2016-05-11 15:05:22 +00:00
Antoine Brodin
2ecf1bc766 - Remove obsolete ${PORTSDIR} from DEPENDS
- Remove inapproriate NO_PACKAGE
2016-04-16 17:56:03 +00:00
Raphael Kubo da Costa
163a58aafc New port: archivers/py-borgbackup.
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it
supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups
since only changes are stored. The authenticated encryption technique makes it
suitable for backups to not fully trusted targets.

WWW: https://pypi.python.org/pypi/borgbackup

Note: NO_PACKAGE=yes had to be set because this port only works with Python 3
and depends on other Python ports which are currently only built with Python
2.7 by default. Discussed in the freebsd-python mailing list:
https://lists.freebsd.org/pipermail/freebsd-python/2016-April/010144.html

PR:		207715
Submitted by:	José García Juanino <jjuanino@gmail.com>
2016-04-16 17:43:11 +00:00