Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Jun 2022 00:08:05 7.10
|
Muhammad Moinur Rahman (bofh)  |
*/*: Ignore with php82 |
10 May 2022 08:15:20 7.10
|
Wen Heping (wen)  |
www/ilias: Update to 7.10
Update pkg-message
Update DEPENDS
Add missing PHP modules
Add a config.json file |
29 Mar 2022 17:01:54 7.7
|
Muhammad Moinur Rahman (bofh)  |
www/ilias: Update version 5.4.25=>7.7
Release 5.4.X branch has reached EOL. See:
https://docu.ilias.de/goto.php?target=wiki_1357_Release_5.4
Although 7.7 is a recent release yet it does not support php80 but as
mentioned here:
https://docu.ilias.de/goto.php?target=wiki_1357_Required_and_Supported_Software_ILIAS_7
The Technical Board intends to re-evaluate the max. supported PHP
version in ~August/September in regards to PHP 8. We'd predict a
positive impact on the code quality, if ILIAS developers could rely on
PHP >= 7.3 features.
Either way ilias 8 is supposed to be released with php 8 support
sometimes in August/September before the support for php 7.4 ends.
PR: 261610
Approved by: wen (maintainer-timeout)
Relnotes:
https://docu.ilias.de/goto.php?target=lm_1719&client_id=docu&lang=en |
10 Jan 2022 18:33:12 5.4.25
|
Muhammad Moinur Rahman (bofh)  |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
10 Jan 2022 18:23:24 5.4.25
|
Muhammad Moinur Rahman (bofh)  |
Mark ports to IGNORE with new php81
- Mark some additional ports to IGNORE with the upcoming php DEFAULT
php80 [1]
PR: 260595 [1]
Reported by: portmgr (exp-run) [1]
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
17 Dec 2021 08:03:56 5.4.25
|
Wen Heping (wen)  |
www/ilias: Update to 5.4.25 |
11 Dec 2021 13:50:53 5.4.21
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
29 Oct 2021 09:50:18 5.4.21
|
Stefan Eßer (se)  |
*/*: 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) |
23 Apr 2021 07:20:50 5.4.21
|
Wen Heping (wen)  |
www/ilias: Update to 5.4.21 |
06 Apr 2021 14:31:07 5.4.19
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jan 2021 03:17:21
5.4.19
|
wen  |
- Update to 5.4.19 |
09 Dec 2020 08:02:17
5.4.18
|
wen  |
- Update to 5.4.18
- Add PORTSCOUT |
20 Nov 2020 07:16:06
5.4.11
|
adamw  |
Add education virtual category
PR: 248402
Submitted by: PauAmma |
30 May 2020 01:51:29
5.4.11
|
wen  |
- Repocopy www/ilias --> www/ilias6 and update to 6.0
- Add CONFLICTS
- Update pkg-message |
29 May 2020 01:58:51
5.4.11
|
wen  |
- Update to 5.4.11 |
09 Mar 2020 06:03:41
5.4.10
|
wen  |
- Update to 5.4.10 |
01 Dec 2019 01:17:06
5.4.8
|
wen  |
- Update to 5.4.8 |
02 Sep 2019 10:09:51
5.4.5
|
wen  |
- Update to 5.4.5 |
14 Aug 2019 12:25:09
5.4.2
|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
14 May 2019 08:04:48
5.4.2
|
wen  |
- Update to 5.4.2 |
28 Apr 2019 03:14:37
5.4.1
|
wen  |
- Update to 5.4.1 |
25 Mar 2019 01:34:40
5.4.0
|
wen  |
- Update to 5.4.0 |
20 Feb 2019 16:16:14
5.3.13_1
|
mat  |
Fix typo in options helper |
17 Feb 2019 06:19:02
5.3.13
|
wen  |
- Update to 5.3.13
- Update option name |
10 Jan 2019 07:33:17
5.3.12
|
wen  |
- Update to 5.3.12 |
08 Jan 2019 10:44:23
5.3.11
|
tobik  |
Do not set SUB_FILES twice |
27 Nov 2018 01:10:03
5.3.11
|
wen  |
- Update to 5.3.11 |
10 Nov 2018 19:57:08
5.3.10_1
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
05 Oct 2018 04:52:56
5.3.10
|
wen  |
- Update to 5.3.10 |
31 Aug 2018 02:04:11
5.3.8
|
wen  |
- Update to 5.3.8 |
27 Jul 2018 04:34:48
5.3.7
|
wen  |
- Update to 5.3.7 |
22 Jun 2018 03:15:06
5.3.6
|
wen  |
- Update to 5.3.6
- Remove the message about apache22 from pkg-message |
15 May 2018 00:41:55
5.3.5
|
wen  |
- Update to 5.3.5 |
26 Apr 2018 22:11:31
5.3.4
|
wen  |
- Update to 5.3.4 |
09 Apr 2018 11:23:04
5.3.3
|
wen  |
- Update to 5.3.3 |
17 Mar 2018 11:18:08
5.3.2
|
wen  |
- Update to 5.3.2 |
08 Mar 2018 19:48:41
5.3.1
|
mat  |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
18 Feb 2018 00:05:06
5.3.1
|
wen  |
- Update to 5.3.1 |
28 Jan 2018 23:34:34
5.3.0
|
wen  |
- Update to 5.3.0 |
16 Jan 2018 02:39:44
5.2.11
|
wen  |
- Update to 5.2.11 |
04 Dec 2017 12:45:05
5.2.10
|
wen  |
- Update to 5.2.10 |
04 Oct 2017 11:29:15
5.2.8
|
bapt  |
Convert to USES=php
While here convert some ports to optiosn helpers |
25 Sep 2017 09:03:05
5.2.8
|
wen  |
- Update to 5.2.8 |
28 Aug 2017 08:08:13
5.2.7
|
wen  |
- Update to 5.2.7 |
15 Jul 2017 02:46:37
5.2.6
|
wen  |
- Update to 5.2.6 |
11 Jun 2017 08:11:34
5.2.5
|
wen  |
- Update to 5.2.5 |
21 Apr 2017 08:15:39
5.2.3
|
wen  |
- Update to 5.2.3 |
26 Mar 2017 06:27:40
5.2.2
|
wen  |
- Update to 5.2.2 |
06 Mar 2017 10:06:04
5.2.1
|
wen  |
- Update to 5.2.1 |
17 Feb 2017 01:23:09
5.2.0
|
wen  |
- Update to 5.2.0 |
03 Jan 2017 18:12:13
5.1.13
|
mat  |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight |
26 Dec 2016 03:33:24
5.1.13
|
wen  |
- Update to 5.1.13 |
06 Dec 2016 02:32:25
5.1.12
|
wen  |
- Update to 5.1.12 |
31 Oct 2016 01:33:32
5.1.11
|
wen  |
- Update to 5.1.11 |
14 Oct 2016 00:05:47
5.1.10
|
wen  |
- Update to 5.1.10 |
18 Sep 2016 07:31:57
5.1.9
|
wen  |
- Update to 5.1.9 |
08 Aug 2016 10:36:38
5.1.8
|
wen  |
- Update to 5.1.8 |
24 May 2016 07:20:31
5.1.6
|
wen  |
- Update to 5.1.6 |
19 May 2016 11:09:14
5.1.5
|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
18 Apr 2016 06:05:05
5.1.5
|
wen  |
- Update to 5.1.5 |
01 Apr 2016 14:33:58
5.1.4
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
26 Mar 2016 11:19:53
5.1.4
|
wen  |
- Update to 5.1.4 |
08 Mar 2016 08:25:42
5.1.3
|
wen  |
- Update to 5.1.3 |
25 Feb 2016 13:03:15
5.1.2
|
wen  |
- Update to 5.1.2 |
30 Dec 2015 07:20:39
5.1.0
|
wen  |
- Update to 5.1.0 |
22 Dec 2015 08:12:23
5.0.8
|
wen  |
- Update to 5.0.8
- Switch to optionNG
- Pet portlint |
22 Jun 2015 18:33:22
5.0.2
|
antoine  |
Convert to USES=jpeg |
01 Jun 2015 12:57:35
5.0.2
|
wen  |
- Update to 5.0.2 |
18 May 2015 20:47:25
5.0.1
|
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
06 May 2015 08:10:38
5.0.1
|
wen  |
- Drop GH_TAGNAME, use DISTVERSIONPREFIX instead
Spotted by: mat@ |
06 May 2015 01:41:33
5.0.1
|
wen  |
- Update to 5.0.1 |
21 Feb 2015 15:02:55
5.0.0
|
wen  |
- Update to 5.0.0
- Update pkg-message |
05 Feb 2015 15:36:05
4.4.7
|
wen  |
- Update to 4.4.7 |
25 Dec 2014 20:54:43
4.4.5_1
|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
4.4.5
|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
30 Oct 2014 13:45:09
4.4.5
|
wen  |
- Update to 4.4.5 |
10 Jun 2014 03:08:44
4.4.3_1
|
wen  |
- Replace ${CHMOD} and ${CHOWN} with @mode, @owner and @group |
08 Jun 2014 03:43:11
4.4.3
|
wen  |
- Update to 4.4.3
- Add LICENSE
- Stage support [1]
- Some cleanup(thank miwi@)
PR: 190147 [1]
Submitted by: joe@thrallingpenguin.com [1] |
20 Sep 2013 23:36:54
4.3.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
16 Mar 2013 14:24:05
4.3.2
|
wen  |
- Update to 4.3.2
- Trim Makefile headers |
03 Aug 2012 15:54:36
4.2.5
|
cs  |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
03 Aug 2012 13:02:45
4.2.5
|
wen  |
- Update to 3.2.5
- Use the new options framework |
01 Jun 2012 05:26:28
4.2.3_1
|
dinoex  |
- update png to 1.5.10 |
22 Mar 2012 12:01:34
4.2.3
|
wen  |
- Update to 4.2.3
Feature safe: yes |
09 Jan 2012 00:06:38
4.2.2
|
wen  |
- update to 4.2.2 |
23 Nov 2011 06:08:28
4.2.1
|
wen  |
- Update to 4.2.1
Feature safe: yes |
24 Oct 2011 06:57:32
4.2.0
|
wen  |
- Update to 4.2.0 |
02 Aug 2011 08:12:21
4.1.7
|
wen  |
- Update to 4.1.7 |
26 Jun 2011 23:58:28
4.1.6
|
wen  |
- Update WWW
Thanks to: f5bpyt@gmail.com, crees@ |
26 Jun 2011 12:05:45
4.1.6
|
wen  |
- Update WWW
Thanks to: marcus@, crees@ |
23 May 2011 06:26:07
4.1.6
|
wen  |
- Update to 4.1.6 |
11 Mar 2011 02:28:13
4.1.5
|
wen  |
- Update to 4.1.5 |
18 Jan 2011 05:09:28
4.1.4
|
wen  |
- Update to 4.1.4
Feature safe: yes |
27 Dec 2010 00:22:03
4.1.3
|
wen  |
- Update to 4.1.3 |
01 Nov 2010 06:29:57
4.1.2
|
wen  |
- Update to 4.1.2 |
28 Oct 2010 06:04:21
4.1.1
|
wen  |
- Update to 4.1.1 |
13 Sep 2010 09:54:05
4.1.0
|
wen  |
- Update to 4.1.0 |
23 Jun 2010 00:58:55
4.0.8
|
wen  |
- Update to 4.0.8
Feature safe: yes |
18 Jun 2010 12:42:50
4.0.7
|
ale  |
Remove wrong hard-coded dependencies to MySQL 5.0.
Feature safe: yes |
26 May 2010 11:58:34
4.0.7
|
wen  |
- Update to 4.0.7 |