1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

2171 Commits

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