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: mail/rainloop/Makefile

Number of commits found: 51

Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Friday, 28 Oct 2022
08:17 Yasuhiro Kimura (yasu) search for other commits by this committer
mail/rainloop: Drop maintainership

I don't use it any more.

MFH:		2022Q4
commit hash: d4c3bc67c754a6965de61e78daa5fc9b0be0a3d4 commit hash: d4c3bc67c754a6965de61e78daa5fc9b0be0a3d4 commit hash: d4c3bc67c754a6965de61e78daa5fc9b0be0a3d4 commit hash: d4c3bc67c754a6965de61e78daa5fc9b0be0a3d4 d4c3bc6
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 1 Sep 2022
07:12 Yasuhiro Kimura (yasu) search for other commits by this committer
mail/rainloop: Update to 1.17.0

Since only one edition "legacy" is provided under MIT license now,

* Remove mail/rainloop-community port and add entry to MOVED and
  UPDATING.
* Use '=' rather than '?=' for PKGNAMESUFFIX and COMMENT.
* Update license information.
* Remove patch-rainloop_v_1.16.0_app_libraries_MailSo_Base_HtmlUtils.php
  that is included in upstream.
commit hash: 37412b8aa35bf6c17a4d4d79516f25854069b2da commit hash: 37412b8aa35bf6c17a4d4d79516f25854069b2da commit hash: 37412b8aa35bf6c17a4d4d79516f25854069b2da commit hash: 37412b8aa35bf6c17a4d4d79516f25854069b2da 37412b8
Tuesday, 3 May 2022
10:12 Yasuhiro Kimura (yasu) search for other commits by this committer
mail/rainloop: Add patch to fix cross-site-scripting (XSS) vulnerability

PR:		263749
Reported by:	Lapo Luchini
Obtained
from:	https://blog.sonarsource.com/rainloop-emails-at-risk-due-to-code-flaw
MFH:		2022Q2
Security:	a8118db0-cac2-11ec-9288-0800270512f4
commit hash: f9f524f160cb67555ffab240926b693d090ebd20 commit hash: f9f524f160cb67555ffab240926b693d090ebd20 commit hash: f9f524f160cb67555ffab240926b693d090ebd20 commit hash: f9f524f160cb67555ffab240926b693d090ebd20 f9f524f
Thursday, 11 Nov 2021
02:42 Yasuhiro Kimura (yasu) search for other commits by this committer
mail/rainloop: Fix SMTP AUTH PLAIN bug

While I'm here,

* Switch to DISTVERSION
* Pet portclippy
* Re-format Makefile with portfmt

Reference:	https://github.com/RainLoop/rainloop-webmail/issues/1629
PR:		257017
Reported by:	pi
Obtained
from:	https://github.com/RainLoop/rainloop-webmail/issues/1629#issuecomment-540398127
MFH:		2021Q4
commit hash: 09c2f9d63931380306f66bcbef74667502a0c4e0 commit hash: 09c2f9d63931380306f66bcbef74667502a0c4e0 commit hash: 09c2f9d63931380306f66bcbef74667502a0c4e0 commit hash: 09c2f9d63931380306f66bcbef74667502a0c4e0 09c2f9d
Tuesday, 28 Sep 2021
05:13 Yasuhiro Kimura (yasu) search for other commits by this committer
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org

Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32170
commit hash: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 commit hash: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 commit hash: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 commit hash: 10c30f1825b82a7e2e27e2d9e176fe8f325ffce3 10c30f1
Saturday, 8 May 2021
19:27 Neel Chauhan (nc) search for other commits by this committer Author: Yasuhiro Kimura
mail/rainloop(-community): Update to 1.16.0

Changes: https://www.rainloop.net/changelog/

PR:	255674
commit hash: 21f6da96b360d0f2e61b4aee0932963ae1358488 commit hash: 21f6da96b360d0f2e61b4aee0932963ae1358488 commit hash: 21f6da96b360d0f2e61b4aee0932963ae1358488 commit hash: 21f6da96b360d0f2e61b4aee0932963ae1358488 21f6da9
Thursday, 6 May 2021
11:47 Mathieu Arnold (mat) search for other commits by this committer
Deorbit RESTRICTED && NO_CDROM, part one.

For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b commit hash: adb93122cbf753a26a0497479dbb88cf415de29b adb9312
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 3 Feb 2021
19:11 pi search for other commits by this committer
mail/rainloop: update 1.14.0 -> 1.15.0

- now supports php8

PR:		253221
Submitted by:	Yasuhiro Kimura <yasu@utahime.org> (maintainer)
Relnotes:	https://www.rainloop.net/changelog/
Original commitRevision:563907 
Monday, 4 Jan 2021
08:45 meta search for other commits by this committer
mail/rainloop: add missing dependency on simplexml

PR:		252233
Submitted by:	Yasuhiro Kimura <yasu@utahime.org> (maintainer)
Reported by:	Max Christian <accounts@wireme.de>
Sponsored by:	HAW International
Original commitRevision:560266 
Monday, 9 Nov 2020
04:57 kevans search for other commits by this committer
mail/rainloop: fix position of double quote

This rode in back in r541184 (2020/07/04) and is clearly bogus, but somehow
hasn't been an issue until now. Move the quotation mark outside of the right
brace.

Approved by:	portmgr (implicit, just-fix-it)
MFH:		2020Q4
Original commitRevision:554666 
Saturday, 4 Jul 2020
09:29 lwhsu search for other commits by this committer
Flavorize

PR:		247543
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Original commitRevision:541184 
Friday, 24 Apr 2020
00:07 tagattie search for other commits by this committer
- Update to 1.14.0
- Pass maintainership to submitter

PR:		243788
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	loic.blot@unix-experience.fr (maintainer),
		pizzamig (co-mentor)
Changelog:	https://www.rainloop.net/changelog/
Original commitRevision:532720 
Tuesday, 20 Aug 2019
00:24 meta search for other commits by this committer
mail/rainloop{,-community}: Update to 1.13.0

PR:		239750
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
Original commitRevision:509390 
Sunday, 5 Aug 2018
19:23 joneum search for other commits by this committer
mail/rainloop mail/rainloop-community: Update to 1.12.1

PR:		230216
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
Original commitRevision:476465 
Sunday, 6 May 2018
16:33 krion search for other commits by this committer
Update to 1.12.0

PR:		227913
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
Original commitRevision:469239 
Sunday, 8 Oct 2017
21:03 dbaio search for other commits by this committer
mail/rainloop[-community]: Update to 1.11.3

PR:		222611
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	loic.blot@unix-experience.fr (maintainer)
Original commitRevision:451577 
Monday, 25 Sep 2017
16:21 girgen search for other commits by this committer
Make sure we don't install program files as the web user

It is sufficient that the data directory is writable.

PR:		222572
Approved by:	maintainer
Original commitRevision:450621 
Saturday, 23 Sep 2017
12:10 dbaio search for other commits by this committer
mail/rainloop[-community]: Update to 1.11.2

PR:		222478
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	loic.blot@unix-experience.fr (maintainer)
Original commitRevision:450429 
Wednesday, 14 Jun 2017
22:45 olivier search for other commits by this committer
Update to 1.11.1

PR:		219977
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by:	maintainer
Original commitRevision:443606 
Wednesday, 22 Mar 2017
01:24 adamw search for other commits by this committer
Update to 1.11.0.203.

PR:		217959
Approved by:	maintainer (loic blot unix-experience fr)
Original commitRevision:436671 
Tuesday, 8 Nov 2016
03:30 wen search for other commits by this committer
- Update to 1.10.5.192

PR:		214292
Submitted by:	yasu@utahime.org
Approved by:	loic.blot@unix-experience.fr(maintainer)
Original commitRevision:425672 
Sunday, 2 Oct 2016
18:14 jrm search for other commits by this committer
Update mail/rainloop and mail/rainloop-community each to version 1.10.4.183

PR:		212915
Submitted by:	yasu@utahime.org
Reported by:	yasu@utahime.org
Reviewed by:	swills (mentor) loic.blot@unix-experience.fr (maintainer)
Approved by:	swills (mentor) loic.blot@unix-experience.fr (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8106
Original commitRevision:423144 
Sunday, 21 Aug 2016
08:01 pi search for other commits by this committer
mail/rainloop{-community}: 1.10.2 -> 1.10.3

- Fix translations missing for ckeditor (#1142)
- Change "Spam/Not Spam" icons
- Synchronize localizations from Transifex
- Update all third party libraries

PR:		211870
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	Loic Blot <loic.blot@unix-experience.fr> (maintainer)
Original commitRevision:420541 
Tuesday, 5 Jul 2016
14:04 adamw search for other commits by this committer
Update to 1.10.2-141.

PR:		210580
Approved by:	maintainer
Original commitRevision:418084 
Tuesday, 17 May 2016
15:27 adamw search for other commits by this committer
Update rainloop/rainloop-community to 1.10.0-107.

PR:		209485
Approved by:	maintainer (loic dot blot at unix-experience dot fr)
Original commitRevision:415388 
Thursday, 12 May 2016
04:43 pi search for other commits by this committer
mail/rainloop{-community}: 1.9.4.398 -> 1.9.4.415

- several bug fixes

PR:		209277
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	Loic BLOT <loic.blot@unix-experience.fr> (maintainer)
Original commitRevision:415050 
Monday, 15 Feb 2016
20:48 adamw search for other commits by this committer
No need for bsd.port.options.mk here.

Approved by:	portmgr blanket (just fix it)
Original commitRevision:408957 
19:33 brnrd search for other commits by this committer
mail/rainloop(-community): Update to 1.9.4

Reviewed by:	loic.blot_unix-experience.fr (maintainer), feld (mentor)
Approved by:	loic.blot_unix-experience.fr (maintainer), feld (mentor)
Differential Revision:	D5270
Original commitRevision:408955 
Thursday, 15 Oct 2015
10:30 amdmi3 search for other commits by this committer
- Update to 1.9.3

PR:		203679
Submitted by:	yasu@utahime.org
Approved by:	loic.blot@unix-experience.fr (maintainer)
Original commitRevision:399330 
Saturday, 12 Sep 2015
00:29 cs search for other commits by this committer
Update LICENSE and add RESTRICTED

PR:		201812
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	loic.blot@unix-experience.fr (maintainer)
Original commitRevision:396730 
Monday, 6 Jul 2015
21:00 pi search for other commits by this committer
mail/rainloop: fix typo in PGSQL_USE

PR:		200091
Original commitRevision:391479 
17:24 pi search for other commits by this committer
mail/rainloop: Upgrade 1.8.2 -> 1.9.2
mail/rainloop-community: new slave port, community edition

rainloop is a modern and interactive webmail.

Changelog since 1.8.2:
http://www.rainloop.net/changelog/

PR:		200091
Submitted by:	brnrd
Approved by:	loic.blot@unix-experience.fr (maintainer)
Original commitRevision:391428 
Monday, 11 May 2015
18:34 mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386097 
Wednesday, 6 May 2015
20:34 rodrigo search for other commits by this committer
Change OPTIONS_DEFAULT from MYSQL to SQLITE
Bump PORTREVISION

PR:		199059
Original commitRevision:385562 
19:04 rodrigo search for other commits by this committer
use OPTIONS_RADIO rather than OPTIONS_SINGLE

PR:		199059
Submitted by:	Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp>
Original commitRevision:385549 
Tuesday, 31 Mar 2015
07:50 pi search for other commits by this committer
mail/rainloop: yet another OPTIONS fix

PR:		198374
Submitted by:	danfe
Original commitRevision:382800 
07:33 pi search for other commits by this committer
mail/rainloop: Add an OPTIONS_DEFAULT

PR:		198374
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Original commitRevision:382799 
06:24 antoine search for other commits by this committer
- Remove duplicate lines
- Mark BROKEN
Original commitRevision:382795 
Monday, 30 Mar 2015
19:54 pi search for other commits by this committer
mail/rainloop: 1.8.0 -> 1.8.2

Changes: http://www.rainloop.net/changelog/
Added OPTION to select database

PR:		198374
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Approved by:	loic.blot@unix-experience.fr (maintainer)
Original commitRevision:382721 
Thursday, 5 Feb 2015
17:44 pi search for other commits by this committer
mail/rainloop: 1.7.2 -> 1.8.0

Changes:
  Sieve filters
  Sound notification
  Sortable accounts list
  Updated ckeditor
  DKIM status
  Additional SSL configurations
  Updated Swedish language
  New layout configuration (Bottom preview pane)
  Interface refactoring (Compose attachments)
  Fixes, code refactoring and improvements

PR:		197343
Submitted by:	Yasuhiro Kimura <freebsd.org@pob01.utahime.jp>
Approved by:	loic.blot@unix-experience.fr (maintainer)
Original commitRevision:378481 
Sunday, 18 Jan 2015
22:01 bapt search for other commits by this committer
Ensure the data directory is owned by the WWWUSER and WWWGRP
Original commitRevision:377350 
01:39 wen search for other commits by this committer
- Update to 1.7.2

PR:		196831
Submitted by:	Yasuhiro KIMURA<freebsd.org@pob01.utahime.jp> (maintainer)
Original commitRevision:377280 
Wednesday, 31 Dec 2014
16:07 pi search for other commits by this committer
mail/rainloop: 1.7.0 -> 1.7.1

Changes:
  http://rainloop.net/changelog/

PR:		196401
Submitted by:	loic.blot@unix-experience.fr (maintainer)
Original commitRevision:375900 
Saturday, 6 Dec 2014
14:06 pawel search for other commits by this committer
Update to version 1.7.0

PR:		194895
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
Original commitRevision:374108 
Wednesday, 8 Oct 2014
15:41 feld search for other commits by this committer
Update to 1.6.10
Define LICENSE

PR:		194181
Original commitRevision:370448 
Sunday, 5 Oct 2014
18:35 marino search for other commits by this committer
mail/rainloop: Rework to avoid unnecessary overriding do-extracts target

There's no reason to roll-your-own extraction target, the stock target
works fine.  Remove and and adjust do-install accordingly; there's not
change the pkg-plist.

While here, remove RVER derivative of PORTVERSION.  This looked wrong to
me -- I doubt the RVER will end in ".164" after the PORTVERSION is
incremented.  If anything, the PORTVERSION would be derivative of RVER,
but for now I just have two seprately defined variables.  Also, unmask
installation commands.
Original commitRevision:370102 
Friday, 26 Sep 2014
09:05 vanilla search for other commits by this committer
Add rainloop 1.6.9, modern and interactive webmail.

PR:		ports/193831
Submitted by:	loic.blot@unix-experience.fr
Original commitRevision:369310 

Number of commits found: 51