1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

2299 Commits

Author SHA1 Message Date
Mateusz Piotrowski
a6b9524388 Update to v0.9.1
Changelogs:
- https://github.com/prometheus/pushgateway/releases/tag/v0.9.1
- https://github.com/prometheus/pushgateway/releases/tag/v0.9.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.7.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.2
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.1
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.4.0

The new persistent storage format is not backwards compatible. See the
changelogs for details.

- Define LICENSE_FILE.
- Switch to USES=go:modules
- Simplify targets.
- Fix a couple of typos and style issues in the service file
- Improve readability of comments in the service file
- Do not install /var/db/pushgateway by default. It is going to be created
  by the service anyway.

PR:		233660
Approved by:	maintainer
Event:		EuroBSDcon 2019 Hackathon
Differential Revision:	https://reviews.freebsd.org/D21729
2019-09-20 15:09:18 +00:00
Rene Ladan
63008e23ae net-p2p/zetacoin: fix build with current boost.
Resurrect -nox11 slave port as -daemon slave port.
Split off cli and tx utilities from main port into -utils slave port.

PR:		237017
Submitted by:	Daniel Morante
Reported by:	jbeich
2019-09-14 14:26:31 +00:00
Alexander Leidinger
9e587ead73 - Add update tool.
- Add update instructions (datastore needs to be updated).
 - Convert pkg-message to UCL format.
 - Rework plist generation target.
2019-09-11 17:53:23 +00:00
Matthias Fechner
47873781ad Switch default version of Ruby from 2.5 to 2.6.
For detailed list of changes, please check the Ruby website:
https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/

How to upgrade is described in UPDATING entry 20190909.

Exp-Run:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240094

Thanks to:	antoine, sunpoet
2019-09-09 05:08:35 +00:00
Danilo G. Baio
ba1ace875f devel/py-fabric: Update to 2.5.0
Fabric 2 is not at 100% feature parity with 1.x! Some features have been
explicitly dropped, but others simply have not been ported over yet,
either due to time constraints or because said features need to be
re-examined in a modern context.

More information at:
https://www.fabfile.org/upgrading.html#upgrading
https://www.fabfile.org/upgrading.html#upgrade-specifics

Changelog:	https://www.fabfile.org/changelog.html

Reviewed by:	koobs (maintainer)
Approved by:	koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D20683
2019-09-06 23:25:53 +00:00
Matthias Fechner
08a4a5d182 www/gitlab-ce: Upgrade to next major version 12.1
It requires PostgreSQL version 10.7, so make sure you upgrade PostgreSQL first.
I recommand to go to version 11 as described in UPDATING entry 20190829.

MySQL support was now completely removed upstream.

Changelogs:
https://about.gitlab.com/2019/07/22/gitlab-12-1-released/
https://about.gitlab.com/2019/07/24/gitlab-12-1-1-released/
https://about.gitlab.com/2019/07/29/security-release-gitlab-12-dot-1-dot-2-released/
https://about.gitlab.com/2019/07/31/gitlab-12-1-3-released/
https://about.gitlab.com/2019/08/06/gitlab-12-1-4-released/
https://about.gitlab.com/2019/08/12/critical-security-release-gitlab-12-dot-1-dot-6-released/
https://about.gitlab.com/2019/08/29/security-release-gitlab-12-dot-2-dot-3-released/
2019-08-30 07:50:54 +00:00
Torsten Zuehlsdorff
c0b1049813 UPDATING: Correct and improve wording of PostgreSQL update
It stated "prevent" while i meant "preserve".

Submitted by:	David Magda <dmagda@ee.ryerson.ca>
2019-08-30 07:30:30 +00:00
Torsten Zuehlsdorff
a8cd58783a Switch default version of PostgreSQL from 9.5 to 11
Two important changes arise with it:
- Default user switches from "pgsql" to "postgres"
- Default data-dir switches from "/usr/local/pgsql/data" to "/var/db/postgres/data11"

Also add a migration procedure, which takes the user-switch into account by preventing
it on database-side.

Exp-Run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239514

Thanks to: tobik, antoine, mfechner

Sponsored by:	Professionelles Bounce Management
2019-08-29 21:29:23 +00:00
Ashish SHUKLA
c8dbaf8856 - Update to 19.08
- Remove RIAK option as support is removed upstream
- Add a note to UPDATING for the same
2019-08-16 09:25:02 +00:00
Dmitry Marakasov
0c3d57ff0e Remove trailing whitespace 2019-08-14 19:59:17 +00:00
Mathieu Arnold
e44bccbf2d Add an entry for the Perl default version change. 2019-08-12 14:05:29 +00:00
Gerald Pfeifer
f6fce1e902 Fix tijl's address in the 20190710 entry. 2019-08-02 10:43:36 +00:00
Dan Langille
25bb2e697b HEADS UP: the data directory is moving from /var/spool to /var/db
to confirm to man hier.  An entry has been added to UPDATING.

Other changes:

* configuration file is now chmod 640
* data diretory is now chmod 750
* create the missing /var/run/ot-recorder for the PID
2019-08-01 22:16:42 +00:00
Kai Knoblich
63c09b203c net-im/py-matrix-synapse: Update to 1.2.1
* Remove the EMAIL option and convert the dependencies of it as general
  runtime requirements.

While I'm here:
* Remove superfluous occurrences of "+=" from PLIST_SUB, SUB_LIST and the
  *_RUN_DEPENDS option helpers because there are no previous definitions of
  those variables.
* Remove workaround for devel/py-msgpack from the post-patch target that is
  no longer required.
* Do some cleanup and place variables to their intended locations.

Changelog:

* Note: The support for Python 2.7 was dropped with the 1.1.0 release!

https://github.com/matrix-org/synapse/releases/tag/v1.2.1

PR:		239013
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
MFH:		2019Q3
Security:	38d2df4d-b143-11e9-87e7-901b0e934d69
2019-07-28 21:00:29 +00:00
Vinícius Zavam
83dc11a7a0 sysutils/py-borgmatic: move borgmatic's default config dir to ${PREFIX}
PR:		239002
2019-07-17 10:37:00 +00:00
Tijl Coosemans
7003875294 On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages.  Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available.  The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.

With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64.  Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.

Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
2019-07-10 14:40:02 +00:00
Jimmy Olgeni
861047502c Fix a few typos in UPDATING. 2019-07-07 18:22:28 +00:00
Matthias Fechner
32dddf07ba Upgrade to www/gitlab-ce version 12.0.3.
This is a major upgrade at required version 11.11.5 to be installed before.

Make sure you follow the UPDATING entry.

Changelog:
https://about.gitlab.com/2019/06/22/gitlab-12-0-released/
2019-07-07 10:03:58 +00:00
Alexander Leidinger
dd4cc555cd Update serviio to v2.0. 2019-07-05 20:47:46 +00:00
Alex Dupre
62d9035f5b Update default MySQL version to 5.7.
PR:		238365
Submitted by:	ale
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2019-07-01 07:43:32 +00:00
Timur I. Bakeyev
45ccb1752b Add two entries about upgradinf from previous versions of Samba to Samba 4.10. 2019-06-30 23:09:37 +00:00
Timur I. Bakeyev
5af29fe232 Add a note about upgrading procedure for the talloc, tevent, tdb and samba4[6-8]. 2019-06-19 23:11:40 +00:00
Kai Knoblich
c85e9292c9 www/qt5-webengine: Enable support for WebRTC and video capture devices
When accessing video capture devices warnings like below are emitted [2]:

[40533:463527936:0420/214650.072475:ERROR:create_video_capture_device_factory.cc(58)] Not implemented reached in std::unique_ptr<VideoCaptureDeviceFactory> media::(anonymous namespace)::CreatePlatformSpecificVideoCaptureDeviceFactory(scoped_refptr<base::SingleThreadTaskRunner>)

Also websites that want to access the camera, microphone, etc. exhibit
broken behavior, e.g. no dialogs to permit access on the desired capture
devices come up. [1]

Thus add the related patches from www/chromium [2] that enable support for
video capture devices and explicitly activate the WebRTC feature. [1]

PR:		236915 [1], 237423 [2]
Submitted by:	cmt [2]
Reported by:	thea20lineisameme@protonmail.com [1]
Reviewed by:	rakuco, tcberner (kde), Lorenzo Salvadore
Approved by:	tcberner (kde)
Differential Revision:	https://reviews.freebsd.org/D19900
2019-06-13 08:44:39 +00:00
Rodrigo Osorio
abd9626ef3 Upgrade net/routinator from 0.3.3 to O.4.0
Change log: https://github.com/NLnetLabs/routinator/releases/tag/v0.4.0

If you have been using previous releases of net/routinator check UPDATING file.

- Add an entry in UPDATING and fix typo in the previous entry

PR:		238335
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>
2019-06-11 16:07:36 +00:00
Antoine Brodin
47ce821484 Switch default version of samba from 4.7 to 4.8
With hat:	portmgr
2019-06-04 14:17:39 +00:00
Thierry Thomas
a04e20f9ff Update to d36b64d8a g20190531
- Update to d36b64d8a g20190531
- pkg-plist cleanup
- require intl extension - update UPDATING for possible restart

PR:		238286
Submitted by:	maintainer
2019-06-02 13:55:36 +00:00
Dave Cottlehuber
33de128843 sysutils/graylog: update 2.4.6 to 3.0.2
- align file locations to match new upstream config
- amend messages and UPDATING to alert users
- use upstream sample files for default configuration
- MAINTAINER timeout

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20021
2019-05-22 21:15:41 +00:00
Alexey Dokuchaev
e9b72daa99 Spell portupgrade(1) command correctly, consistently use plural form of
the word "users", and wrap one overly long line while I'm here.
2019-05-13 14:32:53 +00:00
Alexey Dokuchaev
c65190e8ad Fix some typos and remove EOL whitespace. 2019-05-09 16:06:06 +00:00
Jochen Neumeister
c508c53374 www/gitea: Update to 1.8.0
Changelog: https://blog.gitea.io/2019/04/gitea-1.8.0-is-released/

 - Add UPDATING

PR:		237734
Submitted by:	stb@lassitu.de (maintainer)
MFH:		2019Q2
Security:	a1de4ae9-6fda-11e9-9ba0-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-05-06 08:51:35 +00:00
Bradley T. Hughes
704cd65eb7 www/node: Update 11.14.0 -> 12.0.0
Update to the latest major release of Node.js, which includes many
significant changes. Users are encouraced to read the release
announcement before upgrading.

https://nodejs.org/en/blog/release/v12.0.0/

Update minimum version requirements for dependencies. Regenerate patches
with `make makepatch`.

Sponsored by:	Miles AS
2019-04-24 10:55:41 +00:00
Matthias Fechner
c39ae03f67 Upgrade to 11.10.
For full log see:
https://about.gitlab.com/2019/04/22/gitlab-11-10-released/

WARNING, this release switches the path were the repositories are
stored back to the default git home dir. Make sure you read the
UPDATING 20190423 entry and follow the update maual very carefully!
2019-04-23 08:27:13 +00:00
Bernard Spil
8528cb14e0 security/libressl: Update to 2.9.1
- Requires a rebuild of all dependent ports
2019-04-22 19:44:57 +00:00
Kurt Jaeger
65db7a8725 devel/lfcbase: update 1.11.9 -> 1.13.0
devel/lfcxml: update 1.2.6 -> 1.2.10
databases/cego: update 2.39.16 -> 2.44.1
databases/cegobridge: update 1.4.0 -> 1.5.0
databases/p5-DBD-cego: update 14.0 -> 1.5.0

- Warning: storage format has changed
  Export to xml format before upgrade and re-import after the upgrade
  See UPDATING
- recompile all applications linked to libcego
- Lots of changes, among them:
  o improved crash recovery
  o fixes to SQL expected behaviour
  o better CDATA handling
  o fixes primary key handling design issue
  o changes to serialisation for export/import, XML export/import is still
    possible

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
Changelog:	http://www.lemke-it.com/litexec?request=pubnews&user=&lang=en&numlog=1000
2019-04-21 13:31:25 +00:00
Muhammad Moinur Rahman
5d0431c5bb UPDATING : Fix TYPOS with 20190419 entry
PR:		237395
Submitted by:	xxjack12xx@gmail.com
2019-04-19 23:20:27 +00:00
Matthias Fechner
efc3d57a4b Change default version of ruby from 2.4 to 2.5.
PR:             233901
Exp-Run:        antoine
2019-04-19 22:48:01 +00:00
Muhammad Moinur Rahman
756beae7cf emulators/qemu: Update version 2.12.1=>3.0.1
- Remove GNS3 OPTION
- Update GTK2 OPTION to GTK3 to use updated requirements of gtk30 and sdl20
2019-04-18 23:15:10 +00:00
Rene Ladan
03ec62976d Belatedly add an entry to UPDATING for sysutils/password-store
PR:		224672
Reported by:	Adam Jimerson vendion@gmail.com
2019-04-10 13:13:21 +00:00
Antoine Brodin
e413c34db1 Switch default version of python to 3.6
PR:		234633
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D18743
2019-04-10 05:47:26 +00:00
Jan Beich
a870f6904a gecko: drop -i18n ports
These haven't been QA'd for years, only blindly updated. After Firefox 57
language selection via extension was broken but Firefox 65 gained native UI.

PR:		221916
2019-03-29 20:13:45 +00:00
Tobias C. Berner
da094cc86b Add not about updating issues with www/qt5-webengine
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-03-28 19:59:36 +00:00
Vsevolod Stakhov
284523ca43 - Update mail/rspamd to 1.9
- Remove obsoleted redirector start script
- Change user and group from nobody to Rspamd
- Add notes to UPDATING

PR:		236505
Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
2019-03-16 12:24:02 +00:00
Niclas Zeising
7a325e6491 x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
2019-03-11 21:25:57 +00:00
Rodrigo Osorio
4496beb696 Add a section in UPDATE after changes in www/igal2
PR:		202720
2019-03-11 16:53:02 +00:00
Sunpoet Po-Chuan Hsieh
bd03ae56e6 Fix typo 2019-03-03 22:33:55 +00:00
Sunpoet Po-Chuan Hsieh
4eb7d9a806 Document the x11-fonts/noto* changes 2019-03-03 22:21:46 +00:00
Kurt Jaeger
2964abf99d sysutils/paladin: update 1.1.1 -> 2.0.0
- An -f command line flag that allows specifying a config file
- A handle for the SIGINFO signal
- Args to the children are passed as an array (so that it's possible
  to pass an argument with a space in it)
- Fixes of some major bugs causing paladin to not correctly track
  the number of running children (so it wouldn't know when to exit),
  or not wait for children to exit before exiting itself after
  receiving SIGTERM.

PR:		236111
Submitted by:	rlwestlund@gmail.com
Approved by:	Randy Westlund <rwestlun@gmail.com>
2019-03-02 08:23:56 +00:00
Alexey Dokuchaev
a5785566ae Remove superfluous linefeeds and spell Qt properly while here. 2019-03-01 05:11:10 +00:00
Koichiro Iwao
014b23b8e4 Document change forgotten in r494024 in UPDATING 2019-02-27 07:14:35 +00:00
Vinícius Zavam
22b14ea743 net-mgmt/mk-livestatus: enable Nagios4 support by default
- ../UPDATING

  add note regarding default options being changed.

  - Makefile

  adopt the port; update '1.2.8p22' to '1.2.8p24';
  enable Nagios 4.x as the default supported version;
  RUN_DEPENDS uses respective Nagios package as dependency;
  delete unnecessary ${RM} -r api/perl;
  new option now provides mk-livestatus' Perl API;
  clean USES variable; built just fine.

  - pkg-message

  update documentation's URL (linked the one with text in English);
  add clear note that Nagios' event broker support needs to be enabled.

Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D18513
2019-02-25 14:49:41 +00:00