Commit graph

52 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
0ac3a69555 */*: 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)
2023-04-16 20:09:23 +02:00
Yasuhiro Kimura
d4c3bc67c7 mail/rainloop: Drop maintainership
I don't use it any more.

MFH:		2022Q4
2022-10-28 17:17:30 +09:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Yasuhiro Kimura
37412b8aa3 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.
2022-09-01 16:12:09 +09:00
Yasuhiro Kimura
f9f524f160 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
2022-05-03 19:12:56 +09:00
Yasuhiro Kimura
09c2f9d639 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
2021-11-11 11:42:03 +09:00
Yasuhiro Kimura
10c30f1825 */*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32170
2021-09-28 14:13:33 +09:00
Yasuhiro Kimura
21f6da96b3 mail/rainloop(-community): Update to 1.16.0
Changes: https://www.rainloop.net/changelog/

PR:	255674
2021-05-08 12:27:45 -07:00
Mathieu Arnold
adb93122cb
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
2021-05-06 13:47:41 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Kurt Jaeger
136299412e 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/
2021-02-03 19:11:45 +00:00
Koichiro Iwao
b65d7534fe 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
2021-01-04 08:45:07 +00:00
Kyle Evans
bbf3a523e2 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
2020-11-09 04:57:55 +00:00
Li-Wen Hsu
d1f204218f Flavorize
PR:		247543
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2020-07-04 09:29:32 +00:00
Hiroki Tagato
b716a42d50 - 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/
2020-04-24 00:07:29 +00:00
Koichiro Iwao
61c9fb0594 mail/rainloop{,-community}: Update to 1.13.0
PR:		239750
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
2019-08-20 00:24:02 +00:00
Jochen Neumeister
433370c9c3 mail/rainloop mail/rainloop-community: Update to 1.12.1
PR:		230216
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
2018-08-05 19:23:40 +00:00
Kirill Ponomarev
098c7bc88a Update to 1.12.0
PR:		227913
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
2018-05-06 16:33:41 +00:00
Danilo G. Baio
f858c9e43c 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)
2017-10-08 21:03:02 +00:00
Palle Girgensohn
12b0a13bb3 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
2017-09-25 16:21:23 +00:00
Danilo G. Baio
23c760f257 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)
2017-09-23 12:10:59 +00:00
Olivier Cochard
280f45a57c Update to 1.11.1
PR:		219977
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by:	maintainer
2017-06-14 22:45:45 +00:00
Adam Weinberger
9595fa8148 Update to 1.11.0.203.
PR:		217959
Approved by:	maintainer (loic blot unix-experience fr)
2017-03-22 01:24:38 +00:00
Wen Heping
9fdde1af8b - Update to 1.10.5.192
PR:		214292
Submitted by:	yasu@utahime.org
Approved by:	loic.blot@unix-experience.fr(maintainer)
2016-11-08 03:30:09 +00:00
Joseph Mingrone
3099720db7 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
2016-10-02 18:14:02 +00:00
Kurt Jaeger
29d4fcf7c3 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)
2016-08-21 08:01:47 +00:00
Adam Weinberger
d6fb4218ab Update to 1.10.2-141.
PR:		210580
Approved by:	maintainer
2016-07-05 14:04:11 +00:00
Adam Weinberger
d69172e45a Update rainloop/rainloop-community to 1.10.0-107.
PR:		209485
Approved by:	maintainer (loic dot blot at unix-experience dot fr)
2016-05-17 15:27:35 +00:00
Kurt Jaeger
348a3cb54b 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)
2016-05-12 04:43:28 +00:00
Adam Weinberger
ceee71e776 No need for bsd.port.options.mk here.
Approved by:	portmgr blanket (just fix it)
2016-02-15 20:48:42 +00:00
Bernard Spil
693c980cb7 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
2016-02-15 19:33:01 +00:00
Dmitry Marakasov
e141c28e1f - Update to 1.9.3
PR:		203679
Submitted by:	yasu@utahime.org
Approved by:	loic.blot@unix-experience.fr (maintainer)
2015-10-15 10:30:44 +00:00
Carlo Strub
4e37e63a90 Update LICENSE and add RESTRICTED
PR:		201812
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	loic.blot@unix-experience.fr (maintainer)
2015-09-12 00:29:12 +00:00
Kurt Jaeger
90077e6fa3 mail/rainloop: fix typo in PGSQL_USE
PR:		200091
2015-07-06 21:00:33 +00:00
Kurt Jaeger
f67f6377ca 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)
2015-07-06 17:24:09 +00:00
Mathieu Arnold
88bfe4bd43 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
2015-05-11 18:34:57 +00:00
Rodrigo Osorio
3f80d36124 Change OPTIONS_DEFAULT from MYSQL to SQLITE
Bump PORTREVISION

PR:		199059
2015-05-06 20:34:12 +00:00
Rodrigo Osorio
bf316be604 use OPTIONS_RADIO rather than OPTIONS_SINGLE
PR:		199059
Submitted by:	Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp>
2015-05-06 19:04:31 +00:00
Kurt Jaeger
ccf4ef9db5 mail/rainloop: yet another OPTIONS fix
PR:		198374
Submitted by:	danfe
2015-03-31 07:50:36 +00:00
Kurt Jaeger
5b728e2a77 mail/rainloop: Add an OPTIONS_DEFAULT
PR:		198374
Submitted by:	Bernard Spil <spil.oss@gmail.com>
2015-03-31 07:33:55 +00:00
Antoine Brodin
c4c8456530 - Remove duplicate lines
- Mark BROKEN
2015-03-31 06:24:15 +00:00
Kurt Jaeger
b460b25d6a 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)
2015-03-30 19:54:21 +00:00
Kurt Jaeger
258f7d92d7 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)
2015-02-05 17:44:31 +00:00
Baptiste Daroussin
fee6e659b4 Ensure the data directory is owned by the WWWUSER and WWWGRP 2015-01-18 22:01:52 +00:00
Wen Heping
ca22fa4143 - Update to 1.7.2
PR:		196831
Submitted by:	Yasuhiro KIMURA<freebsd.org@pob01.utahime.jp> (maintainer)
2015-01-18 01:39:16 +00:00
Kurt Jaeger
11a7e2ff61 mail/rainloop: 1.7.0 -> 1.7.1
Changes:
  http://rainloop.net/changelog/

PR:		196401
Submitted by:	loic.blot@unix-experience.fr (maintainer)
2014-12-31 16:07:08 +00:00
Pawel Pekala
4446ace568 Update to version 1.7.0
PR:		194895
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
2014-12-06 14:06:04 +00:00
Mark Felder
95f8b1ff71 Update to 1.6.10
Define LICENSE

PR:		194181
2014-10-08 15:41:18 +00:00