non port: UPDATING |
SVNWeb
|
Number of commits found: 2603 (showing only 100 on this page) |
Wed, 2 Oct 2019
|
[ 08:46 bapt ]
groff: remove X11 option and dependency
Now that groff is required for manpages that are not supported by mandoc
the default dependency on X11 has become a big concern for many people.
From now the entire X11 option has been removed as it is only needed for
legacy part of groff that have little end user value.
The other part that was dragging in all the X11 dependencies was the ghostscript
dependency which is needed for 2 cases:
1. find the path of the urw fonts which is needed for pdf generation. the
configure script has been patched to stop using ghostscript to find that path,
but directly use the one provided.
2. the html driver which calls at runtime the gs binary along with some binaries
provided by the netpbm package. Given how little use it is, add a message to
tell the users to manually install ghostscript and netpbm as optional dependency
if they do need to use groff -Thtml.
Requested by: many
|
Mon, 30 Sep 2019
|
[ 14:55 kai ]
net-mgmt/netbox: Update to 2.6.5
* Introduce EXAMPLES option which installs a sample rc script to the example
location. Using the script will eliminate the need for
sysutils/py-supervisor for those who run NetBox as a system service. [1]
If there's a lot of interest it can also be installed in near future as
regular rc script.
* Consolidate keywords in pkg-message to avoid accidental deletion of these.
Notable changes since 2.5.13:
* Improved performance via Caching through Redis
* Support for Power Panels and Feeds
* Introduction of view-only permissions
* Ability to create custom links under the admin UI
* Support for Prometheus metrics
* Many other enhancements and bug fixes
https://github.com/netbox-community/netbox/blob/v2.6.5/CHANGELOG.md
Submitted by: Thomas Kurschel (via private email) [1]
|
Fri, 27 Sep 2019
|
[ 17:55 bofh ]
emulators/qemu-devel: Update version 4.0.0=>4.1.0
- Merge 4.0.X branch into emulators/qemu40
- See UPDATING for more info
|
[ 09:00 madpilot ]
- Make xfce4-session install the xscreensaver.desktop session startup
file disabled by default
- Modify name of program in .desktop file for xfce4-screensaver,
so that the UI does not show two identical lines when both it and
xscreensaver are installed
- Add UPDATING note and update xfce4-session pkg-message to explain
the issue to users
PR: 240804, 240810, 240811
Submitted by: John <jlmales@gmail.com>
|
Fri, 20 Sep 2019
|
[ 15:09 0mp ]
Update to v0.9.1
Changelogs:
- https://github.com/prometheus/pushgateway/releases/tag/v0.9.1
- https://github.com/prometheus/pushgateway/releases/tag/v0.9.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.7.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.2
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.1
- https://github.com/prometheus/pushgateway/releases/tag/v0.5.0
- https://github.com/prometheus/pushgateway/releases/tag/v0.4.0
The new persistent storage format is not backwards compatible. See the
changelogs for details.
- Define LICENSE_FILE. (Only the first 15 lines of the commit message are shown above )
|
Sat, 14 Sep 2019
|
[ 14:26 rene ] (Only the first 10 of 20 ports in this commit are shown above. )
net-p2p/zetacoin: fix build with current boost.
Resurrect -nox11 slave port as -daemon slave port.
Split off cli and tx utilities from main port into -utils slave port.
PR: 237017
Submitted by: Daniel Morante
Reported by: jbeich
|
Wed, 11 Sep 2019
|
[ 17:53 netchild ]
- Add update tool.
- Add update instructions (datastore needs to be updated).
- Convert pkg-message to UCL format.
- Rework plist generation target.
|
Mon, 9 Sep 2019
|
[ 05:08 mfechner ]
Switch default version of Ruby from 2.5 to 2.6.
For detailed list of changes, please check the Ruby website:
https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/
How to upgrade is described in UPDATING entry 20190909.
Exp-Run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240094
Thanks to: antoine, sunpoet
|
Fri, 6 Sep 2019
|
[ 23:25 dbaio ]
devel/py-fabric: Update to 2.5.0
Fabric 2 is not at 100% feature parity with 1.x! Some features have been
explicitly dropped, but others simply have not been ported over yet,
either due to time constraints or because said features need to be
re-examined in a modern context.
More information at:
https://www.fabfile.org/upgrading.html#upgrading
https://www.fabfile.org/upgrading.html#upgrade-specifics
Changelog: https://www.fabfile.org/changelog.html
Reviewed by: koobs (maintainer)
Approved by: koobs (maintainer)
Differential Revision: https://reviews.freebsd.org/D20683
|
Fri, 30 Aug 2019
|
[ 07:50 mfechner ]
www/gitlab-ce: Upgrade to next major version 12.1
It requires PostgreSQL version 10.7, so make sure you upgrade PostgreSQL first.
I recommand to go to version 11 as described in UPDATING entry 20190829.
MySQL support was now completely removed upstream.
Changelogs:
https://about.gitlab.com/2019/07/22/gitlab-12-1-released/
https://about.gitlab.com/2019/07/24/gitlab-12-1-1-released/
https://about.gitlab.com/2019/07/29/security-release-gitlab-12-dot-1-dot-2-released/
https://about.gitlab.com/2019/07/31/gitlab-12-1-3-released/
https://about.gitlab.com/2019/08/06/gitlab-12-1-4-released/
https://about.gitlab.com/2019/08/12/critical-security-release-gitlab-12-dot-1-dot-6-released/
https://about.gitlab.com/2019/08/29/security-release-gitlab-12-dot-2-dot-3-released/
|
[ 07:30 tz ]
UPDATING: Correct and improve wording of PostgreSQL update
It stated "prevent" while i meant "preserve".
Submitted by: David Magda <dmagda@ee.ryerson.ca>
|
Thu, 29 Aug 2019
|
[ 21:29 tz ]
Switch default version of PostgreSQL from 9.5 to 11
Two important changes arise with it:
- Default user switches from "pgsql" to "postgres"
- Default data-dir switches from "/usr/local/pgsql/data" to
"/var/db/postgres/data11"
Also add a migration procedure, which takes the user-switch into account by
preventing
it on database-side.
Exp-Run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239514
Thanks to: tobik, antoine, mfechner
Sponsored by: Professionelles Bounce Management
|
Fri, 16 Aug 2019
|
[ 09:25 ashish ]
- Update to 19.08
- Remove RIAK option as support is removed upstream
- Add a note to UPDATING for the same
|
Wed, 14 Aug 2019
|
[ 19:59 amdmi3 ]
Remove trailing whitespace
|
Mon, 12 Aug 2019
|
[ 14:05 mat ]
Add an entry for the Perl default version change.
|
Fri, 2 Aug 2019
|
[ 10:43 gerald ]
Fix tijl's address in the 20190710 entry.
|
Thu, 1 Aug 2019
|
[ 22:16 dvl ]
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
|
Sun, 28 Jul 2019
|
[ 21:00 kai ]
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
|
Wed, 17 Jul 2019
|
[ 10:37 egypcio ]
sysutils/py-borgmatic: move borgmatic's default config dir to ${PREFIX}
PR: 239002
|
Wed, 10 Jul 2019
|
[ 14:40 tijl ] (Only the first 10 of 17 ports in this commit are shown above. )
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.
|
Sun, 7 Jul 2019
|
[ 18:22 olgeni ]
Fix a few typos in UPDATING.
|
[ 10:03 mfechner ]
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/
|
Fri, 5 Jul 2019
|
[ 20:47 netchild ]
Update serviio to v2.0.
|
Mon, 1 Jul 2019
|
[ 07:43 ale ] (Only the first 10 of 19 ports in this commit are shown above. )
Update default MySQL version to 5.7.
PR: 238365
Submitted by: ale
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sun, 30 Jun 2019
|
[ 23:09 timur ]
Add two entries about upgradinf from previous versions of Samba to Samba 4.10.
|
Wed, 19 Jun 2019
|
[ 23:11 timur ]
Add a note about upgrading procedure for the talloc, tevent, tdb and
samba4[6-8].
|
Thu, 13 Jun 2019
|
[ 08:44 kai ]
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
|
Tue, 11 Jun 2019
|
[ 16:07 rodrigo ]
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>
|
Tue, 4 Jun 2019
|
[ 14:17 antoine ] (Only the first 10 of 37 ports in this commit are shown above. )
Switch default version of samba from 4.7 to 4.8
With hat: portmgr
|
Sun, 2 Jun 2019
|
[ 13:55 thierry ]
Update to d36b64d8a g20190531
- Update to d36b64d8a g20190531
- pkg-plist cleanup
- require intl extension - update UPDATING for possible restart
PR: 238286
Submitted by: maintainer
|
Wed, 22 May 2019
|
[ 21:15 dch ]
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
|
Mon, 13 May 2019
|
[ 14:32 danfe ]
Spell portupgrade(1) command correctly, consistently use plural form of
the word "users", and wrap one overly long line while I'm here.
|
Thu, 9 May 2019
|
[ 16:06 danfe ]
Fix some typos and remove EOL whitespace.
|
Mon, 6 May 2019
|
[ 08:51 joneum ]
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
|
Wed, 24 Apr 2019
|
[ 10:55 bhughes ]
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
|
Tue, 23 Apr 2019
|
[ 08:27 mfechner ]
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!
|
Mon, 22 Apr 2019
|
[ 19:44 brnrd ]
security/libressl: Update to 2.9.1
- Requires a rebuild of all dependent ports
|
Sun, 21 Apr 2019
|
[ 13:31 pi ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Fri, 19 Apr 2019
|
[ 23:20 bofh ]
UPDATING : Fix TYPOS with 20190419 entry
PR: 237395
Submitted by: xxjack12xx@gmail.com
|
[ 22:48 mfechner ]
Change default version of ruby from 2.4 to 2.5.
PR: 233901
Exp-Run: antoine
|
Thu, 18 Apr 2019
|
[ 23:15 bofh ] (Only the first 10 of 14 ports in this commit are shown above. )
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
|
Wed, 10 Apr 2019
|
[ 13:13 rene ]
Belatedly add an entry to UPDATING for sysutils/password-store
PR: 224672
Reported by: Adam Jimerson vendion@gmail.com
|
[ 05:47 antoine ]
Switch default version of python to 3.6
PR: 234633
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D18743
|
Fri, 29 Mar 2019
|
[ 20:13 jbeich ]
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
|
Thu, 28 Mar 2019
|
[ 19:59 tcberner ]
Add not about updating issues with www/qt5-webengine
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Sat, 16 Mar 2019
|
[ 12:24 vsevolod ] (Only the first 10 of 13 ports in this commit are shown above. )
- 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>
|
Mon, 11 Mar 2019
|
[ 21:25 zeising ] (Only the first 10 of 243 ports in this commit are shown above. )
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
|
[ 16:53 rodrigo ]
Add a section in UPDATE after changes in www/igal2
PR: 202720
|
Sun, 3 Mar 2019
|
[ 22:33 sunpoet ]
Fix typo
|
[ 22:21 sunpoet ]
Document the x11-fonts/noto* changes
|
Sat, 2 Mar 2019
|
[ 08:23 pi ]
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>
|
Fri, 1 Mar 2019
|
[ 05:11 danfe ]
Remove superfluous linefeeds and spell Qt properly while here.
|
Wed, 27 Feb 2019
|
[ 07:14 meta ]
Document change forgotten in r494024 in UPDATING
|
Mon, 25 Feb 2019
|
[ 14:49 egypcio ]
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
|
Sun, 24 Feb 2019
|
[ 15:22 tijl ]
- 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
|
Wed, 20 Feb 2019
|
[ 15:13 mat ]
Expand a bit the "how do I change Perl5 major versions" entry.
|
Fri, 15 Feb 2019
|
[ 15:55 ashish ]
- Add a patch for the issue 2744
- Also revert a patch-configure.ac change from previous commits
- Document the change in UPDATING file
|
Sun, 3 Feb 2019
|
[ 09:07 pi ]
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
|
Thu, 24 Jan 2019
|
[ 23:11 girgen ]
Update fluentd to version 1.3.3
PR: 233939, 235179
Releasenotes: https://github.com/fluent/fluentd/blob/master/CHANGELOG.md
Submitted by: Artyom Davidov
|
Mon, 21 Jan 2019
|
[ 18:42 adamw ]
Amend the 20191113 entry to explain that geoipupdate must be used to
fetch the GeoIP 2 databases.
Reported by: leres
|
Sun, 20 Jan 2019
|
[ 11:25 mandree ] (Only the first 10 of 16 ports in this commit are shown above. )
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)
|
Sat, 19 Jan 2019
|
[ 07:08 dinoex ]
- fix option GEOIP to use GeoLite2-Country
|
Tue, 15 Jan 2019
|
[ 21:30 tcberner ] (Only the first 10 of 13 ports in this commit are shown above. )
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)
|
[ 00:52 jbeich ] (Only the first 10 of 16 ports in this commit are shown above. )
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
|
Sun, 13 Jan 2019
|
[ 20:58 adamw ] (Only the first 10 of 59 ports in this commit are shown above. )
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
|
Tue, 8 Jan 2019
|
[ 20:36 matthew ]
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/
|
Thu, 3 Jan 2019
|
[ 21:40 adamw ]
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
|
[ 21:08 adamw ]
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)
|
[ 20:10 riggs ]
Add entry on switching from multimedia/vlc3 to multimedia/vlc
|
Wed, 2 Jan 2019
|
[ 08:01 netchild ]
Update serviio to 1.10.1.
Submitted by: Jonathan Chen <jonc@chen.org.nz>
PR: 234476
|
Sun, 30 Dec 2018
|
[ 13:50 miwi ]
- Whitespace fixes
|
Fri, 28 Dec 2018
|
[ 14:03 rodrigo ]
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
|
Wed, 26 Dec 2018
|
[ 21:18 naddy ]
Add entry about a news/inn database incompatibility when upgrading from
FreeBSD 11 to 12.
Requested by: adamw
Reviewed by: adamw
|
Sat, 22 Dec 2018
|
[ 21:05 madpilot ]
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
|
[ 20:06 madpilot ] (Only the first 10 of 18 ports in this commit are shown above. )
- 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
|
Tue, 18 Dec 2018
|
[ 21:01 netchild ]
Update openhab2 to 2.4.0
|
Sat, 15 Dec 2018
|
[ 05:23 glewis ]
Fix a typo
|
[ 00:52 joneum ]
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
|
Thu, 13 Dec 2018
|
[ 21:02 mat ]
Note the default version change for Perl.
|
Wed, 12 Dec 2018
|
[ 08:15 ashish ]
- Update to 18.12
- Add an entry to UPDATING about changes in 18.12
Changes: https://blog.process-one.net/ejabberd-18-12/
|
Mon, 10 Dec 2018
|
[ 07:38 madpilot ]
Fix english grammar in my latest UPDATING entry: possessive for
"it" is "its".
Reported by: Scott Bennett <bennett@sdf.org>
|
[ 03:02 jmd ] (Only the first 10 of 14 ports in this commit are shown above. )
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
|
Sun, 9 Dec 2018
|
[ 17:29 madpilot ] (Only the first 10 of 14 ports in this commit are shown above. )
- 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
|
Sat, 8 Dec 2018
|
[ 16:25 netchild ]
Fix timestamp... this is not the timetraveler you are looking for.
|
[ 16:24 netchild ]
Update openhab2 to 2.3.0.
|
Sat, 24 Nov 2018
|
[ 02:50 woodsb02 ]
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
|
Sun, 11 Nov 2018
|
[ 23:54 jbeich ] (Only the first 10 of 20 ports in this commit are shown above. )
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
|
Fri, 9 Nov 2018
|
[ 18:52 swills ] (Only the first 10 of 107 ports in this commit are shown above. )
security/ossec-hids-server: update from 2.8.3 to 3.1.0
PR: 232794
Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
|
Mon, 5 Nov 2018
|
[ 02:07 lifanov ]
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)
|
Wed, 31 Oct 2018
|
[ 22:09 bhughes ]
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
|
Mon, 22 Oct 2018
|
[ 14:04 joneum ]
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
|
Sat, 20 Oct 2018
|
[ 10:30 brnrd ]
security/libressl: Update to 2.8.2
- Requires rebuild of all dependent ports
|
Thu, 18 Oct 2018
|
[ 23:36 zi ]
- Use hitch user/group instead of nobody/nobody
PR: 232411
Submitted by: grahamyvr@gmail.com
|
Mon, 15 Oct 2018
|
[ 08:14 adridg ]
Fix misattributed entry (email was wrong).
Submitted by: loise@kde.org
|
[ 00:58 lifanov ] (Only the first 10 of 11 ports in this commit are shown above. )
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.
|
Wed, 10 Oct 2018
|
[ 11:54 madpilot ] (Only the first 10 of 19 ports in this commit are shown above. )
- 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
|
Tue, 9 Oct 2018
|
[ 16:32 pizzamig ]
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.
|
Sun, 30 Sep 2018
|
[ 19:22 jmd ]
Add UPDATING entry concerning DRM metaport.
Reviewed by: x11 (zeising), imp, rene
Approved by: x11 (zeising)
Differential Revision: https://reviews.freebsd.org/D16903
|
Mon, 24 Sep 2018
|
[ 21:27 jlh ]
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@
|
[ 09:59 tz ]
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
|
Number of commits found: 2603 (showing only 100 on this page) |