Commit graph

2491 commits

Author SHA1 Message Date
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
Tijl Coosemans
4494d8b75a - Let gnutls look for its configuration files in PREFIX/etc instead of /etc.
- Use --with-default-trust-store-file to set the location of the root
  certificates so configure doesn't have to autodetect this and the
  build dependency can be removed.
- Define TEST_TARGET.
- Remove DOCSDIR.  The files are also in PREFIX/share/info.
- Use p11-kit-trust as the default PKCS#11 trust store.

PR:		235703
Reported by:	mi
2019-02-24 15:22:40 +00:00
Mathieu Arnold
f7f0d00ce2 Expand a bit the "how do I change Perl5 major versions" entry. 2019-02-20 15:13:29 +00:00
Ashish SHUKLA
870ae39704 - Add a patch for the issue 2744
- Also revert a patch-configure.ac change from previous commits
- Document the change in UPDATING file
2019-02-15 15:55:24 +00:00
Kurt Jaeger
f44a4972df archivers/urbackup-server: update 2.2.11 -> 2.3.7
- Changes some hardcoded paths from /etc/urbackup to ${PREFIX}/etc/urbackup
- Adds a note to UPDATING about the foregoing path change
- Uses sqlite3, lua, and lmdb from ports tree, rather than embedded
- Enables support for mounting of VHD files via fuse

PR:		235432
Submitted by:	freebsd@coombscloud.com (maintainer)
Relnotes:	https://www.urbackup.org/server_changelog.html
2019-02-03 09:07:32 +00:00
Palle Girgensohn
a1e5e0fb67 Update fluentd to version 1.3.3
PR:             233939, 235179
Releasenotes:   https://github.com/fluent/fluentd/blob/master/CHANGELOG.md
Submitted by:	Artyom Davidov
2019-01-24 23:11:48 +00:00
Adam Weinberger
941fd0dba6 Amend the 20191113 entry to explain that geoipupdate must be used to
fetch the GeoIP 2 databases.

Reported by:	leres
2019-01-21 18:42:27 +00:00
Matthias Andree
f7cd8bfb78 mail/fetchmail depends overhaul, new fetchmailconf port
* Bring back SNI (server name indication) support for TLS connections,
  lost in 6.3.26_10 (PORTREVISION=10) as a regression over _9.
  Pointy hat: mandree@
* Drop the X11 option, remove the Python dependency, and create a new
  mail/fetchmailconf slave port/package that installs the fetchmailconf
  configurator. Note that the _DEPENDS of the ports reflects a technical
  dependence (fetchmailconf needs fetchmail), and we cannot keep an
  X11 option that depends on fetchmailconf, since that would create
  a circular dependency, which we must avoid.
* Patch configure instead of configure.ac with Cy's Kerberos fix, drop
  autoreconf from USES, and add a new configure check directly to set
  HAVE_DECL_SSLV3_CLIENT_METHOD to cover the various TLS providers
  (currently five, base, openssl, openssl111, libressl, libressl-devel)
* Add -Wl,--as-needed to LDFLAGS so as not to pull in unneeded .so
  libraries, for instance, libcom_err when compiling under GSSAPI_NONE.
* Bump PORTREVISION.

Very fruitful and nice collaboration with and
Approved by:	chalpin@cs.wisc.edu (maintainer)
2019-01-20 11:25:07 +00:00
Dirk Meyer
646449a4bd - fix option GEOIP to use GeoLite2-Country 2019-01-19 07:08:22 +00:00
Tobias C. Berner
ab8649dc2b graphics/qgis: update to 3.4.3
QGIS 3.4 LTR, the first long-term release (LTR) of QGIS 3.

This is a major upgrade and users should consult the UPDATING entry
provided for further information on how to progress.

http://changelog.qgis.org/en/qgis/version/3.4-LTR/

PR:		233726
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2019-01-15 21:30:15 +00:00
Jan Beich
eb2e63135c x11-wm/sway: update to 1.0.b.2.189
The last beta is several months old, so use a snapshot to help users
evaluate the current state.

Changes:	https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes:	https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed
2019-01-15 00:52:45 +00:00
Adam Weinberger
2eb84a7a05 Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
2019-01-13 20:58:36 +00:00
Matthew Seaman
389333ae5f Update databases/mysql-connector-java to 8.0.13
This now requires Java 1.8+

Repo-copy the orgiginal port to	databases/mysql-connector-java51 to
provide continued support for Java 1,6 and 1.7 users.  Hook up to the
tree.

Summary	of Changes:	https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database/
ChangeLogs:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/
2019-01-08 20:36:03 +00:00
Adam Weinberger
9aa798af48 Fix config file instructions for goaccess.
I completely misunderstood the config file location for goaccess.conf.
The config file hasn't moved to ETCDIR, only the sample file has. The
config file is still read from PREFIX/etc.

Remove the UPDATING/pkg-message instructions about this, and install
the config file to the correct place, along with a PORTREVISION bump.

Pointy hat:	adamw
2019-01-03 21:40:51 +00:00
Adam Weinberger
5064a2cad4 Update goaccess to 1.3.
With this release:
- The config file has moved from PREFIX/etc to ETCDIR
- The web assets are no longer installed separately (they
  are compiled into the binary so this should not affect
  end-users)
- NLS support (and OPTION) added

pkg-message and UPDATING entry added for conf file location
change.

Changes: https://goaccess.io/release-notes

PR:		234047
Approved by:	maintainer (sbz)
2019-01-03 21:08:51 +00:00
Thomas Zander
2c10f0205e Add entry on switching from multimedia/vlc3 to multimedia/vlc 2019-01-03 20:10:14 +00:00
Alexander Leidinger
dbf6ec8999 Update serviio to 1.10.1.
Submitted by: Jonathan Chen <jonc@chen.org.nz>
PR: 234476
2019-01-02 08:01:27 +00:00
Martin Wilke
ebf8913e12 - Whitespace fixes 2018-12-30 13:50:04 +00:00
Rodrigo Osorio
5a64d9023e Fix multiple issues in devel/trio
* unbreak the port in the tier architectures
 * add a bsd makefile to build and install the port instead of a gnu makefile
 * run the author regression test as part of the build process
 * do the proper changes to be able to disable the documentation

The new generated lib is named libtrio.so.2 ( previously misnamed libtrio.so.2.0.0)
and the libtrio.so symlink is generated.  An entry in the UPDATING file was added
about those changes

Bump portrevision.

PR:		234288
Submitted by:	mi
2018-12-28 14:03:33 +00:00
Christian Weisgerber
e2dcedf92a Add entry about a news/inn database incompatibility when upgrading from
FreeBSD 11 to 12.

Requested by: 	adamw
Reviewed by:	adamw
2018-12-26 21:18:48 +00:00
Guido Falsi
234b8801f9 Modify ntopng to use /var/db/ntopng as a data directory by default,
instead of /var/lib/ntopng.

Updated UPDATING entry text accordingly.

Reported by:	pi
2018-12-22 21:05:01 +00:00
Guido Falsi
a1b4f359a9 - Update ndpi to 2.6.d20181221
- Update ntopng to 3.8.d20181221
- Add USES=localbase to ndpi
- Silence portlint warnings
- Update WWW links
- Add UPDATING note about data directory change

nDPI changelog:
https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md

ntopng changelog:
https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md
2018-12-22 20:06:52 +00:00
Alexander Leidinger
6712512a29 Update openhab2 to 2.4.0 2018-12-18 21:01:08 +00:00
Greg Lewis
b64a920ff8 Fix a typo 2018-12-15 05:23:48 +00:00
Jochen Neumeister
d7a53ca377 sysutils/graylog: update to 2.4.6
- use templating to manage graylog_logging.xml config
- update mentioned dependencies in pkg-message.in
- update server.conf from 2.4.6 source extract
- re-import FreeBSD ports variables into server.conf.in

PR:		233181
Submitted by:	dch
Approved by:	thomas@bartelmess.io (maintainer timeout)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D17965
2018-12-15 00:52:50 +00:00
Mathieu Arnold
f5f3570210 Note the default version change for Perl. 2018-12-13 21:02:44 +00:00
Ashish SHUKLA
dc35f4185d - Update to 18.12
- Add an entry to UPDATING about changes in 18.12

Changes:		https://blog.process-one.net/ejabberd-18-12/
2018-12-12 08:15:08 +00:00
Guido Falsi
c2a26bd1a9 Fix english grammar in my latest UPDATING entry: possessive for
"it" is "its".

Reported by:	Scott Bennett <bennett@sdf.org>
2018-12-10 07:38:18 +00:00
Johannes M Dieterich
bfbf8bd33e LinuxKPI-based DRM ports: move to new ports nomenclature.
After some discussions within the x11 team, it was decided to move to a new
nomenclature for the LinuxKPI-based DRM ports that correctly reflects the
FreeBSD version the ports are for. This will also allow us to move to dedicated
branches per FreeBSD release and eases porting work.

Functionally, this commit is a no-op as we are not moving to new snapshots.

Reflect the move in UPDATING and MOVED. Users using the graphics/drm-kmod meta
port should not be affected. Direct consumers of the DRM ports shall move, as
in MOVED, as follows:

drm-stable-kmod is drm-fbsd11.2-kmod
drm-next-kmod is drm-fbsd12.0-kmod
drm-devel-kmod is drm-current-kmod

Reviewed by:	zeising (x11)
Approved by:	zeising (x11)
Differential Revision:	https://reviews.freebsd.org/D18328
2018-12-10 03:02:11 +00:00
Guido Falsi
21c7730fc4 - Add gtk2 and gtk3 flavors to geany ports
- Make gtk3 the default

NOTE: some plugins are gtk2 only, please check UPDATING.

PR:			226523
Submitted by:		Greg V <greg@unrelenting.technology>
Reviewed by:		mat
Approved by:		portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D18018
2018-12-09 17:29:13 +00:00
Alexander Leidinger
9cadbd5b94 Fix timestamp... this is not the timetraveler you are looking for. 2018-12-08 16:25:29 +00:00
Alexander Leidinger
a3ed37dac3 Update openhab2 to 2.3.0. 2018-12-08 16:24:37 +00:00
Ben Woods
b044e71547 sysutils/munin-*: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/
- Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
  with a '.conf' suffix.
- Add pkg-install script to automatically move any copies of the old
  newsyslog file to the new location if it was modified from the default
  or delete the old file if it is has not been modified.
- Add a note to UPDATING and pkg-message to warn users of this, in case
  they are using provisioning/configuration management tools which need
  to be modified.

Recent changes to /etc/newsyslog.conf (r340318) will only include files
from the /usr/local/etc/newsyslog.conf.d/ directory which end with
'.conf' and do not beginning with a '.' character.

Reviewed by:	mandree (D17088)
Approved by:	mat (maintainer)
Differential Revision:	https://reviews.freebsd.org/D17089
2018-11-24 02:50:06 +00:00
Jan Beich
f14586159d graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR:		227509
Requested by:	Johannes Lundberg, Greg V
Reviewed by:	tobik (earlier version)
Approved by:	madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by:	antoine
2018-11-11 23:54:06 +00:00
Steve Wills
868061ef79 security/ossec-hids-server: update from 2.8.3 to 3.1.0
PR:		232794
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
2018-11-09 18:52:21 +00:00
Nikolai Lifanov
6dedc0c743 update sysutils/ansible* ports
sysutils/ansible: 2.7.1
Changes: https://github.com/ansible/ansible/blob/v2.7.1/changelogs/CHANGELOG-v2.7.rst

sysutils/ansible26: 2.6.7
Changes: https://github.com/ansible/ansible/blob/v2.6.7/changelogs/CHANGELOG-v2.6.rst

sysutils/ansible25: 2.5.11
Changes: https://github.com/ansible/ansible/blob/v2.5.11/changelogs/CHANGELOG-v2.5.rst

All ports: move default configuration directory back to LOCALBASE/etc/ansible as
before the flavors conversion. Configuration is version-specific and not Python-specific
and this is a more intuitive location.

PR:		232377
Reported by:	Tomoyuki Sakurai (default configuration path)
2018-11-05 02:07:09 +00:00
Bradley T. Hughes
3eebc51b4e www/node: Update 10.12.0_1 -> 11.0.0
Update to the latest major release of Node.js. Upstream has dropped
support for FreeBSD 10.x, so mark the port as BROKEN on FreeBSD 10.
Regenerate patches with `make makepatch`.

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

Sponsored by:	Miles AS
2018-10-31 22:09:10 +00:00
Jochen Neumeister
89bcd41ec2 Switch default PHP version from 7.1 to 7.2
PR:		232398
Reviewed by:	joneum
Approved by:	tz (implicit)
Exp-run by:	antoine
Sponsored by:	Netzkommune GmbH
2018-10-22 14:04:03 +00:00
Bernard Spil
bb32f2bab8 security/libressl: Update to 2.8.2
- Requires rebuild of all dependent ports
2018-10-20 10:30:23 +00:00
Ryan Steinmetz
9fcb900737 - Use hitch user/group instead of nobody/nobody
PR:		232411
Submitted by:	grahamyvr@gmail.com
2018-10-18 23:36:11 +00:00
Adriaan de Groot
4fe01ca1ce Fix misattributed entry (email was wrong).
Submitted by:	loise@kde.org
2018-10-15 08:14:39 +00:00
Nikolai Lifanov
3c9a54e4cb update sysutils/ansible to 2.7.0
This is a major release. Please see changelog and migration guide:

https://github.com/ansible/ansible/blob/2.7/changelogs/CHANGELOG-v2.7.rst
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html

This also introduces sysutils/ansible26, which will track the 2.6 stable
branch.
2018-10-15 00:58:09 +00:00
Guido Falsi
2dd9174342 - Update devel/courier-unicode to 2.1
- Convert to USES localbase
- Update mail/cone to 1.0 [1]
- Update mail/courier-imap to 5.0.0
- Add LICENSE
- Update mail/maildrop to 3.0.0
- Remove IDN option since it's now mandatory
- Update mail/sqwebmail to 6.0.0 [2]
- Update security/courier-authlib to 0.69.0
- Add note to UPDATING
- Silence some portlint warnings

PR:			231471 [1]
Submitted by:		me
Approved by:		Maintainer timeout [1],
			oliver@ [2]
Differential Revision:	https://reviews.freebsd.org/D17234
2018-10-10 11:54:58 +00:00
Luca Pizzamiglio
159b4db427 Add UPDATING entry about pecl-xdebug versions
Every version has a different set of PHP version that support.
The entry clarifys the current situation.

Sponsored by:	trivago N.V.
2018-10-09 16:32:32 +00:00
Johannes M Dieterich
7e475225d5 Add UPDATING entry concerning DRM metaport.
Reviewed by:	x11 (zeising), imp, rene
Approved by:	x11 (zeising)
Differential Revision:	https://reviews.freebsd.org/D16903
2018-09-30 19:22:24 +00:00
Jeremie Le Hen
79272c397d Remove https support and fix Sprint Boot properties in www/libresonic-standalnone.
HTTPS support will be removed upstream:
https://github.com/Libresonic/libresonic/issues/125#issuecomment-256227104

Sprint Boot properties use the "server" prefix. They are documented here:
https://docs.spring.io/spring-boot/docs/1.4.5.RELEASE/reference/htmlsingle/#boot-features-customizing-embedded-containers

Reported by:	chronic at chronic se (Sprint Boot properties)
Reviewed by:	des@
Approved by:	des@
2018-09-24 21:27:07 +00:00
Torsten Zuehlsdorff
ad6867e955 Improve UPDATING notice for switch of PHP default version to PHP 7.1.
The port mod_php56 was not handled by the upgrade instruction.

PR:		231486
2018-09-24 09:59:42 +00:00
Matthias Andree
d1cfeab07e Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
2018-09-22 10:15:22 +00:00
Torsten Zuehlsdorff
188a80ce47 Switch default PHP version from 5.6 to 7.1
PR:		209563
Reviewed by:	tz, Felix Flor
Exp-run by:	antoine
2018-09-05 08:04:41 +00:00
Timur I. Bakeyev
a1c342c6f1 Add a note that net/samba48 doesn't depend anymore from databases/ldb13 2018-09-02 22:31:42 +00:00
Dan Langille
fc81200076 Upgrade to 1.42.01
Approved by:	maintainer (via private email)
Differential Revision:	https://reviews.freebsd.org/D16942
2018-09-01 19:02:13 +00:00
Antoine Brodin
ec3e56288a Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D16904
2018-09-01 17:05:47 +00:00
Adam Weinberger
b7913ab3ad Add an entry for geoipupdate-3.0.0 2018-08-13 20:46:02 +00:00
Palle Girgensohn
0ef5b16771 The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.5, 9.6.10, 9.5.14, 9.4.19,
9.3.24.  This release fixes two security issues as well as bugs reported over
the last three months.

If you have untrusted users accessing your system and you are either running
PostgreSQL 9.5 or a newer version OR have installed the "dblink" or
"postgres_fdw" extensions, you must apply this update as soon as possible. All
other users can upgrade at the next convenient downtime.

Please note that PostgreSQL changed its versioning scheme with the release of
version 10.0, so updating to version 10.5 from any 10.x release is considered a
minor update.

The PostgreSQL Global Development Group also announces that the third beta
release of PostgreSQL 11 is now available for download. This release contains
previews of all features that will be available in the final release of
PostgreSQL 11 (though some details of the release could change before then) as
well as bug fixes that were reported during the second beta.

This release also changes the default option for the server packages to *not*
include XML support per default. If you need this, please check the XML option
knob and build the port.

Releasenotes:	https://www.postgresql.org/about/news/1878/
PR:		229523, 198588
Security:	96eab874-9c79-11e8-b34b-6cc21735f730
Security:	CVE-2018-10915, CVE-2018-10925
2018-08-10 09:25:20 +00:00
Thierry Thomas
896f7332ee Upgrade www/tt-rss to a2d1fa5b14 (07/18/2018).
PR:		230126
Submitted by:	Derek Schrock
2018-08-06 17:14:54 +00:00
Danilo G. Baio
a895a93def Add Zabbix Java Gateway ports
This update separates Java Gateway componentes from the Zabbix Server port,
creating an additional slave port for each version.

This way is possible to deploy a Java Gateway without the need to install
Zabbix Server components.

In the current state there wasn't an rcfile for the Java Gateway. [1]

PR:		217777
Reported by:	Juan Garcia <juan@ish.com.au> [1]
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2018-08-04 12:37:18 +00:00
Christian Weisgerber
c082bf1667 Move the numerical ID for the "_ntp" user, required for net/openntpd's
privilege separation, after its value was usurped by the new "ntpd"
user in 12.0-CURRENT.

PR:		229936
2018-08-03 20:29:52 +00:00
Adam Weinberger
0c926073ff Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
2018-08-01 16:33:11 +00:00
Niclas Zeising
c666135a65 Amend the UPDATING entry for xorgproto with some more instructions on how to
remove the old *proto ports.

Submitted by:	Kevin Oberman
2018-08-01 05:43:37 +00:00
Niclas Zeising
59bfe5e6b5 Use my FreeBSD.org e-mail address. 2018-07-31 20:16:33 +00:00
Tobias Kortkamp
587b9560db audio/sndio: Update to 1.5.0 2018-07-31 19:40:24 +00:00
Niclas Zeising
15dac70c75 Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
2018-07-31 18:41:30 +00:00
Kurt Jaeger
41c545cf12 New port: security/kc24
Console based password storing application using an encrypted XML
document as its database.

WWW: https://github.com/levaidaniel/kc

Please read the UPDATING note!

PR:		222376
Submitted by:	Vidar Karlsen <vidar@karlsen.tech>, Daniel <leva@ecentrum.hu> (maintainer and upstream-author)
Relnotes:	35656e47a3/Changelog
2018-07-28 10:41:55 +00:00
Thierry Thomas
4334d1da06 Upgrade ibus-typing-booster to 2.1.0.
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.1.0>.
2018-07-25 21:02:21 +00:00
Carlos J. Puga Medina
4bde293561 dns/dnsdist: Update to 1.3.2
- Add a note to UPDATING about breaking changes

Changelog: https://dnsdist.org/changelog.html#change-1.3.2

PR:		229742
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	cpm
2018-07-14 09:17:51 +00:00
Matthias Fechner
78a51eed7e Updated gitlab to 11.0.2.
For detailed list of changes please see here:
https://about.gitlab.com/2018/06/22/gitlab-11-0-released/
Please make sure before you upgrade you read the entry in UPDATING.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D16127
2018-07-04 17:38:29 +00:00
Nikolai Lifanov
bfc0e045ba rename devel/bats to devel/bats-core and update to 1.0.2 2018-07-01 23:28:16 +00:00
Ashish SHUKLA
91b4d2e12f - Update to 18.06
- Add a note to UPDATING about removal of support for IRC transport
- Thanks to reporter for help with testing

PR:		229388
Reported by:	post at zuglufttier dot de
2018-06-30 20:19:42 +00:00
Guido Falsi
1e35e676e8 Fix typo. 2018-06-28 07:19:53 +00:00
Matthias Fechner
029dd4c6ec Added flavors support to drush.
PR:		227741
Submitted by:	Jonas Palm
Reported by:	Jonas Palm
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15990
2018-06-26 15:33:26 +00:00
Mathieu Arnold
412949042c Remove the composer example, it will mainly confuse people.
Sponsored by:	Absolight
2018-06-12 22:10:18 +00:00
Joseph Mingrone
72cc25b343 UPDATING: Document name change of editors/emacs-devel@nox package 2018-06-12 18:33:35 +00:00
Joseph Mingrone
b939f5ab06 UPDATING: Document new package names for Emacs major version update 2018-06-12 18:33:25 +00:00
Joseph Mingrone
b672dbca9c Emacs ports: Improve consistency between the two Emacs ports and...
- [1] Do not link liblockfile when MAILUTILS option is off.  Users who want
  mail functionality should turn on the MAILUTILS option.  See PR 227799.

- [2] Create a link under exec_directory pointing to
  ${PREFIX}/bin/movemail.  See upstream bug https://bugs.gnu.org/31737 and
  PR 228833.

- Based on user feedback, change the package name for the nox flavor of
  editors/emacs-devel from emacs-devel_nox to emacs-devel-nox.  The
  original motivation for naming the package emacs-devel_nox was so that
  PKGNAMESUFFIX would match the flavor names for USES=emacs ports and
  flavor names cannot contain '-'.

- Remove patches that are no longer necessary.  The patch
  emacs-devel/files/patch-configure.ac is no longer necessary because 10.3,
  which included an old version of texinfo in base, is EOL.  The lldb-gud
  patch is no longer necessary because the LLDB option has been removed.

- Update editors/emacs-devel to a newer commit on the upstream master
  branch.

- Customize COMMENT for nox flavor of editors/emacs-devel.

PR:		227799 [1], 228833 [2]
Submitted by:	yasu@utahime.org [1], bengta@sics.se [2]
Approved by:	ashish
Differential Revision:	https://reviews.freebsd.org/D15728
2018-06-12 16:03:56 +00:00
Mathieu Arnold
8a7c838a48 Add a note about PHP flavors.
Sponsored by:	Absolight
2018-06-11 17:01:15 +00:00
Olivier Cochard
13bede1e9b Due to regression detected on FRR 4.0, preparing re-introduction of
FRR 3 branch by renaming frr to frr4.
Fixed a typo regarding my last modification into MOVED file too.
2018-06-02 07:42:45 +00:00
Thierry Thomas
50088cb5f2 Upgrade ibus-typing-booster to 2.0.0.
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.0.0>.
2018-05-29 17:52:11 +00:00
Jan Beich
e343dd85af mail/thunderbird: back out r470673 as AMO version lacks libical
PR:		226919
Pointy hat to:	jbeich (too sleepy to wait for QA)
2018-05-23 04:49:02 +00:00
Jan Beich
ed177f1d6b mail/thunderbird: drop LIGHTNING as it's unusable after r470672
PR:		226919
2018-05-23 04:20:39 +00:00
Nikolai Lifanov
bb43a505cf add tests and FLAVORS to Ansible ports
Most of the work was done by koobs. Thank you!

PR:		228268
Submitted by:	koobs
Reported by:	Christopher Hall
2018-05-18 13:45:40 +00:00
Matthias Fechner
bd55cb0e00 Added a note to UPDATING about gitlab-pages feature was removed till it is fixed upstream again. 2018-05-14 18:18:12 +00:00
Koichiro Iwao
1d4cdcc6ff net/xrdp{,-devel}: Update to 0.9.6
* mark -devel port as IGNORE since net/xrdp has been updated
* s/XRDP/xrdp/ in pkg-message, upstream usually spell it lowercase

x11-servers/x11rdp: remove port

This port is only required by net/xrdp 0.6.2. Since net/xrdp has been
updated to 0.9.6, it is no longer required any other port and not useful
with standalone at all. 0.9.1 or later uses x11-drivers/xorgxrdp instead.

Approved by:	hrs (mentor, via email)
Relnotes:	https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.1
		https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.2
		https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.3
		https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.4
		https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.5
		https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.6
Differential Revision:	https://reviews.freebsd.org/D15375
2018-05-13 07:25:24 +00:00
Yuri Victorovich
d76c7ec95e Add the notice to UPDATING that math/suitesparse can only be built when it isn't installed.
Requested by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
2018-05-08 04:02:41 +00:00
Kirill Ponomarev
59412bc7e0 Reflect changes in www/gitea in r469092
PR:		227028
Submitted by:	stb@lassitu.de
2018-05-05 08:25:24 +00:00
Bradley T. Hughes
1feb29bc1f www/node: Update 9.11.1_1 -> 10.0.0
Update to the latest major release of Node.js. This release includes
many significant changes, both to Node.js itself and the FreeBSD port.

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

In particular, Node.js now requires OpenSSL 1.1.0h, so the BUNDLED_SSL
option is enabled by default. It is still possible to disable this
option when using security/openssl-devel (which is currently at 1.1.0h).
Multiple patches are required to get Node.js building with the bundled
OpenSSL library. Only amd64 builds get optimized assembler; all other
archs use non-asm implementations.
2018-04-30 22:46:56 +00:00
Dirk Meyer
c06323270b - inetd version for news/nntp 2018-04-30 10:47:50 +00:00
Bernard Spil
85d08c6ff0 security/libressl: Update to 2.7.2
- Most important ports are compatible, see
   https://wiki.freebsd.org/LibreSSL/2.7 for more info
2018-04-28 19:46:57 +00:00
Ben Woods
c496b34b2a sysutils/zrepl: Update to 0.0.3
Changes this release:
  https://github.com/zrepl/zrepl/blob/0.0.3/docs/changelog.rst

Breaking changes with the 0.0.3 release:
- Snapshots are automatically bookmarked and pruning of bookmarks must
  be configured by adding the keep_bookmarks parameter to the prune
  policy section of the zrepl configuration file (source side only).
  Be sure to understand the meaning bookmarks have for maximum
  allowable replication downtime.
- The ssh+stdinserver transport protocol has changed, requiring zrepl
  to be updates on both the sending and receiving side, and the daemon
  restarted on both sides.
- The first outlet in the global.logging section of the configuration
  file is now used for logging meta-errors (e.g. problems encountered
  when writing to other logging outlets).
2018-04-27 08:49:19 +00:00
Tobias Kortkamp
140c5dd041 Add missing colons after the dates of some entries in UPDATING.
pkg-updating(8) has trouble determining where entries being or end
otherwise.

PR:		227801
Submitted by:	mike@skew.org
2018-04-27 07:54:22 +00:00
Jochen Neumeister
e00a6b1ba1 databases/pecl-redis: Update and split into new port
This update consists of two parts which updates current port
and creates a new port with the old version as there are breaking
changes in the new version.

PR:		227396
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D15146
2018-04-25 10:33:56 +00:00
Danilo G. Baio
b0c5358af0 dns/dnscrypt-proxy2: Update to 2.0.10
Main changes in the port:
  - Improve instructions for using dnscrypt-proxy2 together with unbound. [1]
  - Add dnscrypt_proxy_suexec option for users who want to run the daemon as
    root.
  - Move the configuration file from ${PREFIX}/etc/dnscrypt-proxy.toml to
    ${PREFIX}/etc/dnscrypt-proxy/dnscrypt-proxy.toml, because by default
    temporary files will use the path of the config file.
    This fixes a permission issue when fetching the public resolvers list.

Changes:	https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.10/ChangeLog

PR:		227129 [1]
Submitted by:	egypcio@googlemail.com (maintainer)
Reported by:	erik@nordstroem.no [1]
Differential Revision:	https://reviews.freebsd.org/D15024
2018-04-18 02:25:48 +00:00
Kurt Jaeger
67a6b983c3 mail/postgrey: fix conflict of PG_USER variable with PostgreSQL
Please note:

20180416:
  AFFECTS: users of mail/postgrey
  AUTHOR: ports.maintainer@evilphi.com

  If you use any of the optional make.conf variables to specify the
  postgrey user, group, db dir, or run dir when building the port, you will
  need to change the prefix from PG_ to POSTGREY_*.  The variables were
  renamed to solve a namespace collision with the PostgreSQL ports.

PR:		227261
Submitted by:	Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-04-16 17:18:00 +00:00
Guido Falsi
40044c8f62 - Update php-composer to 1.6.3
- Add php flavors support
- Add updating note due to package name change

PR:			227418
Submitted by:		me
Approved by:		cyberbotx@cyberbotx.com (maintainer),
			portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D15026
2018-04-12 15:39:21 +00:00
Tobias C. Berner
f687380c51 Add UPDATING note on KDE SC4 <foo>-kde4 packages.
Submitted by:	se
2018-04-10 19:56:43 +00:00
Danilo G. Baio
0ca7373a6e net-im/matterircd: Update to 0.17.0
Changes:	https://raw.githubusercontent.com/42wim/matterircd/v0.17.0/changelog.md

PR:		227391
Submitted by:	norrland@nullbyte.se (maintainer)
2018-04-09 23:54:29 +00:00
Bernard Spil
1e6b771b72 www/nextcloud: Fix missing quote in examples
Reported by:	Frank Ebert
2018-04-05 08:21:24 +00:00
Bernard Spil
aadad1ab4a www/nextcloud: Update to 13.0.1
- Includes breaking rename of $WWWDIR/apps path
 - Add fix file and warnings
 - Add OpCache option
 - Alphabetic ordering
 - Migration from ownCloud is stale
 - Take maintainership

PR:             227133
Approved by:    Loic Blot <loic blot unix-experience fr> (maintainer)
2018-04-04 07:11:09 +00:00
Mathieu Arnold
db24f2248b Improve the 20180308 PHP flavors entry.
Sponsored by:	Absolight
2018-04-03 12:46:30 +00:00
Adam Weinberger
b567ca5647 Update dovecot to 2.3.1, and dovecot-pigeonhole to 0.5.1
This is a very large update, and it WILL require manually
updating existing conf files, though the changes to do so
are not extensive. Updating instructions are here:

	https://wiki2.dovecot.org/Upgrading/2.3

Additionally there are various cleanups to the dovecot rc(8)
script, and support for a LUA scripting interface for dovecot.

The decision was made not to import the 2.3.0 or 2.3.0.1 releases
here, due to the number of existing bugs. ler and I have been
dogfooding it for months now, and all of the bugs I've encountered
are fixed in this 2.3.1 release.

This update is the result of many, many hours of collborative work
between ler and me, and the input of many people on the freebsd-ports
list.
2018-04-01 17:10:31 +00:00
Mathieu Arnold
a0061ad184 Make a note of Perl's default being changed.
Sponsored by:	Absolight
2018-03-30 12:18:13 +00:00
Matthias Andree
3ac5fcd350 Amend to UPDATING the dns/dnsmasq entry.
Mention that dnsmasq no longer answers non-recursive queries unless
set authoritative, and point to the manual page, too.

Reported by: brnrd@
2018-03-30 09:31:16 +00:00
Timur I. Bakeyev
e94ea275b6 Add a note about net/samba48 2018-03-25 01:14:07 +00:00
Tobias Kortkamp
f1df0a8d9a Fix format of UPDATING entry
PR:		226632
2018-03-20 17:12:48 +00:00
Tobias Kortkamp
8f66372557 x11/sterm: Update to 0.8
- Fix LICENSE and set it to MIT
- Fix the way we handle the terminfo of x11/sterm.  FreeBSD 12,
  11-STABLE, and 11.2-RELEASE do not require any additional
  configuration (thanks to bapt@) [1].  For older versions, there is a
  simple set of instructions on how to configure terminfo for x11/sterm
  in pkg-message.
- Create a symbolic link to user-defined config.h instead of making a
  copy as is done in other suckless.org ports such as x11-wm/dwm and
  www/quark.
- Respect CPPFLAGS
- Add some files to DOCS and DATA
- Eliminate an unnecessary .for loop during install
- Use HTTPS in WWW
- Add UPDATING entry as old config.h files will need to be updated for
  the newer version

[1] https://svnweb.freebsd.org/changeset/base/331006

Changes:	https://git.suckless.org/st/log/?qt=range&q=0.7..0.8
PR:		226632
Submitted by:	0mp
Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-03-20 17:10:09 +00:00
Matthias Andree
1533140b17 dns/dnsmasq update to release v2.79
Note there are a few incompatible changes. For details, please see the...
Changelog: <http://thekelleys.org.uk/dnsmasq/CHANGELOG>
2018-03-19 21:10:34 +00:00
Mark Felder
99e161c929 Add entries for the recent multimedia/plexpy -> multimedia/tautulli migration 2018-03-17 15:16:01 +00:00
Bernard Spil
9feff3cab5 security/openssl: Cleanup
- Remove EXPCIPHERS option (use security/openssl-unsafe) [1]
 - Move port variables not dependent on bsd.port.pre.mk up
 - Deleting man3 .pod files is redundant
 - bss_dgram.c modification is a no-op
 - Let openssl's Makefile install libs
 - Simplify stripping

PR: 		195270 [1]
2018-03-10 10:53:36 +00:00
Guido Falsi
49975386b4 - Update net/unison to new major release 2.51.2
- Preserve previous major release 2.48.14 as net/unison248 for
  compatibility reasons
2018-03-09 21:11:54 +00:00
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Joseph Mingrone
858103763a UPDATING: Add example for setting default Emacs flavor in make.conf
After Emacs flavors were introduced, users have requested the ability to
specify a default flavor for the Emacs ports (editors/emacs and
editors/emacs-devel) in make.conf, so add an example to the 20180201 entry.

Approved by:    ashish
Differential Revision:  https://reviews.freebsd.org/D14555
2018-03-03 14:12:07 +00:00
Bernard Spil
118fcfc527 www/nextcloud: Update to 13.0.0
- Changes permissions as well

PR:             223778
Approved by:    Loic Blot <loic.blot unixexperience fr> maintainer)
2018-02-20 09:14:21 +00:00
Matthias Andree
424c099100 Overhaul default hosts configuration.
- When no virtualhosts are defined, and the default localhost/localhost is
  effective, the post-install script now adds DEFAULT_EMAIL_HOST,
  DEFAULT_URL_HOST, and add_virtualhost() lines to mm_cfg.py.

  Add corresponding support to remove unchanged configurations to the
  deinstall script.

- While here, overhaul crontab configuration to only request a merge if the
  crontab had been modified, and unify progress reports.

- Merge pkg-deinstall into pkg-install, to avoid duplication of code
  that might be missed in later maintenance.

PR:		225961
Reported by:	Terry Kennedy
2018-02-17 12:45:18 +00:00
Steve Wills
133d05b749 Fix typo in 20180214 entry 2018-02-14 13:05:14 +00:00
Steve Wills
5708e89f62 Add note about default Ruby
Submitted by:	freebsdcodereview@zofrex.com
Differential Revision:	https://reviews.freebsd.org/D14203
2018-02-14 13:02:46 +00:00
Matthias Andree
621349e91c Fix grammar in my revised 20180208 UPDATING on mail/mailman.
Reported by:	Larry Rosenman
2018-02-13 21:58:51 +00:00
Matthias Andree
21c65560b4 Fix typo, and trailing space, in my 20180208 entry on mail/mailman. 2018-02-13 21:49:10 +00:00
Tobias C. Berner
66ad1342d6 Update japanese/lookup to 1.99.96.20180209
* Update to 1.99.96.20130920.
* Switch master site to GitHub.
* Update LICENSE.
* Remove EMACS_FLAVORS_EXCLUDE because this version of Lookup can be built with editors/emacs-devel.
* Update description and WWW in pkg-descr.
* Add entry to UPDATING about incompatibility.

PR:		225748
Submitted by:	yasu@utahime.org (maintainer)
2018-02-09 23:43:58 +00:00
Kurt Jaeger
5ed9400f04 net-mgmt/pmacct: update 1.6.1 -> 1.6.2, allow per-interface instances
PR:		200786
Submitted by:	Niels Kristensen <niels@kristensen.io>
Relnotes:	http://www.pmacct.net/ChangeLog-1.6.2
2018-02-09 19:15:42 +00:00
Matthias Andree
ea2e7b3e9d Mention mailman configuration requirement. 2018-02-08 22:44:23 +00:00
Joseph Mingrone
f33f6793e7 UPDATING: Add poudriere examples
Reported by:	leres
2018-02-04 21:05:35 +00:00
Joseph Mingrone
194ccc064e UPDATING: fix typo in 20180201 Emacs flavors entry
Reported by:	se
2018-02-02 23:34:33 +00:00
Joseph Mingrone
567c258d16 UPDATING: Improve description of DEFAULT_VERSIONS+=emacs=<flavor> 2018-02-02 16:10:43 +00:00
Joseph Mingrone
a3cc513bfc Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
2018-02-01 18:03:09 +00:00
Greg Lewis
582e32c307 . Fix some typos.
. Minor wordsmithing.
2018-02-01 07:46:21 +00:00
Ben Woods
5dd21e42a3 net-p2p/transmission-daemon: Improve UPDATING entry and add pkg-message
This will ensure users who do not read UPDATING are still presented with
the message about how to allow clients to connect to the daemon using
DNS when they upgrade the package.

PR:		225150
Reported by:	swills
Security:	https://www.vuxml.org/freebsd/3e5b8bd3-0c32-452f-a60e-beab7b762351.html
2018-01-20 01:20:19 +00:00
Tobias C. Berner
94ac845319 Update KDE Frameworks to 5.42.0
PR:		225155
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D13816
2018-01-17 10:21:32 +00:00
Ben Woods
20d10694c1 Add note to UPDATING for net-p2p/transmission-daemon explaining how to
allow client access with the new DNS rebinding mitigations.

PR:		225150
MFH:		2018Q1
Security:	https://www.vuxml.org/freebsd/3e5b8bd3-0c32-452f-a60e-beab7b762351.html
2018-01-14 23:29:04 +00:00
Adam Weinberger
63669c3057 Just tell people to delete vim-lite and install vim-console 2018-01-11 20:57:34 +00:00
Adam Weinberger
bd7f4e1d0f Rename editors/vim-lite to editors/vim-console. The vim-console port isn't
actually any lighter---it's built with exactly the same feature-set as
the main vim port. The only difference is lack of gtk20 GUI, and the
language bindings are off by default.

An UPDATING entry is included.
2018-01-11 20:29:52 +00:00
Tobias C. Berner
37dfd0410b Document issues during the upgrade of www/qt5-webengine
PR:		225020
Reported by:	Marco Beishuizen <mbeis@xs4all.nl>, Vladimir Omelchuk <admin@vladiom.com.ua>
2018-01-09 20:41:19 +00:00
Adam Weinberger
85f2733fed Add a note about the gpg invocation from (neo)mutt changing from 2.0
to 2.2. The recommendation is just to use gpgme, but I'm including
a (neo)muttrc command from David Wolfskill for people who prefer to
roll their own.

Reported by:	David Wolfskill
2018-01-07 15:49:44 +00:00
Bradley T. Hughes
fb07b9fac2 devel/awscli: use USE_PTYHON=noflavors, remove PKGNAMEPREFIX
The introduction of flavors caused the awscli package to be renamed to
py27-awscli. Since this package is preinstalled on all AWS EC2 instances
running a FreeBSD image, apply POLA and rename the package back to
awscli. The assumption is that the rename was unintentional.

Approved by:	mat (co-mentor)
MFH:		2018Q1
Differential Revision:	https://reviews.freebsd.org/D13555
2018-01-02 13:52:49 +00:00
Ashish SHUKLA
6d97442a71 - Add a note to UPDATING about recently discovered ejabberd build issue
PR:		224606
Reported by:	dewayne@heuristicsystems.com.au
2017-12-30 06:58:29 +00:00
Danilo G. Baio
e1aab1356a dns/dnscrypt-proxy: Replace 'cisco' (OpenDNS) resolver by 'random'
This update replaces the default resolver used by
dnscrypt-proxy (cisco/OpenDNS) by a random one that
does not log entries and supports dnssec.

- Improve pkg-message's.
- Fix MASTER_SITES.
- Reorder Makefile variable's.
- Update WWW.

PR:		223222
Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
Reviewed by:	dbaio, garga, mat
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com>
		(maintainer, previous patch, then timeout)
Differential Revision:	https://reviews.freebsd.org/D12775
2017-12-23 14:16:18 +00:00
Antoine Brodin
ddd8c8640e Change default version of samba from 4.4 to 4.6
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00
Yuri Victorovich
80c876d85e devel/gogs: Changed user from gogs to git; Moved ini file under /usr/local/etc
PR:		224113
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13469
2017-12-18 23:57:06 +00:00
Guido Falsi
82b8c66259 - Convert GUILE1 and GUILE2 options to flavors in the gnucash port
- Make the guile2 flavor the new default. Users requiring guile1
  can use that flavor
- Add note in UPDATING, since the default is changing

Reviewed by:	mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13478
2017-12-15 17:19:56 +00:00
Adam Weinberger
e018bfc0ab Move the deprecated variables announcement from CHANGES to UPDATING.
These are user variables, not just developer variables.
2017-12-14 20:35:39 +00:00
Adam Weinberger
f800405c46 Add a short entry about FLAVORS 2017-12-06 13:56:27 +00:00
Kirill Ponomarev
b0df3b8b9c Add info about recursor passthrough removal in dns/powerdns
Reported by:	brd
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D13375
2017-12-05 16:28:28 +00:00
Kurt Jaeger
b433dc3a26 sysutils/dsbmd: update 0.4.1 -> 0.5
PR:		223973
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2017-12-03 10:12:38 +00:00
Bryan Drewery
57703565cf FLAVORS needs Poudriere 3.2+ 2017-11-30 18:03:51 +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
70a9cd5182 security/p5-openxpki[-i18n]: Update to 1.19.4
PR:		223326
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2017-11-26 20:53:15 +00:00
Kurt Jaeger
d573ffd406 mail/sympa: update 6.2.16 -> 6.2.22
Please note:

- Web's static dirs have moved to a single dedicated directory.
- Users should review webserver's /static configuration (examples in
  share/examples/sympa).

PR:		223793
Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Relnotes:	https://github.com/sympa-community/sympa/blob/6.2.22/NEWS.md
2017-11-26 20:29:06 +00:00
Ben Woods
f40e3cdfa2 sysutils/zrepl: Update to 0.0.2
- Include UPDATING message about breaking changes in zrepl.yml
- Update dependencies to match Gopkg.lock changes [1]
- Take maintainership, approves by lifanov via email previously

  [1] https://github.com/zrepl/zrepl/compare/0.0.1...0.0.2#files_bucket

Approved by:	lifanov (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13163
2017-11-20 15:40:31 +00:00
Tobias Kortkamp
1f2a4fab13 graphics/netpbm: Fix build with older netpbm versions installed
The build currently fails when older netpbm version are still
installed in the build environment e.g. when upgrading from 10.35.98
to 10.80.00 the build fails with

ppmtompeg.o: In function `main':
ppmtompeg.c:(.text+0x9a5): undefined reference to `pm_strfree'
ppmtompeg.o: In function `getUserFrameFile':
ppmtompeg.c:(.text+0xcb1): undefined reference to `pm_asprintf'
ppmtompeg.c:(.text+0xcfb): undefined reference to `pm_strfree'
ppmtompeg.c:(.text+0xd04): undefined reference to `pm_strfree'

- Use explicit paths when linking with libnetpbm
- Remove UPDATING entry that previously recommended deinstalling
  netpbm first when using portmaster/portupgrade

PR:		223724
2017-11-18 00:51:34 +00:00
Nikolai Lifanov
4e9d4be535 update sysutils/terraform to 0.11.0
This update contains several incompatible changes.
Please follow the upgrade guide when updating.

Changes: https://github.com/hashicorp/terraform/blob/v0.11.0/CHANGELOG.md
Upgrade guide: https://www.terraform.io/upgrade-guides/0-11.html
2017-11-17 19:22:24 +00:00
Bryan Drewery
707b5178bb Note poudriere-options -p issue. 2017-11-14 23:14:08 +00:00
Thomas Zander
d28956b743 Provide UPDATING entry for renaming of devel/oniguruma6 to devel/oniguruma
PR:		222869
Reported by:	m.bueker@berlin.de
2017-11-12 14:09:12 +00:00
Pawel Pekala
ac01eaff99 - Date format for UPDATING is YYYYMMDD
- Change value to commit date to keep entries in chronological order

Approved by:	just fix it
2017-11-08 18:49:20 +00:00
Bradley T. Hughes
44ea3d95ff www/node: Update 8.8.1 -> 9.0.0
Update to the latest major version of Node.js.

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

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12974
2017-11-07 19:13:07 +00:00
Bernard Spil
1a7dfd5fc9 security/libressl: Update to 2.6.3
- Align with security/libressl-devel
 - Switch to using new install-man5 target for MAN3 option
 - Add UPDATING entry
2017-11-07 15:30:52 +00:00
Bernard Spil
b38d05d84e www/mod_auth_cas: Update to 1.1
- Update to 1.1
 - Add modules.d configuration file
 - Builds OK with clang
 - Fix configure detection of libpcre

PR:             214707
Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr>
With hat:       apache
2017-11-05 12:36:16 +00:00
Bernard Spil
36df8a34b9 www/mod_rpaf2: Update to 0.8.4
- Update to 0.8.4 fixing Apache 2.4 compat [1]
 - Add modules.d config file [1] fixing [2]
 - Add upstream fix for clang warning [1]

PR:             209869 [1], 222374 [2]
Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1]
Reported by:    mayhem30@gmail.com [2]
With hat:       apache
2017-11-05 12:04:45 +00:00
Adam Weinberger
4492438acd Alter language bindings
Separate python2 and python3 bindings[1], to allow each to be enabled
independently or concurrently. py27 is still the default.

As long as I'm messing with language bindings, turn the Tcl and Lua
options off by default. This does NOT in any way affect support for
editing those types of files (including indenting, completion,
highlighting, linting, etc.)---it only affects plugins written in
Tcl or Lua or interactive debugging.

Suggested by:	mat [1]
2017-10-31 17:15:06 +00:00
Rodrigo Osorio
e0d561f4a9 Fix conflicts with emacs ctags (editors/emacs-devel, editors/emacs-nox11, editors/emacs)
by prefix the 'u' character.

PR:		223076
Submitted by:	<carl.shapiro@gmail.com
2017-10-26 22:14:34 +00:00
Guido Falsi
b1fac01e5e Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".

Reviewed by:		mat, rene
Approved by:		portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D12548
2017-10-15 14:05:04 +00:00
Bryan Drewery
9779576b57 Update to 7.6p1
- Update x509 patch to 11.0
- HPN/NONECIPHER do not apply currently and are disabled by default,
  same as the base sshd.  A compatibility patch is applied if
  these options are disabled to prevent startup failures; the options
  are kept as deprecated.
- SCTP patch does not apply.

Changes: https://www.openssh.com/txt/release-7.6

Notable changes:
  - SSH version 1 support dropped.
  - Dropped support for hmac-ripemd160 MAC.
  - Dropped support for the ciphers arcfour, blowfish and CAST.
  - RSA keys less than 1024 bits are refused.
2017-10-12 19:40:58 +00:00
Tobias Kortkamp
1344a926b3 Fix typo
netpbm 10.88.00 -> netpbm 10.80.00
2017-10-06 19:21:02 +00:00
Tobias Kortkamp
8a9988ba82 Provide a hint for portmaster/portupgrade/make users for dealing with
the graphics/netpbm update.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2017-10-06 13:40:36 +00:00
Cy Schubert
c1ac4cfd3a Make the command rename options default. This avoids a conflict with
net/bsdrcmds by default allowing end-users to install both ports.

Users may deselect the options to use the original command names
however they must also uninstall net/bsdrcmds to avoid the conflict.
2017-10-05 01:56:06 +00:00
Tobias Kortkamp
7caab4aac6 x11-wm/cwm: Update to 5.6-201-g5a46349
A lot of things have changed for the better since version 5.6 in cwm,
but upstream has stopped tagging new releases.  This updates the port
to use a more recent commit to match cwm in OpenBSD more closely.
This is important because configuration options have changed which
makes it harder to share config files between systems.

While here

- Fix license which appears to not be BSD 2-clause but the ISC license
- Update WWW.  The old site is gone.
- Remove MASTER_SITES which wasn't really used

Changes:	https://github.com/chneukirchen/cwm/compare/v5.6...linux
PR:		222423
Approved by:	braakvaak@aol.com (maintainer timeout, 2 weeks)
2017-10-02 15:04:37 +00:00
Emanuel Haupt
18195f72a2 Add a notification for users of mail/isync using Maildir sub-folders.
PR:		222720 (based on)
Submitted by:	seschwar@gmail.com
2017-10-02 06:26:25 +00:00
Eugene Grosbein
68345b1ce3 Give a hint for those who strugges updating PHP after
dependency switch from devel/oniguruma5 to devel/oniguruma6

PR:		220809
Reported by:	dvl
Approved by:	ale (maintainer timeout, 8 weeks)
2017-09-29 20:10:13 +00:00
Guido Falsi
caeb91dbc2 Fix a grammar error and a typo.
Reported by:	Scott Bennett <bennett@sdf.org>
2017-09-28 20:05:57 +00:00
Guido Falsi
67f777acfe Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does.

The sample files are renamed to ".dist" because that is the name
the tool expects.

Also added a note to UPDATING to warn users about the sysconftool
expecting the comments not to be removed.

While here convert to localbase.

Suggested by:	Doug McIntyre <merlyn at iphouse.net>
2017-09-28 18:46:27 +00:00
Adam Weinberger
8987347c94 Remove references to gnupg22 port 2017-09-19 18:34:16 +00:00
Sunpoet Po-Chuan Hsieh
5a12c53f60 Use @FreeBSD.org 2017-09-17 18:00:18 +00:00
Kubilay Kocak
b75b16e980 MOVED/UPDATING: Improve cmake-modules entries
Clarify the wording around the devel/cmake-modules deletion (merge into
devel/cmake), and provide explicit instructions for users on how to
proceed.

PR:             222000
2017-09-17 05:22:30 +00:00
Jean-Sébastien Pédron
0cc13b3d48 lang/rust: Install Cargo + use bundled crates
This port now provides Cargo. This is the recommended now because Cargo
won't be provided separately in the future.

To build Cargo, we set `extended = true` in `config.toml`. As a side
effect, this flag also installs Rust source code. The port has a new
`SOURCES` option (disabled by default) to keep those sources.

As a consequence of this, `devel/cargo` is removed. Several ports
and Makefiles in Mk were updated to depend on `lang/rust` instead of
`devel/cargo`.

The other big change in this patch is the use of the bundled crates,
instead of relying on Cargo's registry (which was part of the distfiles,
in order to allow offline builds). So now, we don't need to prepare the
registry when updating this port.

This has several other benefits:
    * It fixes the build with sudo(8).
    * It fixes the use of the ino-64 patch (it was not applied to the
      registry, thus not used).

Compilation errors were fixed in the ino-64 patch.

Various `.cargo-checksum.json` files are updated after the sources are
patched (FBSD10_FIX, ino-64, and so on). This fixes builds which were
failing with errors such as:

    error: the listed checksum of `.../rustc-1.19.0-src/src/vendor/lzma-sys/xz-5.2.3/build-aux/config.rpath` has changed:
    expected: c8b4c017079da9dfb3086a0583e60ffe736184d89005dc5973f0bb0fd17c04bb
    actual:   561b00eb30ecaef2c9da17bc195e7d2a7ea63facea38ea9849fbb0ed340bebba

PR:		221088
Reported by:	joneum@, nwhitehorn@, romain@,
		Ekaterina Vaartis <vaartis@cock.li>,
		david@catwhisker.org,
		fullermd@over-yonder.net,
		rum1cro@yandex.ru,
		w.schwarzenfeld@utanet.at
Differential Revision:	https://reviews.freebsd.org/D11783
2017-09-15 18:01:17 +00:00
Adriaan de Groot
c91270bd8d Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.

Approved by:		rakuco (mentor)
Reviewed by:		tcberner (mentor)
Reviewed by:		mat
PR:			222000 (exp-run)
Differential Revision:	https://reviews.freebsd.org/D12299
2017-09-14 21:02:51 +00:00
Richard Gallamore
5773b6db78 Updated to 6.1.2, cleanup makefiles, add note in UPDATING
Upstream has set collation type for MySQL to be implicit and
will cause issues when updating if tables are not set to
utf8_unicode_ci.

Approved by:	lifanov (mentor, implicit)
2017-09-04 19:49:41 +00:00
Adam Weinberger
9c44649747 Add gnupg22 port. GnuPG 2.2 is the new LTS stable version. gnupg20 is
now marked for deprecation at the end of the year (when upstream support
for it will end). Users of gnupg20 should migrate to gnupg22.

The gnupg port is remaining at 2.1.x for now, as it's essentially the
same thing as 2.2.0. It will become 2.3 soon-ish.
2017-08-28 13:02:24 +00:00
Richard Gallamore
a3a23ae45d * Bump port revision, added emperor support to rc script
* Changed socket uid/gid and mode, this should fix github issue #1471[1]

[1] https://github.com/unbit/uwsgi/issues/1471

PR:		210170
Submitted by:	David Wahlund
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12089
2017-08-20 22:53:57 +00:00
Adam Weinberger
4921e7b6b2 Add more detailed instructions for the dovecot rename.
Submitted by:	Christos Chatzaras
2017-08-08 18:07:35 +00:00
Tobias C. Berner
25bf018f0f - Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2

Please note that port revisions for all the Haskell ports without version
changes are bumped.

See the UPDATING file for instructions.

New ports (63):

hs-EdisonAPI                     API for EdisonCore
hs-EdisonCore                    Efficent, purely-functional data structures
hs-ListLike                      Generic support for list-like structures
hs-Only                          Canonical anonymous 1-tuple type
hs-aeson-compat                  Compatibility layer for aeson
hs-attoparsec-iso8601            Parsing of ISO 8601 dates
hs-base-compat                   Compatibility with later versions of base
hs-call-stack                    Support call stacks
hs-clock                         Access to high-resolution clocks and timers
hs-code-page                     Adjusting code pages on Windows
hs-colour                        Data type for colors and transparency
hs-concurrent-output             Ungarble output from several threads
hs-cryptohash-md5                Pure MD5 implementation
hs-cryptohash-sha1               Pure SHA-1 implementation
hs-cryptohash-sha256             Pure SHA-256 implementation
hs-data-endian                   Endian-sensitive data
hs-dbus                          Client for the D-Bus IPC system
hs-disk-free-space               Retrieving information about disk space usage
hs-doctemplates                  Pandoc-style document templates
hs-ed25519                       Ed25519 public-key signature system
hs-fdo-notify                    FreeDesktop.org's Desktop Notifications
hs-fixed                         Signed 15.16 precision fixed point arithmetic
hs-fmlist                        FoldMap lists
hs-foundation                    Custom Prelude
hs-gitrev                        Compile-time git revision info
hs-graphviz                      Binding for the GraphViz library
hs-hackage-security              Tools for securing the Hackage package server
hs-half                          Half-precision floating-point
hs-haskell-lexer                 Fully compliant Haskell 98 lexer
hs-http-api-data                 Converting types to and from HTTP API data
hs-integer-logarithms            Integer logarithms implementation
hs-io-streams                    Easy-to-use primitives for I/O using streams
hs-io-streams-haproxy            HAProxy protocol version 1.5 support
hs-magic                         Binding to the libmagic library
hs-microlens                     Microlens
hs-microlens-th                  Automated generation of lenses
hs-microstache                   Mustache templates
hs-monad-unlift                  Type classes for unlifting monad transformers
hs-monadplus                     Partial maps and filters over MonadPlus
hs-mono-traversable-instances    Extra type classes for mono-traversable
hs-mountpoints                   Listing currently mounted filesystems
hs-newtype-generics              Full replacement of newtype
hs-pretty-show                   Working with derived Show instances
hs-process-extras                Read process input/output as ByteString/Text
hs-psqueues                      Priority Search Queues
hs-readable                      Reading data types from ByteString/Text
hs-refact                        Data type for apply-refact
hs-regex-pcre                    PCRE backend to accompany regex-base
hs-safe-exceptions               Safe, consistent, and easy exception handling
hs-say                           Send messages to handles in a thread-safe way
hs-scanner                       Incremental combinator parser for ByteStrings
hs-skylighting                   Syntax highlighting library binding
hs-terminal-size                 Get terminal window sizes without ncurses
hs-text-short                    Data type for keeping short strings in memory
hs-th-abstraction                Inspecting types via Template Haskell
hs-th-lift                       Derive Template Haskell's Lift class
hs-th-lift-instances             Orphan instances for commonly used types
hs-tls-session-manager           TLS session manager
hs-typed-process                 Launching/interaction with external processes
hs-unexceptionalio               IO without non-error/synchronous exceptions
hs-uri-bytestring                RFC3986 compliant URI parser
hs-uri-bytestring-aeson          Aeson instance for URI.ByteString
hs-wl-pprint-text                Version of wl-pprint to use Text

Updated ports (314):

hs-ALUT                                  2.4.0.0_1        --> 2.4.0.2
hs-Agda                                  2.4.2.3          --> 2.5.2
hs-Agda-stdlib                           0.9_1            --> 0.13
hs-BNFC                                  2.8              --> 2.8.1
hs-Boolean                               0.2.3            --> 0.2.4
hs-DAV                                   1.0.7            --> 1.3.1
hs-DRBG                                  0.5.4            --> 0.5.5
hs-Diff                                  0.3.2            --> 0.3.4
hs-GLURaw                                1.5.0.1          --> 2.0.0.3
hs-GLUT                                  2.7.0.1_1,1      --> 2.7.0.12,1
hs-Glob                                  0.7.5_2          --> 0.8.0
hs-HStringTemplate                       0.8.3            --> 0.8.6
hs-HTTP                                  4000.2.20        --> 4000.3.7
hs-HUnit                                 1.2.5.2_7        --> 1.6.0.0
hs-HaXml                                 1.25.3           --> 1.25.4
hs-HsOpenSSL                             0.11.1.1         --> 0.11.4.9
hs-JuicyPixels                           3.2.6            --> 3.2.8.2
hs-List                                  0.5.2            --> 0.6.0
hs-MemoTrie                              0.6.2_2          --> 0.6.8
hs-MissingH                              1.3.0.1          --> 1.4.0.1
hs-MonadRandom                           0.4              --> 0.5.1
hs-ObjectName                            1.1.0.0          --> 1.1.0.1
hs-OpenAL                                1.7.0.0          --> 1.7.0.4
hs-OpenGL                                2.12.0.1,1       --> 3.0.2.0,1
hs-OpenGLRaw                             2.5.1.0_1        --> 3.2.4.0
hs-QuickCheck                            2.8.1            --> 2.10.0.1
hs-RSA                                   2.1.0.1          --> 2.3.0
hs-ReadArgs                              1.2.2            --> 1.2.3
hs-STMonadTrans                          0.3.3            --> 0.4.3
hs-StateVar                              1.1.0.1          --> 1.1.0.4
hs-TypeCompose                           0.9.10_2         --> 0.9.12
hs-activehs                              0.3.1_12         --> 0.3.2
hs-activehs-base                         0.3.0.2_9        --> 0.3.0.4
hs-adjunctions                           4.2.1            --> 4.3
hs-aeson                                 0.8.0.2          --> 1.2.1.0
hs-aeson-pretty                          0.7.2            --> 0.8.5
hs-alex                                  3.1.4            --> 3.2.1
hs-ansi-terminal                         0.6.2.1          --> 0.6.3.1
hs-asn1-data                             0.7.1_9          --> 0.7.2
hs-asn1-encoding                         0.9.0            --> 0.9.5
hs-asn1-parse                            0.9.1            --> 0.9.4
hs-asn1-types                            0.3.0            --> 0.3.2
hs-async                                 2.0.2            --> 2.1.1.1
hs-atomic-primops                        0.8              --> 0.8.0.4
hs-attoparsec                            0.12.1.6         --> 0.13.1.0
hs-authenticate                          1.3.2.11         --> 1.3.3.2
hs-auto-update                           0.1.2.2          --> 0.1.4
hs-aws                                   0.12.1           --> 0.16
hs-base-orphans                          0.4.4            --> 0.6
hs-basic-prelude                         0.5.0            --> 0.6.1.1
hs-bifunctors                            5                --> 5.4.2
hs-blaze-builder                         0.4.0.1          --> 0.4.0.2
hs-blaze-html                            0.8.1.0          --> 0.9.0.1
hs-blaze-markup                          0.7.0.2          --> 0.8.0.0
hs-brainfuck                             0.1.0.2          --> 0.1.0.3
hs-c2hs                                  0.28.1_1         --> 0.28.2_1
hs-cabal-install                         1.22.6.0         --> 1.24.0.2
hs-cairo                                 0.13.1.0         --> 0.13.3.1
hs-case-insensitive                      1.2.0.4          --> 1.2.0.10
hs-cassava                               0.4.3.1          --> 0.5.0.0
hs-cereal                                0.4.1.1          --> 0.5.4.0
hs-cgi                                   3001.2.2.2,1     --> 3001.3.0.2,1
hs-checkers                              0.4.3            --> 0.4.7
hs-chunked-data                          0.2.0            --> 0.3.0
hs-cipher-aes128                         0.7.0.1          --> 0.7.0.3
hs-classy-prelude                        0.12.1.1         --> 1.2.0.1
hs-classy-prelude-conduit                0.12.0.1         --> 1.2.0
hs-clientsession                         0.9.1.1          --> 0.9.1.2
hs-cmark                                 0.4.0.1          --> 0.5.5.1
hs-cmdargs                               0.10.13          --> 0.10.17
hs-comonad                               4.2.7.2          --> 5.0.1
hs-conduit                               1.2.5            --> 1.2.11
hs-conduit-combinators                   1.0.3            --> 1.1.1
hs-conduit-extra                         1.1.9.1          --> 1.1.16
hs-connection                            0.2.5            --> 0.2.8
hs-constraints                           0.4.1.3          --> 0.9.1
hs-contravariant                         1.3.2            --> 1.4
hs-cookie                                0.4.1.6          --> 0.4.2.1
hs-cpphs                                 1.19             --> 1.20.8
hs-criterion                             1.1.0.0          --> 1.2.1.0
hs-cryptohash                            0.11.6_2         --> 0.11.9
hs-cryptohash-cryptoapi                  0.1.3_2          --> 0.1.4
hs-cryptonite                            0.6              --> 0.24
hs-css-text                              0.1.2.1_2        --> 0.1.2.2
hs-darcs                                 2.10.1           --> 2.12.5
hs-data-default                          0.5.3_7          --> 0.7.1.1
hs-data-default-class                    0.0.1_7          --> 0.1.2.0
hs-data-default-instances-base           0.0.1_7          --> 0.1.0.1
hs-data-lens                             2.10.7           --> 2.11.1
hs-data-lens-template                    2.1.9            --> 2.2
hs-data-pprint                           0.2.4            --> 0.2.4.1
hs-deepseq-generics                      0.1.1.2          --> 0.2.0.0
hs-dia-base                              0.1.1.3          --> 0.1.1.4
hs-directory-tree                        0.12.0_2         --> 0.12.1
hs-distributive                          0.4.4_2          --> 0.5.2
hs-dlist                                 0.7.1.1          --> 0.8.0.3
hs-dlist-instances                       0.1_2            --> 0.1.1.1
hs-dns                                   2.0.0            --> 2.0.10
hs-double-conversion                     2.0.1.0          --> 2.0.2.0
hs-either                                4.4.1            --> 4.4.1.1
hs-ekg                                   0.4.0.8          --> 0.4.0.13
hs-ekg-core                              0.1.1.0          --> 0.1.1.1
hs-ekg-json                              0.1.0.0          --> 0.1.0.5
hs-email-validate                        2.1.3            --> 2.3
hs-enclosed-exceptions                   1.0.1.1          --> 1.0.2
hs-entropy                               0.3.7            --> 0.3.8
hs-equivalence                           0.3.1            --> 0.3.2
hs-errors                                2.0.0            --> 2.2.1
hs-esqueleto                             2.4.1            --> 2.5.3
hs-exceptions                            0.8.0.2          --> 0.8.3
hs-extra                                 1.4.1            --> 1.6
hs-fast-logger                           2.4.1            --> 2.4.10
hs-feed                                  0.3.10.0         --> 0.3.12.0
hs-fgl                                   5.5.2.1          --> 5.5.3.1
hs-file-embed                            0.0.9            --> 0.0.10
hs-filestore                             0.6.1            --> 0.6.3.1
hs-free                                  4.12.1           --> 4.12.4
hs-gconf                                 0.13.0.2         --> 0.13.1.0
hs-generic-deriving                      1.8.0            --> 1.11.2
hs-geniplate-mirror                      0.7.1            --> 0.7.5
hs-ghc-events                            0.4.4.0          --> 0.6.0
hs-gio                                   0.13.1.0         --> 0.13.3.1
hs-git-annex                             5.20150727_1     --> 6.20170520
hs-gitit                                 0.11.1           --> 0.12.2.1
hs-glib                                  0.13.1.1         --> 0.13.4.1
hs-gnuidn                                0.2.1_3          --> 0.2.2
hs-gtk                                   0.13.9           --> 0.14.6
hs-gtk2hs                                0.13,1           --> 0.13.2.2,1
hs-gtk2hs-buildtools                     0.13.0.4_1       --> 0.13.2.2
hs-gtksourceview2                        0.13.1.3         --> 0.13.3.1
hs-haddock                               2.16.1           --> 2.17.5
hs-haddock-api                           2.16.1           --> 2.17.4
hs-haddock-library                       1.2.1            --> 1.4.3
hs-happstack-server                      7.4.4            --> 7.4.6.4
hs-hashable                              1.2.3.3,1        --> 1.2.6.1,1
hs-hashtables                            1.2.0.2          --> 1.2.1.1
hs-haskell-src-exts                      1.16.0.1         --> 1.19.1
hs-hasktags                              0.69.1           --> 0.69.3
hs-hedis                                 0.6.9            --> 0.9.8
hs-heist                                 0.14.1.1         --> 1.0.1.0
hs-hexpat                                0.20.9           --> 0.20.13
hs-highlighting-kate                     0.6              --> 0.6.4
hs-hinotify                              0.3.8.1          --> 0.3.9
hs-hint                                  0.4.2.3          --> 0.7.0
hs-hjsmin                                0.1.5.0          --> 0.2.0.2
hs-hlint                                 1.9.21           --> 2.0.9
hs-hoauth2                               0.4.8            --> 0.5.9
hs-hoogle                                4.2.41           --> 5.0.12
hs-hourglass                             0.2.9            --> 0.2.10
hs-hscolour                              1.23,1           --> 1.24.1,1
hs-hslogger                              1.2.9            --> 1.2.10
hs-hslua                                 0.4.0            --> 0.5.0
hs-hspec                                 2.1.10           --> 2.4.4
hs-hspec-core                            2.1.10           --> 2.4.4
hs-hspec-discover                        2.1.10           --> 2.4.4
hs-hspec-expectations                    0.7.1            --> 0.8.2
hs-html-conduit                          1.2.0            --> 1.2.1.1
hs-http-client                           0.4.20           --> 0.5.7.0
hs-http-client-tls                       0.2.2_2          --> 0.3.5.1
hs-http-conduit                          2.1.8            --> 2.2.3.1
hs-http-reverse-proxy                    0.4.2            --> 0.4.4
hs-http-types                            0.8.6            --> 0.9.1
hs-http2                                 1.0.4            --> 1.6.3
hs-hxt                                   9.3.1.15         --> 9.3.1.16
hs-hxt-regex-xmlschema                   9.2.0.2          --> 9.2.0.3
hs-ieee754                               0.7.6            --> 0.8.0
hs-iproute                               1.5.0            --> 1.7.1
hs-js-jquery                             1.11.3           --> 3.2.1
hs-kan-extensions                        4.2.2            --> 5.0.2
hs-keys                                  3.10.2           --> 3.11
hs-kqueue                                0.1.2.6_2        --> 0.2
hs-language-c                            0.5.0            --> 0.6.1
hs-language-javascript                   0.5.14.2         --> 0.6.0.10
hs-largeword                             1.2.3_2          --> 1.2.5
hs-lens                                  4.12.3           --> 4.15.3
hs-libmpd                                0.9.0.2          --> 0.9.0.6
hs-lifted-async                          0.7.0.1          --> 0.9.3
hs-lifted-base                           0.2.3.6          --> 0.2.3.11
hs-map-syntax                            0.2              --> 0.2.0.2
hs-math-functions                        0.1.5.2_2        --> 0.2.1.0
hs-memory                                0.8              --> 0.14.6
hs-mime-mail                             0.4.9            --> 0.4.13.1
hs-mime-types                            0.1.0.6          --> 0.1.0.7
hs-mmorph                                1.0.4            --> 1.1.0
hs-monad-control                         1.0.0.4          --> 1.0.2.1
hs-monad-logger                          0.3.13.2         --> 0.3.24
hs-monad-par                             0.3.4.7          --> 0.3.4.8
hs-monadcryptorandom                     0.6.1_2          --> 0.7.1
hs-monads-tf                             0.1.0.2_2        --> 0.1.0.3
hs-mono-traversable                      0.9.2.1          --> 1.0.2
hs-mueval                                0.9.1.1.2        --> 0.9.3
hs-murmur-hash                           0.1.0.8          --> 0.1.0.9
hs-mutable-containers                    0.3.2            --> 0.3.3
hs-mwc-random                            0.13.3.2         --> 0.13.6.0
hs-mysql                                 0.1.1.8          --> 0.1.4
hs-network                               2.6.2.1          --> 2.6.3.2
hs-network-info                          0.2.0.7          --> 0.2.0.8
hs-network-multicast                     0.1.0            --> 0.2.0
hs-network-uri                           2.6.0.3          --> 2.6.1.0
hs-nonce                                 1.0.2            --> 1.0.4
hs-oeis                                  0.3.6            --> 0.3.9
hs-optparse-applicative                  0.11.0.2         --> 0.14.0.0
hs-pandoc                                1.15.0.6_1       --> 1.19.2.1
hs-pandoc-citeproc                       0.7.3.1          --> 0.10.5.1
hs-pandoc-types                          1.12.4.5         --> 1.19
hs-pango                                 0.13.1.0         --> 0.13.3.1
hs-parallel                              3.2.0.6          --> 3.2.1.1
hs-parsec                                3.1.9            --> 3.1.11
hs-path-pieces                           0.2.0            --> 0.2.1
hs-pcre-light                            0.4.0.3          --> 0.4.0.4
hs-persistent                            2.2              --> 2.7.0
hs-persistent-sqlite                     2.2              --> 2.6.2
hs-persistent-template                   2.1.3.4          --> 2.5.2
hs-pointed                               4.2.0.2          --> 5
hs-polyparse                             1.11             --> 1.12
hs-prelude-extras                        0.4_2            --> 0.4.0.3
hs-primitive                             0.6              --> 0.6.2.0
hs-probability                           0.2.4.1_2        --> 0.2.5.1
hs-profunctors                           5.1.1            --> 5.2
hs-pureMD5                               2.1.2.1_10       --> 2.1.3
hs-quickcheck-io                         0.1.1_2          --> 0.2.0
hs-reflection                            2                --> 2.1.2
hs-regex-applicative                     0.3.2.1          --> 0.3.3
hs-regex-tdfa                            1.2.0_2          --> 1.2.2
hs-resourcet                             1.1.6            --> 1.1.9
hs-safe                                  0.3.9            --> 0.3.15
hs-sandi                                 0.3.5            --> 0.4.0
hs-scientific                            0.3.3.8          --> 0.3.5.1
hs-semigroupoids                         5.0.0.3          --> 5.2
hs-semigroups                            0.16.2.2         --> 0.18.3
hs-setlocale                             1.0.0.4          --> 1.0.0.5
hs-shake                                 0.15.5           --> 0.15.11
hs-shakespeare                           2.0.5            --> 2.0.13
hs-shelly                                1.6.3.3          --> 1.6.8.3
hs-simple-sendfile                       0.2.21           --> 0.2.25
hs-skein                                 1.0.9.3          --> 1.0.9.4
hs-snap                                  0.14.0.6         --> 1.0.0.1
hs-snap-core                             0.9.7.2          --> 1.0.2.1
hs-snap-server                           0.9.5.1          --> 1.0.2.2
hs-socks                                 0.5.4_2          --> 0.5.5
hs-split                                 0.2.2_7          --> 0.2.3.2
hs-statistics                            0.13.2.3         --> 0.14.0.2
hs-stm                                   2.4.4            --> 2.4.4.1
hs-streaming-commons                     0.1.12.1         --> 0.1.18
hs-svgcairo                              0.13.0.3         --> 0.13.1.1
hs-syb                                   0.5.1            --> 0.7
hs-syb-with-class                        0.6.1.6          --> 0.6.1.7
hs-tagged                                0.8.1            --> 0.8.5
hs-tagsoup                               0.13.3           --> 0.14.1
hs-tar                                   0.4.2.1          --> 0.5.0.3
hs-temporary                             1.2.0.3_2        --> 1.2.1
hs-test-framework-hunit                  0.3.0.1_2        --> 0.3.0.2
hs-test-framework-quickcheck2            0.3.0.3_2        --> 0.3.0.4
hs-texmath                               0.8.3            --> 0.9.4.1
hs-text                                  1.2.1.3          --> 1.2.2.2
hs-threads                               0.5.1.3          --> 0.5.1.4
hs-threadscope                           0.2.7            --> 0.2.8
hs-time-locale-compat                    0.1.1.0          --> 0.1.1.3
hs-timezone-olson                        0.1.7            --> 0.1.8
hs-timezone-series                       0.1.5.1          --> 0.1.8
hs-tls                                   1.3.1            --> 1.3.11
hs-torrent                               10000.0.0        --> 10000.1.1
hs-transformers-compat                   0.4.0.4          --> 0.5.1.4
hs-unix-compat                           0.4.1.4          --> 0.4.3.1
hs-unix-time                             0.3.5            --> 0.3.7
hs-unlambda                              0.1.4.1          --> 0.1.4.2
hs-unordered-containers                  0.2.5.1          --> 0.2.8.0
hs-uri                                   0.1.6.3          --> 0.1.6.4
hs-utf8-string                           1                --> 1.0.1.1
hs-utility-ht                            0.0.10_2         --> 0.0.14_2
hs-uuid                                  1.3.11           --> 1.3.13
hs-uuid-types                            1.0.2            --> 1.0.3
hs-uulib                                 0.9.20           --> 0.9.22
hs-vault                                 0.3.0.4          --> 0.3.0.7
hs-vector                                0.10.12.3        --> 0.12.0.1
hs-vector-binary-instances               0.2.1.0_2        --> 0.2.3.5
hs-vector-instances                      3.3.1            --> 3.4
hs-vector-space                          0.10.2           --> 0.10.4
hs-vector-th-unbox                       0.2.1.2          --> 0.2.1.6
hs-void                                  0.7              --> 0.7.2
hs-vte                                   0.13.0.2         --> 0.13.1.1
hs-wai                                   3.0.3.0          --> 3.2.1.1
hs-wai-app-static                        3.1.1            --> 3.1.6.1
hs-wai-extra                             3.0.10           --> 3.0.20.0
hs-wai-logger                            2.2.4.1          --> 2.3.0
hs-warp                                  3.1.3            --> 3.2.13
hs-warp-tls                              3.1.1            --> 3.2.4
hs-webkit                                0.13.1.3         --> 0.14.2.1
hs-wx                                    0.91.0.0         --> 0.92.3.0
hs-wxc                                   0.91.0.0         --> 0.92.3.0
hs-wxcore                                0.91.0.0         --> 0.92.3.0
hs-wxdirect                              0.91.0.0         --> 0.92.3.0
hs-x509                                  1.6.0            --> 1.6.5
hs-x509-store                            1.6.0            --> 1.6.2
hs-x509-system                           1.6.0            --> 1.6.4
hs-x509-validation                       1.6.0            --> 1.6.5
hs-xml-conduit                           1.3.1            --> 1.5.1
hs-xml-hamlet                            0.4.0.11         --> 0.4.1
hs-xmlhtml                               0.2.3.4          --> 0.2.4
hs-xmobar                                0.24.3           --> 0.24.5
hs-xss-sanitize                          0.3.5.6          --> 0.3.5.7
hs-yaml                                  0.8.13           --> 0.8.23.1
hs-yesod                                 1.4.1.5          --> 1.4.5
hs-yesod-auth                            1.4.6            --> 1.4.17.2
hs-yesod-auth-hashdb                     1.4.2.2          --> 1.6.1
hs-yesod-bin                             1.4.13.3         --> 1.5.2.3
hs-yesod-core                            1.4.13           --> 1.4.35
hs-yesod-form                            1.4.4.1          --> 1.4.12
hs-yesod-persistent                      1.4.0.3          --> 1.4.2
hs-yesod-static                          1.5.0.2          --> 1.5.3
hs-yesod-test                            1.4.3.1          --> 1.5.7
hs-zip-archive                           0.2.3.7          --> 0.3.1.1
hs-zlib                                  0.5.4.2          --> 0.6.1.2
scroll                                   1.20151219       --> 1.20170122

Removed ports (5):

hs-MonadCatchIO-mtl                 Deprecated in favor of exceptions
hs-MonadCatchIO-transformers        Deprecated in favor of exceptions
hs-citeproc-hs                      Replaced by pandoc-citeproc
hs-directory                        Part of the packages shipped with GHC
hs-syb-with-class-instances-text    Upstream is unmaintained

This was created together with pgj@.

Reviewed by:		pgj, 6yearold_gmail.com
Differential Revision:	https://reviews.freebsd.org/D11558
2017-08-08 17:21:45 +00:00
Adam Weinberger
871f113e9b Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole.
It might be necessary to manually remove and reinstall the package under
the new name.

Discussed with:	ler
2017-08-07 21:44:00 +00:00
Adam Weinberger
adc9ed859f Add an UPDATING note about dovecot2-antispam-plugin's removal and
intended replacement with dovecot2-pigeonhole.

PR:		221223
2017-08-06 13:57:51 +00:00
Richard Gallamore
6983258a84 * Updated to 0.9.13
* Sorted USES/OPTION section to better comply with PHB
* Removed custom etcdir and changed to ETCDIR, added note in UPDATING

Changelog: https://guacamole.incubator.apache.org/releases/0.9.13-incubating

Reviewed by:	matthew (mentor), mat
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11817
2017-08-03 20:50:46 +00:00
Richard Gallamore
d92a546599 * Updated to 0.9.13
* Sorted USES section to better comply with PHB
* Changed custom etc dir to ETCDIR, added note in UPDATING
* Sorted and enhanced option section
* Added a guacd sample file
* Added NLS knob

Changelog: https://guacamole.incubator.apache.org/releases/0.9.13-incubating

Reviewed by:	matthew (mentor), mat
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11816
2017-08-03 20:26:27 +00:00
Nikolai Lifanov
dd567576a4 update sysutils/terraform to 0.10.0
This is a major release. Please read the upgrading guide:
https://www.terraform.io/upgrade-guides/0-10.html

Changes: https://github.com/hashicorp/terraform/blob/v0.10.0/CHANGELOG.md

While here, switch LICENSE to MPL20.
2017-08-03 13:38:22 +00:00
Li-Wen Hsu
67ff391152 - net-p2p/bitcoin: fix path error in startup script files/bitcoin.in also
removes reliance on unnecessary cli script.

- net-p2p/bitcoin-daemon: create the user/group for the daemon to use also
  install a sample configuration file.

With these two patches a "pkg install bitcoin-daemon" followed by "service
start bitcoind" will be sufficient to run as a non-privileged user and
automatically connect to bitcoin live network; using /var/db/bitcoin to store
blockchain data.

PR:		215059
Submitted by:	Christopher Hall <hsw@bitmark.com>
Approved by:	<robbak@robbak.com> (maintainer)
2017-08-01 16:45:32 +00:00
Kurt Jaeger
294bf8b0bc www/luakit: add missing UPDATING entry
- luakit version 2017.07.26 is incompatible with the version from 2012
  UPDATING entry suggests to remove the old configs

PR:		221016
Submitted by:	freebsd-bugzilla@textmail.me
2017-07-29 14:00:05 +00:00
Chris Rees
57e83d3fc1 Document issues around MailScanner uodate and give workaround.
Submitted by:	netchild
2017-07-29 10:03:35 +00:00
Ben Woods
98b51fd000 security/sshguard: Fix rc script, add UPDATING entry
sshguard usually looks at sshguard.conf for a list of files to monitor,
but lets you override it via the command line using -l arguments.

This change fixes an issue with the previous rc script which was
*always* setting the '-l' arguments even if sshguard_watch_logs wasn't
set in rc.conf.

This change also sets the defaults in the config file to match the
former defaults in the rc script, and adds an UPDATING entry to warn
of the change from default configuration via rc.conf the config file.

PR:		220906
Submitted by:	Dan McGregor (maintainer)
Reported by:	chris@cretaforce.gr
2017-07-24 10:56:16 +00:00
Eugene Grosbein
2bca48c748 Update devel/p5-Log-Any to 1.049.
Added UPDATING entry.
Changelog:      http://search.cpan.org/dist/Log-Any/Changes

PR:             218276
Submitted by:   Anton Yuzhaninov
Approved by:    kuriyama (maintainer timeout, 3+ months)
Approved by:    az (mentor, implicit)
2017-07-17 13:19:55 +00:00
Dmitry Marakasov
1ec804b2b7 Fix trailing whitespace 2017-07-17 13:11:02 +00:00
Bernard Spil
4b3c1e1c09 UPDATING: portmaster -r requires pkgname for apr
- Not apr1
2017-07-14 12:42:57 +00:00
Bernard Spil
6ab2b06800 UPDATING: Fix latest pkg info -r apr1 issue 2017-07-14 06:46:24 +00:00
Bernard Spil
046e097ca0 devel/apr1: Fix SQLite option
- Fix SQLITE configure args (typo)
 - Whitespace fixes
 - Fix typo in UPDATING entry
 - Add pkg-message with warning

Reported by:	Stefan Esser
2017-07-13 11:04:28 +00:00
Bernard Spil
d9296f5904 devel/apr1: Update to 1.6 branch
- Update APR to 1.6.0
 - Update APR-util to 1.6.2
 - Add UPDATING entry
 - Ungroup APR
 - Add missing descriptions
 - Switch to using OPT_VARS
 - Add ODBC driver
 - Remove FreeTDS driver and patch
 - Remove Windows files from WRKDIR not WRKSRC
 - Cosmetic fixes
 - Update patches for new version

Reviewed by:	ohauer (maintainer)
Approved by:	ohauer (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11285
2017-07-12 19:25:14 +00:00
Ashish SHUKLA
2d049086c0 - Update to 17.07
- Add STUN, and SIP options for STUN/TURN, and SIP support
- Remove dependency on shells/bash
- Fix pkg-install script for PAM option, missed in previous
  updates
- Add a note to UPDATING about a known issue
2017-07-10 12:51:26 +00:00
Bradley T. Hughes
b24a67761e www/node: Update 7.10.0 -> 8.1.2
Bump to the latest major version of Node.js.

Remove files/patch-node.gyp, since this patch has been accepted
upstream. Remove
files/patch-deps_v8_src_base_atomicops__internals__arm__gcc.h,
which patches a now non-existent file after a change in how V8
implements atomic operations. Conditionally add the
_LIBCPP_TRIVIAL_PAIR_COPY_CTOR define when using clang 3.x to
workaround a known problem in libc++.

Approved by:    robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D11030
2017-06-28 09:00:24 +00:00
Danilo G. Baio
5cfa4ca99e net-mgmt/zabbix24-*: Add note about the removal
Remove `-[0-9]*` from CONFLICTS

Reported by:	mat
Approved by:	garga (mentor), pg@pakhom.spb.ru (maintainer via email)
Differential Revision:	https://reviews.freebsd.org/D10992
2017-06-26 13:20:57 +00:00
Richard Gallamore
dd7dac79c3 * Added UPDATING entry
* Removed ALT_HOME option
* Fixed MILTER_DESC DCCM
* Changed PORTS_SENDMAIL to PORTS_MILTER
* Cleaned up old code

PR:		220070
Reviewed by:	lifanov (mentor), matthew (mentor)
Approved by:	matthew (mentor), Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11248
2017-06-25 01:46:14 +00:00
Jimmy Olgeni
a868e64a64 Add UPDATING note about net/rabbitmq and Erlang 20. 2017-06-24 18:22:56 +00:00
Torsten Zuehlsdorff
800f8490b9 Change PostgreSQL default version from 9.3 to 9.5
PR:          201796, 217515
Reviewed by: mat, girgen, xmj, Jov <amutu@amutu.com> and more
2017-06-22 14:16:02 +00:00
Raphael Kubo da Costa
a842d46924 Update the Calligra ports to 3.0.1.
The 3.x series is based on KDE Frameworks 5, and some programs have been split
into separate ports:
- Sheets, Words & co are in editors/calligra.
- Krita is in graphics/krita.
- Kexi is in databases/kexi.
- The calligra-l10n* ports are now part of editors/calligra itself.

Okular support in editors/calligra and Marble support in textproc/kreport have
been disabled for now because they need the KF5 version of those ports.

Thanks to everyone who's tested it and worked on it in our area51 repository.

Submitted by:	Adrian de Groot <groot@kde.org>, tcberner, rakuco
Reviewed by:	rakuco, mat (earlier versions)
Differential Revision:	https://reviews.freebsd.org/D10167
2017-06-17 13:44:51 +00:00
Ashish SHUKLA
2d8b86fe84 - Update to 17.04
- Add a note to UPDATING about a known issue
2017-06-13 09:06:50 +00:00
Martin Wilke
c5fb8d27a3 - Whitespace fixes 2017-06-04 04:13:51 +00:00
Jochen Neumeister
b39be632ee - www/kanboard: Update from 1.0.41 to 1.0.44
- Changelog: https://github.com/kanboard/kanboard/blob/master/ChangeLog

PR:				219663
Submitted by:	Bart Wrobel (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11004
2017-06-03 17:57:37 +00:00
Tobias C. Berner
d926a26981 Do not use gold linker for Qt5 ports.
gold linker from binutils 2.28 may produce duplicate library
  symbols, which makes shared libraries created with it not usable
  with conventional ld linker.

PR:		218187
Submitted by:	amdmi3
2017-06-02 20:03:12 +00:00
Danilo G. Baio
9a8f2cdae9 sysutils/dsbmd: Update to 0.3
Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html

PR:		219479
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10963
2017-05-30 01:08:08 +00:00
Adam Weinberger
f5b775b344 Switch the default yarn node backend from node6 (LTS) to node (current).
This makes yarn's backend selection consistent with npm and all other
node consumers.

Add an UPDATING message to reduce surprise.

Submitted by:	maintainer (Luca Pizzamiglio)
Reported by:	jrm
2017-05-18 18:39:54 +00:00
Danilo G. Baio
8432a083a4 security/pecl-ssh2: Update to 1.0
- Create security/pecl-ssh2-0
- Add UPDATING note

security/pecl-ssh2 (v1.0)  --> PHP 7 only.
security/pecl-ssh2-0 (v0.13)  --> PHP 5 compatible.

Changes: https://pecl.php.net/package-changelog.php?package=ssh2&release=1.0

PR:		215378
Reported by:	Alexander Ushakov <alexander@polyvizor.com>
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10702
2017-05-17 23:02:41 +00:00
Nikolai Lifanov
ed84edccde update sysutils/ansible to 2.3.0.0
This is a major release!

https://raw.githubusercontent.com/ansible/ansible/v2.3.0.0-1/CHANGELOG.md

o stop "fixing" default interpreter of /usr/bin/python
o remove NETADDR option and depend on py-netaddr unconditionally

Differential Revision:	https://reviews.freebsd.org/D10165
2017-04-12 15:51:13 +00:00
Jan Beich
b706cf3834 www/firefox: document sem(4) issue in UPDATING
Reported by:	many
PR:		218581
MFH:		2017Q2 (r438264 followup)
2017-04-12 15:03:18 +00:00
Bernard Spil
9dcbcba33f security/libressl: Update to 2.5.3
- Update to 2.5.3
 - Bump shlib versions
 - Add UPDATING entry for shlib version bumps
 - Use --enable-nc configure arg
 - Align with CFLAGS from -devel
 - Remove commented EXPLICIT_BZERO blurb
 - Update pkg-plist
   - Add x25519, drop krb5_asn header
   - Add ocspcheck binary
   - Added/removed man-pages
2017-04-11 19:01:34 +00:00