Commit graph

4718 commits

Author SHA1 Message Date
june
b5b64e3294 irc/catgirl: Update to 2.1
Changelog:	https://git.causal.agency/catgirl/tag/?h=2.1

PR:		262165
2022-02-25 04:48:06 -05:00
Dan Langille
7b279c9e09 devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0

Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.

There are five known build failures, all prexisting:

* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable

Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl

PR:		258108
Approved by:	ruby (zi@)
2022-02-20 13:06:12 +00:00
Vinícius Zavam
3af67b5fd6
irc/anope: update 2.0.9_1 to 2.0.10
Add support for channel SQLines on InspIRCd;
  Change default protocol module from inspircd20 to inspircd3;
  Change the character set used by chanstats and irc2sql to utf8mb4;
  Fix a ton of typos in messages;
  Fix being able to override MAXLIST on InspIRCd;
  Fix blocking on boot when trying to upgrade SQL databases;
  Fix not flushing the ERROR message on squit;
  Fix using an invalidated iterator when deleting bots;
  Fix various harmless compiler warnings;
  Fix webcpanel not using the forwarded IP;
  Show the account name in nickserv/info.

  * https://github.com/anope/anope/releases/tag/2.0.10
  * https://github.com/anope/anope/compare/2.0.9...2.0.10
2022-02-19 19:46:04 +00:00
june
d2e8228b86 irc/catgirl: Update to 2.0a
PR:		261960
2022-02-15 18:43:17 -05:00
Daniel Engberg
6a7cf96370 irc/hexchat: Some fixes to port
- Use upstream release archive as recommended by Porters Handbook
  (USE_GITHUB section)
- Define gdkpixbuf2 dependency (reported by Poudriere)
- Adjust SHEBANG_FILES to remove the need to define BINARY_ALIAS
- Remove INSTALL_TARGET
- Define INSTALLS_ICONS (reported by Portlint)
- Remove unnecessary LIBS variable

PR:		261922
Reviewed by:	pkubaj (maintainer)
2022-02-13 20:43:32 +01:00
Piotr Kubaj
38d8a26002 irc/hexchat: update to 2.16.1 2022-02-12 22:18:52 +00:00
Yuri Victorovich
e6ef1ef735 irc/ergo: Update 2.8.0 -> 2.9.1
Reported by:	portscout
2022-02-09 09:00:17 -08:00
Tobias C. Berner
e6e9fd72c4 KDE: Update KDE Gear to 21.12.2 (bug fix release)
Thursday, 3 February 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations.

Full changelog:
	https://kde.org/announcements/changelogs/gear/21.12.2/
2022-02-07 17:33:10 +01:00
Sofian Brabez
04a2feaac0 irc/ii: update to 1.9 2022-02-07 10:27:48 +00:00
Tijl Coosemans
b93e64d3c3 security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.

PR:		255084
2022-01-28 13:14:09 +01:00
Marius Strobl
8c30deb681 devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.

PR:		261062
Reported by:	dizzy [1]
Approved by:	maintainer timeout
2022-01-26 08:46:25 +01:00
Dries Michiels
dfb34421e5 irc/inspircd: Update to 3.12.0
Changes:		https://docs.inspircd.org/3/change-log/#inspircd-3120
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D33736
2022-01-25 19:37:48 +01:00
Jan Beich
520657306a irc/polari: refresh ce223b0726 with merged version
ERROR: Commit message check failed
[...]
1. Commit message subject should be properly Capitalized. E.g. 'chatView: Marginalize extradicity'
2022-01-24 13:21:07 +00:00
Jan Beich
ce223b0726 irc/polari: unbreak build with Meson 0.61.0
data/appdata/meson.build:2:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:08 +00:00
Tobias Kortkamp
07389cd463
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables

I'm assuming the entries are correct otherwise.

Reported by:	portscan
2022-01-17 14:20:24 +01:00
Ashish SHUKLA
3e09e0f98f
irc/srain: Update to 1.3.1
- Add DOCS option for documentation
- Switch to meson for building
- Remove the Makefile patch not needed anymore
2022-01-15 21:32:42 +00:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Tobias C. Berner
2b5369a28e KDE: Update KDE Gear to 21.12.1
Thursday, 6 January 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations.
Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.1/
2022-01-06 16:38:38 +01:00
Neel Chauhan
004ee8115c irc/epic4: Update to 2.10.10 2022-01-05 13:25:11 -08:00
Dima Panov
8e0a88f12d irc/quassel: update to 0.14.0 release 2022-01-05 14:20:26 +03:00
Bernard Spil
c554700f5d irc/weechat: Update to 3.4 2021-12-18 13:01:38 +00:00
C. McEnroe
ef200e8bde irc/catgirl: update to 2.0
PR:		260369
Reported by:	C. McEnroe <june@causal.agency> (maintainer)
2021-12-15 16:32:44 +09:00
Mateusz Piotrowski
51837a27da irc/thales: Improve COMMENT
It didn't follow the style guide we have for COMMENT variables.
2021-12-12 23:50:11 +01:00
C. McEnroe
0d0e5f016b irc/pounce: Update to 3.0
Changelog: https://git.causal.agency/pounce/tag/?h=3.0

PR:		259216
Approved by:	mentors (implicit)
2021-12-12 19:54:08 +01:00
Tobias C. Berner
2c348825da KDE: Update KDE Gear to 21.12
KDE Gear 21.12 has landed and comes with a massive number of updates and
new versions of applications and libraries. Literally, dozens of classic
KDE everyday tools and the specialised sophisticated apps you use to
work, be creative and play, are getting refreshers with design
improvements, new features and performance and stability enhancements.

What's new:
	https://kde.org/announcements/gear/21.12.0/#whatsnew

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.0/
2021-12-10 07:26:32 +01:00
Arthur Pirika
637e1d7c31 irc/bitlbee-discord: fix issue with glib >= 2.69
PR:		259072, 259257
Reported by:	Corey Halpin <chalpin@cs.wisc.edu>,
	 	Arthur Pirika <arfy32@gmail.com> (maintainer)
MFH:		2021Q4 (bug fix)
2021-12-07 12:02:05 +09:00
Danilo G. Baio
3abe08bbd4 irc/znc: Fix build with LibreSSL
PR:		260154
Reported by:	wcarson.bugzilla@disillusion.net
2021-12-05 19:04:21 -03:00
Simeon Simeonov
44058fa9c7 irc/py-limnoria: Mark as not compatible with Python 3.10+
Since Python 3.10 the method "collections.MutableMapping" has been
renamed to "collections.abc.MutableMapping" which leads to run time
errors:

[..]
    class CacheDict(collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'
[..]

PR:		259979
Reviewed by:	koobs (maintainer)
Approved by:	portmgr (blanket)
MFH:		2021Q4
2021-12-01 10:02:37 +01:00
Stefan Eßer
5933ac0b09 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-23 23:11:40 +01:00
Baptiste Daroussin
8c9683a3a6 security/libretls: update to 3.4.1
Bump revision on consumers
2021-11-23 16:03:43 +01:00
Yuri Victorovich
163a0b5869 irc/ergo: Update 2.7.0 -> 2.8.0
Reported by:	portscout
2021-11-21 16:50:14 -08:00
Ashish SHUKLA
c659f80772
irc/soju: Update to 0.3.0 2021-11-20 21:07:19 +00:00
Joseph Mingrone
061afcca16
USES=emacs: Chase package name changes
PR:		259259
Differential Revision:	https://reviews.freebsd.org/D32613
2021-11-15 11:19:58 -04:00
Dries Michiels
8534f4382c */*: Consistently use my new driesm@FreeBSD.org alias
Replace all occurences of driesm.michiels@gmail.com with
driesm@FreeBSD.org.

Approved by:		philip (mentor), 0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D32896
2021-11-09 11:31:38 +01:00
Tobias C. Berner
3a242d3e7c KDE: Update KDE Gear to 21.08.3
Thursday, 4 November 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.3/
2021-11-04 20:11:34 +01:00
Po-Chuan Hsieh
4d163e8a81
Mk/bsd.ruby.mk: Remove RUBY_NAME
Use ruby${RUBY_SUFFIX} or libruby${RUBY_SHLIBVER} directly.
It also fixes the inconsistency in lang/ruby{26,27,30}/{Makefile,pkg-plist}.
2021-11-02 05:28:58 +08:00
Ashish SHUKLA
77b9493d2b
irc/soju: Update to 0.2.2 2021-10-31 18:37:25 +00:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00
Jan Beich
f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00
Stefan Eßer
f42c954def irc/hexchat: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:15 +02:00
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Dima Panov
75e374f5f3 irc/quassel: update to 0.14-rc2 release (+)
Switch to author's provided src tarball instead of GitHub auto-generated.

Changes since -rc1:

* Don't silently fall back to unencrypted client/core communication if certificate cannot be loaded
* Properly escape LDAP usernames to prevent injection or bypassing authentication
* Strip format codes in ignore list rules (this might affect pre-existing rules)
* Improve window handling under Wayland
* Update bundled iconsets and application icons
* Update default network and documentation to point to our new home Libera IRC (since Freenode killed itself)
2021-10-16 22:27:58 +10:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Antoine Brodin
6af2a88f04 irc/hexchat: unbreak after USE_GCC=any removal 2021-10-16 06:51:22 +00:00
Stefan Eßer
e7dd363acc irc/py-limnoria: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 12:13:58 +02:00
Tobias Kortkamp
ae22a7846a
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-10-12 17:01:38 +02:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Tobias C. Berner
98a1ae68be KDE: Update KDE Gear to 21.08.2
Thursday, 7 October 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

   * kmail: Fix an infinite SSL error dialog loop
   * konqueror: Make it compatible with KIO 5.86.0 and don’t open every
     URL in a new window
   * libksane: Fix multi page detection with certain scanners

Full announcement:
	https://kde.org/announcements/gear/21.08.2/
2021-10-07 22:48:21 +02:00
Piotr Kubaj
71c19b1917 irc/hexchat: update to 2.16.0 2021-10-07 17:53:56 +00:00
Mikhail Pchelin
9feacb0606 irc/epic5: update to 2.1.6 2021-10-06 18:56:07 +03:00