Commit graph

2241 commits

Author SHA1 Message Date
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