notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/rt44/Makefile.cpan

Number of commits found: 17

Sunday, 7 Apr 2024
09:36 Florian Smeets (flo) search for other commits by this committer
databases/p5-DBD-mysql: Fix for MariaDB users

Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.

In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.

In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.

DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
thread on the amavis-users mailing list has a very good summary [2] from
the author of DBD:MariaDB.

This includes ideas and suggestions from vvd and mat. Thanks!

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17
[2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html

PR:		275100, 277889
Reviewed by:	vvd, mat
Fixes:	cd16748194e2
Differential Revision: https://reviews.freebsd.org/D44662
commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 92a030d
Friday, 3 Jun 2022
09:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER

lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae 699f62d
Thursday, 16 Sep 2021
08:33 Mikael Urankar (mikael) search for other commits by this committer
www/rt44: Update to 4.4.5

 - Update to 4.4.5
 - Remove useless REINPLACE_CMD

Changes: https://github.com/bestpractical/rt/releases/tag/rt-4.4.5
commit hash: fd09abd3c1a84c1dcc490916f74a3c0bef17ced3 commit hash: fd09abd3c1a84c1dcc490916f74a3c0bef17ced3 commit hash: fd09abd3c1a84c1dcc490916f74a3c0bef17ced3 commit hash: fd09abd3c1a84c1dcc490916f74a3c0bef17ced3 fd09abd
Wednesday, 14 Jul 2021
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rt44: Use P5_POD_PARSER

With hat:	perl
commit hash: 7631a758757ff8c1510556e345871f87d9432e7e commit hash: 7631a758757ff8c1510556e345871f87d9432e7e commit hash: 7631a758757ff8c1510556e345871f87d9432e7e commit hash: 7631a758757ff8c1510556e345871f87d9432e7e 7631a75
Friday, 9 Oct 2020
11:54 mikael search for other commits by this committer
www/rt44: add dependency on textproc/p5-Pod-Parse

Add dependency on textproc/p5-Pod-Parse:
RT::Shredder::POD uses Pod::Select, which is provided by textproc/p5-Pod-Parser

PR:		250197
Reported by:	David Sieborger
MFH:		2020Q4 (blanket: runtime fix)
Original commitRevision:551764 
Friday, 17 Jul 2020
16:56 mikael search for other commits by this committer
www/rt40: cleanup
 - Remove CONFLICTS_INSTALL against rt40 which is long gone from ports.
 - Fix the documentation path.
 - Gratuitous whitespace fix.

No functionnal changes
Original commitRevision:542443 
Wednesday, 18 Jul 2018
16:38 swills search for other commits by this committer
www/rt44: update to v4.4.3

PR:		229828
Submitted by:	mikael.urankar@gmail.com (maintainer)
Original commitRevision:474883 
Thursday, 17 Aug 2017
14:26 matthew search for other commits by this committer
Update to 4.4.2

ChangeLog:	https://docs.bestpractical.com/release-notes/rt/4.4.2

PR:		221583
Submitted by:	mikael.urankar@gmail.com (maintainer)
Original commitRevision:448104 
Sunday, 18 Jun 2017
05:52 sunpoet search for other commits by this committer
Remove Perl core modules

- Bump PORTREVISION for dependency change

With hat:	perl
Original commitRevision:443817 
Monday, 5 Jun 2017
23:26 sunpoet search for other commits by this committer
Remove outdated PERL_LEVEL check

With hat:	perl
Original commitRevision:442727 
Tuesday, 2 May 2017
20:14 pi search for other commits by this committer
www/rt44: add missing dependencies

- Those were missing:
  devel/p5-Class-Accessor
  textproc/p5-HTML-RewriteAttributes
  mail/p5-MIME-Types
  textproc/p5-Pod-Parser

PR:		218871
Submitted by:	mikael.urankar@gmail.com (maintainer)
Reported by:	info@rickvanderzwet.nl
Original commitRevision:439971 
Wednesday, 8 Mar 2017
12:18 rene search for other commits by this committer
www/rt44: remove optional dependency on expired databases/p5-DBD-Oracle
Original commitRevision:435679 
Tuesday, 28 Feb 2017
09:47 sunpoet search for other commits by this committer
Use real PORTVERSION and update dependent ports

- Add LICENSE_FILE
- Sort PLIST
Original commitRevision:435027 
Wednesday, 27 Jul 2016
20:56 pawel search for other commits by this committer
Update to version 4.4.1

Changelog: https://docs.bestpractical.com/release-notes/rt/4.4.1

PR:		211404
Submitted by:	maintainer
Original commitRevision:419199 
Wednesday, 29 Jun 2016
17:20 amdmi3 search for other commits by this committer
- Add missing dependency on textproc/p5-CSS-Squish
- While here, add LICENSE_FILE

PR:		210688
Submitted by:	mikael.urankar@gmail.com (maintainer)
Reported by:	farrokhi@FreeBSD.org
Original commitRevision:417781 
Friday, 15 Apr 2016
16:28 pi search for other commits by this committer
www/rt44: re-surrect as repo-copy of rt42

PR:		208229
Submitted by:	mat
Original commitRevision:413352 
Thursday, 14 Apr 2016
19:06 pi search for other commits by this committer
New port: www/rt44

RT is a battle-tested issue tracking system which thousands of
organizations use for bug tracking, help desk ticketing, customer
service, workflow processes, change management, network operations,
youth counselling and even more. Organizations around the world have
been running smoothly thanks to RT for over 10 years.

WWW: http://www.bestpractical.com/rt/

PR:		208229
Submitted by:	mikael.urankar@gmail.com
Original commitRevision:413311 

Number of commits found: 17