1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

452430 Commits

Author SHA1 Message Date
Danilo G. Baio
64f8319c49 sysutils/duply: Fix Python interpreter
After r476919, post-patch was changing incorrectly the Python
interpreter that `duply` uses.
Without this patch, `duply` will look for the same interpreter
that `duplicity` uses.

PR:		230544
Submitted by:	Peter Putzer <freebsd@mnd.sc>
Approved by:	just fix it
2018-08-11 19:01:15 +00:00
Antoine Brodin
c32a2e079e Update yara and py-yara to 3.8.0 2018-08-11 18:19:11 +00:00
Danilo G. Baio
d5ec780db0 shells/wcd: Update to 6.0.2
Pass MAINTAINER'ship to submitter.

PR:		230519
Submitted by:	Nathan <ndowens@yahoo.com>
2018-08-11 18:04:44 +00:00
Danilo G. Baio
4b6aeb5e47 print/py-psautohint: Update to 1.7.0
While here, strip _psautohint.so (Q/A warning).

PR:		230534
Submitted by:	Ting-Wei Lan <lantw44@gmail.com> (maintainer)
2018-08-11 18:03:14 +00:00
Rene Ladan
74d9b39105 www/py-dojango: use Django 1.11 instead of expired Django 1.8 and update to
a newer snapshot that supports this.

PR:		230532
Submitted by:	rene
Approved by:	maintainer (jpaetzel)
Sponsored by:	Essen Hackathon
2018-08-11 17:58:20 +00:00
Rene Ladan
dd084ba9fc www/py-django-livesettings: use Django 1.11 instead of EOL Django 1.8
Since this port depends on www/py-django-keyedcache which has been removed,
expire this port in one month.

PR:		230526
Submitted by:	rene
Approved by:	maintainer (ports@caomhin.org)
Sponsored by:	Essen Hackathon
2018-08-11 17:55:03 +00:00
Mahdi Mokhtari
36da122789 mysql57-server: Fix build with LibreSSL 2.7
PR:		230527
Submitted by:	Markus Kohlmeyer <rootservice@gmail.com>
Reported by:	Markus Kohlmeyer <rootservice@gmail.com>
Sponsored by:	The FreeBSD Foundation
2018-08-11 17:52:22 +00:00
Rene Ladan
948052c97f www/py-django-profiles: use Django 1.11 instead of EOL Django 1.8
PR:		230529
Submitted by:	rene
Approved by:	maintainer (jpaetzel)
Sponsored by:	Essen Hackathon
2018-08-11 17:50:17 +00:00
Rene Ladan
b35fcdf9e9 www/py-django-happenings: use Django 1.11 instead of EOL Django 1.8
PR:		230525
Submitted by:	rene
Approved by:	maintainer (ports@caomhin.org)
Sponsored by:	Essen Hackathon
2018-08-11 17:36:31 +00:00
Antoine Brodin
216dae4b84 Update to 2.5.5 2018-08-11 17:34:28 +00:00
Sunpoet Po-Chuan Hsieh
46eff252f9 Update CPAN link
Approved by:	portmgr (blanket)
2018-08-11 16:59:32 +00:00
Fernando Apesteguía
99fa4488ff math/glm: make it compile with GCC 7
GCC 7 was set as default in r475856

math/glm doesn't recognize GCC 7.x as a valid compiler. Import changes from
dd48b56e44d699a022c69155c8672caacafd9e8a in upstream to update the list of
supported compilers.

As a side effect this makes cad/openvsp build again.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16650
2018-08-11 15:51:13 +00:00
Jochen Neumeister
552c2614d0 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 15:23:34 +00:00
Jochen Neumeister
13485fed4d Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:54:49 +00:00
Martin Wilke
b24ba9a00b - Update to 2.0.2
PR:		230104
Submitted by:	neel@neelc.org
Sponsored by:	iXsystems Inc.
2018-08-11 14:37:17 +00:00
Martin Wilke
705b344572 - Update to 1.0
- Update WWW
- Move back from GH to CHEESESHOP

Changes by upstream:
- https://github.com/mkdocs/mkdocs/compare/0.17.2...1.0

PR:		230406
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2018-08-11 14:36:16 +00:00
Martin Wilke
9b668d446f - Update to 2.3.7
Changes by upstream:
- https://github.com/digitalocean/netbox/releases/tag/v2.3.7

PR:		230405
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2018-08-11 14:34:18 +00:00
Martin Wilke
46452178fe - Update to 3.6.4
PR:		230307
Submitted by:	ndowens@yahoo.com
Approved by:	maintainer
Sponsored by:	iXsystems Inc.
2018-08-11 14:33:24 +00:00
Danilo G. Baio
848f5b1b49 misc/nnn: Update to 1.9
Changes:	https://github.com/jarun/nnn/releases/tag/v1.9

PR:		230504
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-08-11 14:28:16 +00:00
Danilo G. Baio
8bc9ca01c3 security/ssh-vault: Update dependencies
Remove dependency on outdated security/go.crypto port and switch it to
current golang.org/x/crypto master.

PR:		230197
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	nbari@tequila.io (maintainer)
2018-08-11 14:26:24 +00:00
Danilo G. Baio
71b0795e98 sysutils/duply: Update to 2.1
- Enable random by default in periodic script and anticongestion function [1]
  Periodic scripts that hit external servers can cause a "thundering herd"
  problem, whereby many systems' periodic scripts run at the same time, and
  overload the server.  To prevent this, such scripts should sleep for a
  random amount of time before hitting the external server.

Changes:	http://duply.net/wiki/index.php/Duply-Changelog

PR:		218443 [1]
PR:		230308
Submitted by:	Nathan <ndowens@yahoo.com>
Reported by:	asomers [1]
Approved by:	michael@ranner.eu (maintainer)
2018-08-11 14:24:49 +00:00
Martin Wilke
63a4e9aecd - Update to 1.2.3
PR:		230500
Submitted by:	maintainer
MFH:		2018Q3
Sponsored by:	iXsystems Inc.
2018-08-11 14:24:24 +00:00
Sunpoet Po-Chuan Hsieh
27f480f574 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:59 +00:00
Sunpoet Po-Chuan Hsieh
b1d63a539d Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:55 +00:00
Sunpoet Po-Chuan Hsieh
f20ef0768c Update CPAN link 2018-08-11 14:18:49 +00:00
Sunpoet Po-Chuan Hsieh
bb11059c20 Update CPAN link 2018-08-11 14:18:44 +00:00
Sunpoet Po-Chuan Hsieh
38ec2de432 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:39 +00:00
Sunpoet Po-Chuan Hsieh
8296982050 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:34 +00:00
Sunpoet Po-Chuan Hsieh
f9aba88aef Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:29 +00:00
Sunpoet Po-Chuan Hsieh
876545c527 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:25 +00:00
Sunpoet Po-Chuan Hsieh
32642bf874 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:20 +00:00
Sunpoet Po-Chuan Hsieh
6889aa9bb0 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:15 +00:00
Sunpoet Po-Chuan Hsieh
924396f476 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:10 +00:00
Sunpoet Po-Chuan Hsieh
eec6638587 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:05 +00:00
Sunpoet Po-Chuan Hsieh
dda14dc6e9 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:18:00 +00:00
Sunpoet Po-Chuan Hsieh
5bacbe20e9 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:17:55 +00:00
Sunpoet Po-Chuan Hsieh
a896df82b5 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:17:50 +00:00
Sunpoet Po-Chuan Hsieh
bb6743b443 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:17:45 +00:00
Sunpoet Po-Chuan Hsieh
2413ba1e8d Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:17:40 +00:00
Sunpoet Po-Chuan Hsieh
4cf515d7b7 Update WWW
Approved by:	portmgr (blanket)
2018-08-11 14:17:35 +00:00
Sunpoet Po-Chuan Hsieh
9f09795492 Update to 4.1.18
Changes:	https://github.com/lautis/uglifier/blob/master/CHANGELOG.md
2018-08-11 14:17:30 +00:00
Sunpoet Po-Chuan Hsieh
a2a281cf1b Update CPAN link in pkg-descr 2018-08-11 14:17:25 +00:00
Sunpoet Po-Chuan Hsieh
c87e9ff771 Update to 1.7.0
Changes:	https://github.com/freerange/mocha/blob/master/RELEASE.md
2018-08-11 14:17:19 +00:00
Sunpoet Po-Chuan Hsieh
002c983c80 Remove leading indefinite article from COMMENT 2018-08-11 14:17:14 +00:00
Sunpoet Po-Chuan Hsieh
cb5a2c45a5 Update to 1.5.4
Changes:	https://github.com/pytest-dev/py/blob/master/CHANGELOG
2018-08-11 14:17:09 +00:00
Sunpoet Po-Chuan Hsieh
103d53910c Clean up Makefile
The conditional dependency (devel/py-pathlib2) will never be used as python33 has been removed from ports tree.
2018-08-11 14:17:04 +00:00
Sunpoet Po-Chuan Hsieh
a6c9383646 Update to 0.17.11
Changes:	https://github.com/gjtorikian/commonmarker/commits/master
2018-08-11 14:16:59 +00:00
Sunpoet Po-Chuan Hsieh
02889700d7 Update to 2.0.0
Changes:	https://github.com/activerecord-hackery/ransack/releases
		https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md
2018-08-11 14:16:53 +00:00
Sunpoet Po-Chuan Hsieh
a28a5746ac Update to 6.2.0
Changes:	https://github.com/elastic/elasticsearch-py-async/commits/master
2018-08-11 14:16:47 +00:00
Sunpoet Po-Chuan Hsieh
dd4670d654 Update to 6.3.1
Changes:	https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst
2018-08-11 14:16:42 +00:00