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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: mail/horde-imp/Makefile

Number of commits found: 82

Thursday, 30 Mar 2023
23:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/horde-imp: Remove expired port:

2023-03-31 mail/horde-imp: Requires php74

Sponsored by:	Bounce Experts
commit hash: 5df4e099be86c855ecc99f876d8f3fa0fd866648 commit hash: 5df4e099be86c855ecc99f876d8f3fa0fd866648 commit hash: 5df4e099be86c855ecc99f876d8f3fa0fd866648 commit hash: 5df4e099be86c855ecc99f876d8f3fa0fd866648 5df4e099
Sunday, 25 Dec 2022
18:11 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/horde-*: Mark BROKEN

As part of removal of php74 the initial thought was to remove the horde
framework entirely. However considering the fact that the forks of horde
with php8 compatibility from https://github.com/maintaina-com will soon
be merged upstream we are not removing the ports but keeping them in
BROKEN state as the ports build perfectly while fails to run under
php80. Also mark the ports DEPRECATED in case the patches do not get
merged upstream. Also set the EXPIRATION_DATE to 2023-03-31. In case
someone is willing to convert the ports to use maintaina-com fork feel
free to update accordingly.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
commit hash: a73a30364c9eebfc9be16aeb87d9308206e49e64 commit hash: a73a30364c9eebfc9be16aeb87d9308206e49e64 commit hash: a73a30364c9eebfc9be16aeb87d9308206e49e64 commit hash: a73a30364c9eebfc9be16aeb87d9308206e49e64 a73a303
Sunday, 11 Dec 2022
19:35 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/horde*: Remove blanket IGNORE_WITH_PHP

- Remove blanket IGNORE_WITH_PHP and add IGNORE_WITH_PHP to only the web
applications. This will massively reduce the number of ports to be
removed in case there is no timely support for php8.
- Pet portlint/portclippy
- Add missing LICENSE

PR:		266552
Reported by:	michael.osipov@siemens.com
Sponsored by:	Bounce Experts
commit hash: 42c12704a4c9c1e1da8a43c8d5671808aa897246 commit hash: 42c12704a4c9c1e1da8a43c8d5671808aa897246 commit hash: 42c12704a4c9c1e1da8a43c8d5671808aa897246 commit hash: 42c12704a4c9c1e1da8a43c8d5671808aa897246 42c12704a
Friday, 28 Oct 2022
17:12 Thierry Thomas (thierry) search for other commits by this committer
mail/horde-imp: address ZDI-20-1051 / ZDI-CAN-10436

PR:		267049
Approved by:	maintainer’s time-out
Obtained from:	https://github.com/horde/imp/pull/10/files
Fixes:		Address ZDI-20-1051 / ZDI-CAN-10436
MFH:		2022Q4
Security:	https://www.zerodayinitiative.com/advisories/ZDI-20-1051/
commit hash: dfa4c773430c9297b3f54d3b1a1202e18e7f120d commit hash: dfa4c773430c9297b3f54d3b1a1202e18e7f120d commit hash: dfa4c773430c9297b3f54d3b1a1202e18e7f120d commit hash: dfa4c773430c9297b3f54d3b1a1202e18e7f120d dfa4c77
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
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
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
Thursday, 15 Oct 2020
10:10 joneum search for other commits by this committer
Update to 6.2.27

PR:		250313
Sponsored by:	Netzkommune GmbH
Original commitRevision:552400 
Wednesday, 8 Jul 2020
19:38 joneum search for other commits by this committer
Update to 6.2.26

Sponsored by:	Netzkommune GmbH
Original commitRevision:541710 
Thursday, 30 May 2019
06:41 joneum search for other commits by this committer
Update to 6.2.24

Sponsored by:	Netzkommune GmbH
Original commitRevision:503035 
Monday, 7 Jan 2019
16:12 joneum search for other commits by this committer
Update to 6.2.23

Sponsored by:	Netzkommune GmbH
Original commitRevision:489580 
Sunday, 8 Jul 2018
07:57 joneum search for other commits by this committer
Update to 6.2.22
Original commitRevision:474160 
Friday, 8 Jun 2018
09:34 amdmi3 search for other commits by this committer
- Whitespace fix
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:471995 
Thursday, 8 Mar 2018
19:48 mat search for other commits by this committer
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
Original commitRevision:463917 
Tuesday, 19 Sep 2017
21:48 mm search for other commits by this committer
Horde package update:

www/pear-Horde_Browser 2.0.14 -> 2.0.15
security/pear-Horde_Crypt 2.7.9 -> 2.7.10
textproc/pear-Horde_CssMinify 1.0.3 -> 1.0.4
www/pear-Horde_Editor 2.0.4 -> 2.0.5
graphics/pear-Horde_Image 2.5.1 -> 2.5.2
textproc/pear-Horde_JavascriptMinify 1.1.4 -> 1.1.5
devel/pear-Horde_Queue 1.1.4 -> 1.1.5
devel/pear-Horde_Tree 2.0.4 -> 2.0.5
www/horde-ansel 3.0.7 -> 3.0.8
devel/horde-content 2.0.5 -> 2.0.6
www/horde-base 5.2.16 -> 5.2.17
mail/horde-imp 6.2.20 -> 6.2.21
mail/horde-ingo 3.2.15 -> 3.2.16
deskutils/horde-kronolith 4.2.22 -> 4.2.23
deskutils/horde-mnemo 4.2.13 -> 4.2.14
devel/horde-timeobjects 2.1.3 -> 2.1.4
www/horde-trean 1.1.8 -> 1.1.9
mail/horde-turba 4.2.20 -> 4.2.21

PHP 7 is now officially supported!
Original commitRevision:450171 
Wednesday, 2 Aug 2017
19:23 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.38.6 -> 2.38.7
www/pear-Horde_Browser 2.0.13 -> 2.0.14
devel/pear-Horde_Core 2.29.1 -> 2.30.0
www/pear-Horde_Form 2.0.17 -> 2.0.18
devel/pear-Horde_Icalendar 2.1.6 -> 2.1.7
mail/pear-Horde_Imap_Client 2.29.13 -> 2.29.14
net/pear-Horde_Url 2.2.5 -> 2.2.6
www/horde-ansel 3.0.6 -> 3.0.7
ftp/horde-gollem 3.0.10 -> 3.0.11
deskutils/horde-groupware 5.2.20 -> 5.2.21
www/horde-base 5.2.15 -> 5.2.16
mail/horde-imp 6.2.19 -> 6.2.20
deskutils/horde-kronolith 4.2.21 -> 4.2.22
deskutils/horde-nag 4.2.14 -> 4.2.15
www/horde-trean 1.1.7 -> 1.1.8
mail/horde-turba 4.2.19 -> 4.2.20
mail/horde-webmail 5.2.20 -> 5.2.21
devel/horde-whups 3.0.10 -> 3.0.11

Security:	open redirects in multiple applications
Original commitRevision:447173 
Wednesday, 3 May 2017
23:29 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.38.2 -> 2.38.4
devel/pear-Horde_Alarm 2.2.8 -> 2.2.9
devel/pear-Horde_Argv 2.0.12 -> 2.1.0
devel/pear-Horde_Cli 2.1.0 -> 2.2.0
archivers/pear-Horde_Compress 2.1.6 -> 2.2.0
security/pear-Horde_Crypt 2.7.6 -> 2.7.8
graphics/pear-Horde_Image 2.4.0 -> 2.4.1
www/horde-base 5.2.14 -> 5.2.15
mail/horde-imp 6.2.18 -> 6.2.19
mail/horde-ingo 3.2.14 -> 3.2.15
deskutils/horde-kronolith 4.2.20 -> 4.2.21
mail/horde-webmail 5.2.19 -> 5.2.20
deskutils/horde-groupware 5.2.19 -> 5.2.20
Original commitRevision:440070 
Tuesday, 21 Mar 2017
23:38 mm search for other commits by this committer
Horde package update:

devel/pear-Horde_Cli 2.0.7 -> 2.1.0
devel/pear-Horde_Core 2.27.8 -> 2.28.1
www/pear-Horde_Form 2.0.15 -> 2.0.16
dns/pear-Horde_Idna 1.0.4 -> 1.1.0
graphics/pear-Horde_Image 2.3.6 -> 2.4.0
textproc/pear-Horde_Text_Diff 2.1.2 -> 2.2.0
www/horde-ansel 3.0.5 -> 3.0.6
www/horde-base 5.2.13 -> 5.2.14
mail/horde-imp 6.2.17 -> 6.2.18
mail/horde-ingo 3.2.13 -> 3.2.14
deskutils/horde-kronolith 4.2.19 -> 4.2.20
deskutils/horde-mnemo 4.2.12 -> 4.2.13
deskutils/horde-nag 4.2.13 -> 4.2.14
mail/horde-turba 4.2.18 -> 4.2.19
Original commitRevision:436664 
Saturday, 17 Dec 2016
01:23 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.37.3 -> 2.37.4
security/pear-Horde_Auth 2.2.0 -> 2.2.1
www/pear-Horde_Browser 2.0.12 -> 2.0.13
archivers/pear-Horde_Compress 2.1.5 -> 2.1.6
devel/pear-Horde_Core 2.27.2 -> 2.27.6
security/pear-Horde_Crypt 2.7.3 -> 2.7.5
textproc/pear-Horde_CssMinify 1.0.2 -> 1.0.3
devel/pear-Horde_Date 2.3.1 -> 2.3.2
www/pear-Horde_Dav 1.1.3 -> 1.1.4
databases/pear-Horde_Db 2.3.3 -> 2.3.4
mail/pear-Horde_Imap_Client 2.29.10 -> 2.29.11
archivers/pear-Horde_Pack 1.0.6 -> 1.0.7
www/pear-Horde_Service_Weather 2.5.2 -> 2.5.3
sysutils/pear-Horde_Vfs 2.3.3 -> 2.3.4
ftp/horde-gollem 3.0.9 -> 3.0.10
www/horde-base 5.2.12 -> 5.2.13
mail/horde-imp 6.2.16 -> 6.2.17
mail/horde-ingo 3.2.12 -> 3.2.13
deskutils/horde-kronolith 4.2.18 -> 4.2.19
deskutils/horde-mnemo 4.2.11 -> 4.2.12
www/horde-passwd 5.0.5 -> 5.0.6
devel/horde-timeobjects 2.1.2 -> 2.1.3
www/horde-trean 1.1.6 -> 1.1.7
mail/horde-turba 4.2.17 -> 4.2.18
www/horde-wicked 2.0.6 -> 2.0.7
devel/horde-whups 3.0.8 -> 3.0.9
Original commitRevision:428699 
Wednesday, 7 Sep 2016
22:54 mm search for other commits by this committer
Horde package update:

devel/pear-Horde_Alarm 2.2.7 -> 2.2.8
devel/pear-Horde_Cache 2.5.3 -> 2.5.4
devel/pear-Horde_Core 2.25.0 -> 2.26.1
security/pear-Horde_Crypt_Blowfish 1.1.1 -> 1.1.2
databases/pear-Horde_Db 2.3.2 -> 2.3.3
www/pear-Horde_Form 2.0.14 -> 2.0.15
databases/pear-Horde_HashTable 1.2.5 -> 1.2.6
mail/pear-Horde_Imap_Client 2.29.8 -> 2.29.9
devel/pear-Horde_Lock 2.1.3 -> 2.1.4
mail/pear-Horde_Mime 2.10.0 -> 2.10.1
mail/pear-Horde_Mime_Viewer 2.2.0 -> 2.2.1
devel/pear-Horde_Prefs 2.7.6 -> 2.8.0
devel/pear-Horde_Queue 1.1.3 -> 1.1.4
devel/pear-Horde_Rdo 2.0.5 -> 2.1.0
www/pear-Horde_SessionHandler 2.2.7 -> 2.2.8
security/pear-Horde_Share 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Filter 2.3.4 -> 2.3.5
www/horde-base 5.2.11 -> 5.2.12
mail/horde-imp 6.2.15 -> 6.2.16
mail/horde-ingo 3.2.11 -> 3.2.12
deskutils/horde-kronolith 4.2.17 -> 4.2.18
deskutils/horde-nag 4.2.10 -> 4.2.11
mail/horde-turba 4.2.15 -> 4.2.16
mail/horde-webmail 5.2.15 -> 5.2.16
deskutils/horde-groupware 5.2.15 -> 5.2.16
Original commitRevision:421524 
Saturday, 2 Jul 2016
20:01 mm search for other commits by this committer
Horde package update:

www/pear-Horde_Css_Parser 1.0.10 -> 1.0.11
devel/pear-Horde_Date 2.3.0 -> 2.3.1
databases/pear-Horde_Db 2.3.1 -> 2.3.2
databases/pear-Horde_HashTable 1.2.4 -> 1.2.5
devel/pear-Horde_Lock 2.1.2 -> 2.1.3
sysutils/pear-Horde_Vfs 2.3.2 -> 2.3.3
ftp/horde-gollem 3.0.8 -> 3.0.9
www/horde-base 5.2.10 -> 5.2.11
mail/horde-imp 6.2.14 -> 6.2.15
mail/horde-ingo 3.2.10 -> 3.2.11
deskutils/horde-kronolith 4.2.16 -> 4.2.17
deskutils/horde-mnemo 4.2.10 -> 4.2.11
deskutils/horde-nag 4.2.9 -> 4.2.10
www/horde-passwd 5.0.4 -> 5.0.5
www/horde-trean 1.1.5 -> 1.1.6
mail/horde-turba 4.2.14 -> 4.2.15
mail/horde-webmail 5.2.14 -> 5.2.15
deskutils/horde-groupware 5.2.14 -> 5.2.15
www/horde-wicked 2.0.5 -> 2.0.6
devel/horde-whups 3.0.7 -> 3.0.8
Original commitRevision:417941 
Thursday, 7 Apr 2016
07:24 mm search for other commits by this committer
Horde package update:

security/pear-Horde_Auth 2.1.11 -> 2.1.12
security/pear-Horde_Crypt 2.7.2 -> 2.7.3
www/pear-Horde_Css_Parser 1.0.8 -> 1.0.9
www/pear-Horde_Dav 1.1.2 -> 1.1.3
mail/pear-Horde_ListHeaders 1.2.3 -> 1.2.4
sysutils/pear-Horde_Log 2.1.3 -> 2.2.0
devel/pear-Horde_Nls 2.1.1 -> 2.2.0
comms/pear-Horde_SyncMl 2.0.6 -> 2.0.7
mail/horde-imp 6.2.13 -> 6.2.14
mail/horde-ingo 3.2.9 -> 3.2.10
deskutils/horde-nag 4.2.8 -> 4.2.9
devel/horde-timeobjects 2.1.1 -> 2.1.2
mail/horde-turba 4.2.13 -> 4.2.14
mail/horde-webmail 5.2.13 -> 5.2.14
deskutils/horde-groupware 5.2.13 -> 5.2.14
Original commitRevision:412658 
Thursday, 24 Mar 2016
07:39 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.31.2 -> 2.31.8
devel/pear-Horde_Alarm 2.2.6 -> 2.2.7
www/pear-Horde_Browser 2.0.11 -> 2.0.12
devel/pear-Horde_Cache 2.5.2 -> 2.5.3
archivers/pear-Horde_Compress 2.1.4 -> 2.1.5
devel/pear-Horde_Core 2.22.6 -> 2.23.0
security/pear-Horde_Crypt 2.7.0 -> 2.7.2
devel/pear-Horde_Date 2.2.0 -> 2.3.0
devel/pear-Horde_Exception 2.0.7 -> 2.0.8
www/pear-Horde_Form 2.0.12 -> 2.0.13
security/pear-Horde_Group 2.1.0 -> 2.1.1
devel/pear-Horde_Icalendar 2.1.3 -> 2.1.4
graphics/pear-Horde_Image 2.3.4 -> 2.3.5
mail/pear-Horde_Imap_Client 2.29.5 -> 2.29.6
devel/pear-Horde_Itip 2.1.1 -> 2.1.2
textproc/pear-Horde_JavascriptMinify 1.1.2 -> 1.1.3
devel/pear-Horde_LoginTasks 2.0.6 -> 2.0.7
mail/pear-Horde_Mail_Autoconfig 1.0.2 -> 1.0.3
mail/pear-Horde_Mapi 1.0.6 -> 1.0.8
mail/pear-Horde_Mime 2.9.3 -> 2.9.4
mail/pear-Horde_Mime_Viewer 2.1.2 -> 2.1.3
devel/pear-Horde_Nls 2.1.0 -> 2.1.1
security/pear-Horde_Perms 2.1.6 -> 2.1.7
devel/pear-Horde_Prefs 2.7.5 -> 2.7.6
net/pear-Horde_Rpc 2.1.6 -> 2.1.7
security/pear-Horde_Share 2.0.8 -> 2.0.10
mail/pear-Horde_Smtp 1.9.2 -> 1.9.3
net/pear-Horde_Socket_Client 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Filter 2.3.3 -> 2.3.4
devel/pear-Horde_Timezone 1.0.10 -> 1.0.11
devel/pear-Horde_Token 2.0.8 -> 2.0.9
sysutils/pear-Horde_Vfs 2.3.1 -> 2.3.2
www/horde-ansel 3.0.3 -> 3.0.4
ftp/horde-gollem 3.0.7 -> 3.0.8
www/horde-base 5.2.9 -> 5.2.10
mail/horde-imp 6.2.12 -> 6.2.13
mail/horde-ingo 3.2.8 -> 3.2.9
deskutils/horde-kronolith 4.2.15 -> 4.2.16
deskutils/horde-mnemo 4.2.9 -> 4.2.10
deskutils/horde-nag 4.2.7 -> 4.2.8
www/horde-trean 1.1.4 -> 1.1.5
mail/horde-turba 4.2.12 -> 4.2.13
mail/horde-webmail 5.2.12 -> 5.2.13
deskutils/horde-groupware 5.2.12 -> 5.2.13
www/horde-wicked 2.0.4 -> 2.0.5
Original commitRevision:411757 
Tuesday, 2 Feb 2016
22:56 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.30.2 -> 2.30.6
devel/pear-Horde_Alarm 2.2.5 -> 2.2.6
devel/pear-Horde_Argv 2.0.11 -> 2.0.12
security/pear-Horde_Auth 2.1.10 -> 2.1.11
devel/pear-Horde_Autoloader 2.1.1 -> 2.1.2
www/pear-Horde_Browser 2.0.10 -> 2.0.11
devel/pear-Horde_Cache 2.5.0 -> 2.5.2
archivers/pear-Horde_Compress 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress_Fast 1.1.0 -> 1.1.1
devel/pear-Horde_Constraint 2.0.2 -> 2.0.3
devel/pear-Horde_Controller 2.0.3 -> 2.0.4
devel/pear-Horde_Core 2.22.3 -> 2.22.5
security/pear-Horde_Crypt 2.6.1 -> 2.7.0
security/pear-Horde_Crypt_Blowfish 1.1.0 -> 1.1.1
www/pear-Horde_Css_Parser 1.0.7 -> 1.0.8
devel/pear-Horde_Data 2.1.3 -> 2.1.4
devel/pear-Horde_Date 2.1.1 -> 2.2.0
devel/pear-Horde_Date_Parser 2.0.4 -> 2.0.5
databases/pear-Horde_Db 2.3.0 -> 2.3.1
devel/pear-Horde_Exception 2.0.6 -> 2.0.7
www/pear-Horde_Feed 2.0.3 -> 2.0.4
www/pear-Horde_Form 2.0.11 -> 2.0.12
security/pear-Horde_Group 2.0.5 -> 2.1.0
databases/pear-Horde_HashTable 1.2.3 -> 1.2.4
devel/pear-Horde_History 2.3.5 -> 2.3.6
www/pear-Horde_Http 2.1.5 -> 2.1.6
devel/pear-Horde_Icalendar 2.1.2 -> 2.1.3
dns/pear-Horde_Idna 1.0.3 -> 1.0.4
graphics/pear-Horde_Image 2.3.3 -> 2.3.4
mail/pear-Horde_Imap_Client 2.29.4 -> 2.29.5
devel/pear-Horde_Injector 2.0.4 -> 2.0.5
devel/pear-Horde_Itip 2.1.0 -> 2.1.1
mail/pear-Horde_ListHeaders 1.2.2 -> 1.2.3
devel/pear-Horde_Lock 2.1.1 -> 2.1.2
sysutils/pear-Horde_Log 2.1.2 -> 2.1.3
devel/pear-Horde_LoginTasks 2.0.5 -> 2.0.6
mail/pear-Horde_Mail 2.6.2 -> 2.6.3
mail/pear-Horde_Mapi 1.0.5 -> 1.0.6
mail/pear-Horde_Mime 2.9.2 -> 2.9.3
mail/pear-Horde_Mime_Viewer 2.1.1 -> 2.1.2
devel/pear-Horde_Notification 2.0.3 -> 2.0.4
archivers/pear-Horde_Pack 1.0.5 -> 1.0.6
textproc/pear-Horde_Pdf 2.0.6 -> 2.0.7
devel/pear-Horde_Prefs 2.7.4 -> 2.7.5
devel/pear-Horde_Rdo 2.0.4 -> 2.0.5
www/pear-Horde_Routes 2.0.4 -> 2.0.5
net/pear-Horde_Rpc 2.1.5 -> 2.1.6
security/pear-Horde_Secret 2.0.5 -> 2.0.6
devel/pear-Horde_Serialize 2.0.4 -> 2.0.5
www/pear-Horde_SessionHandler 2.2.5 -> 2.2.7
security/pear-Horde_Share 2.0.7 -> 2.0.8
mail/pear-Horde_Smtp 1.9.1 -> 1.9.2
net/pear-Horde_Socket_Client 2.0.0 -> 2.1.0
textproc/pear-Horde_SpellChecker 2.1.2 -> 2.1.3
devel/pear-Horde_Stream 1.6.2 -> 1.6.3
devel/pear-Horde_Stream_Filter 2.0.3 -> 2.0.4
devel/pear-Horde_Stream_Wrapper 2.1.2 -> 2.1.3
devel/pear-Horde_Support 2.1.4 -> 2.1.5
comms/pear-Horde_SyncMl 2.0.5 -> 2.0.6
www/pear-Horde_Template 2.0.2 -> 2.0.3
textproc/pear-Horde_Text_Diff 2.1.1 -> 2.1.2
textproc/pear-Horde_Text_Filter 2.3.2 -> 2.3.3
textproc/pear-Horde_Text_Flowed 2.0.2 -> 2.0.3
devel/pear-Horde_Timezone 1.0.9 -> 1.0.10
devel/pear-Horde_Token 2.0.7 -> 2.0.8
devel/pear-Horde_Translation 2.2.0 -> 2.2.1
net/pear-Horde_Url 2.2.4 -> 2.2.5
devel/pear-Horde_Util 2.5.6 -> 2.5.7
sysutils/pear-Horde_Vfs 2.3.0 -> 2.3.1
devel/pear-Horde_View 2.0.5 -> 2.0.6
textproc/pear-Horde_Xml_Element 2.0.3 -> 2.0.4
textproc/pear-Horde_Xml_Wbxml 2.0.2 -> 2.0.3
ftp/horde-gollem 3.0.6 -> 3.0.7
www/horde-base 5.2.8 -> 5.2.9
mail/horde-imp 6.2.11 -> 6.2.12
mail/horde-ingo 3.2.7 -> 3.2.8
deskutils/horde-kronolith 4.2.11 -> 4.2.12
deskutils/horde-mnemo 4.2.8 -> 4.2.9
deskutils/horde-nag 4.2.6 -> 4.2.7
devel/horde-timeobjects 2.1.0 -> 2.1.1
www/horde-trean 1.1.3 -> 1.1.4
mail/horde-turba 4.2.11 -> 4.2.12
mail/horde-webmail 5.2.11 -> 5.2.12
devel/horde-whups 3.0.5 -> 3.0.6
Original commitRevision:407900 
Thursday, 22 Oct 2015
16:00 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.29.2 -> 2.30.0
devel/pear-Horde_Core 2.22.0 -> 2.22.1
devel/pear-Horde_Nls 2.0.5 -> 2.1.0
devel/pear-Horde_Notification 2.0.2 -> 2.0.3
textproc/pear-Horde_Pdf 2.0.5 -> 2.0.6
devel/pear-Horde_Queue 1.1.2 -> 1.1.3
security/pear-Horde_Secret 2.0.4 -> 2.0.5
www/pear-Horde_SessionHandler 2.2.4 -> 2.2.5
devel/pear-Horde_Token 2.0.6 -> 2.0.7
devel/horde-content 2.0.4 -> 2.0.5
ftp/horde-gollem 3.0.5 -> 3.0.6
www/horde-base 5.2.7 -> 5.2.8
mail/horde-imp 6.2.10 -> 6.2.11
mail/horde-ingo 3.2.6 -> 3.2.7
deskutils/horde-kronolith 4.2.9 -> 4.2.11
deskutils/horde-mnemo 4.2.7 -> 4.2.8
deskutils/horde-nag 4.2.5 -> 4.2.6
www/horde-passwd 5.0.3 -> 5.0.4
www/horde-trean 1.1.2 -> 1.1.3
mail/horde-turba 4.2.8 -> 4.2.10
mail/horde-webmail 5.2.10 -> 5.2.11
deskutils/horde-groupware 5.2.10 -> 5.2.11
Original commitRevision:399990 
Monday, 3 Aug 2015
07:06 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6
devel/pear-Horde_Alarm 2.2.4 -> 2.2.5
security/pear-Horde_Auth 2.1.8 -> 2.1.10
www/pear-Horde_Browser 2.0.9 -> 2.0.10
archivers/pear-Horde_Compress 2.1.2 -> 2.1.3
devel/pear-Horde_Core 2.20.5 -> 2.20.8
security/pear-Horde_Crypt 2.5.3 -> 2.6.0
www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7
devel/pear-Horde_Data 2.1.2 -> 2.1.3
devel/pear-Horde_Date 2.1.0 -> 2.1.1
devel/pear-Horde_Exception 2.0.5 -> 2.0.6
www/pear-Horde_Form 2.0.9 -> 2.0.11
devel/pear-Horde_History 2.3.4 -> 2.3.5
devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1
graphics/pear-Horde_Image 2.3.1 -> 2.3.2
mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1
devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5
mail/pear-Horde_Mail 2.6.0 -> 2.6.2
mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1
security/pear-Horde_Perms 2.1.4 -> 2.1.5
devel/pear-Horde_Prefs 2.7.3 -> 2.7.4
net/pear-Horde_Rpc 2.1.4 -> 2.1.5
devel/pear-Horde_Serialize 2.0.3 -> 2.0.4
devel/pear-Horde_Support 2.1.3 -> 2.1.4
textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2
devel/pear-Horde_Util 2.5.5 -> 2.5.6
sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0
www/horde-ansel 3.0.2 -> 3.0.3
ftp/horde-gollem 3.0.3 -> 3.0.4
www/horde-base 5.2.6 -> 5.2.7
mail/horde-imp 6.2.9 -> 6.2.10
mail/horde-ingo 3.2.5 -> 3.2.6
deskutils/horde-kronolith 4.2.8 -> 4.2.9
deskutils/horde-mnemo 4.2.6 -> 4.2.7
www/horde-passwd 5.0.2 -> 5.0.3
www/horde-trean 1.1.1 -> 1.1.2
mail/horde-turba 4.2.7 -> 4.2.8
mail/horde-webmail 5.2.7 -> 5.2.9
deskutils/horde-groupware 5.2.7 -> 5.2.9
www/horde-wicked 2.0.3 -> 2.0.4
Original commitRevision:393466 
Friday, 19 Jun 2015
06:42 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.28.4 -> 2.28.5
devel/pear-Horde_Core 2.20.4 -> 2.20.5
devel/pear-Horde_Icalendar 2.0.11 -> 2.1.0
mail/pear-Horde_Imap_Client 2.28.1 -> 2.29.0
www/horde-base 5.2.5 -> 5.2.6
mail/horde-imp 6.2.8 -> 6.2.9
deskutils/horde-kronolith 4.2.7 -> 4.2.8
deskutils/horde-nag 4.2.4 -> 4.2.5
mail/horde-turba 4.2.6 -> 4.2.7
mail/horde-webmail 5.2.6 -> 5.2.7
deskutils/horde-groupware 5.2.6 -> 5.2.7
Original commitRevision:390104 
Friday, 1 May 2015
07:11 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.27.0 -> 2.27.1
devel/pear-Horde_Argv 2.0.10 -> 2.0.11
security/pear-Horde_Auth 2.1.7 -> 2.1.8
devel/pear-Horde_Autoloader 2.1.0 -> 2.1.1
www/pear-Horde_Browser 2.0.8 -> 2.0.9
mail/pear-Horde_Mail 2.5.1 -> 2.6.0
mail/pear-Horde_Mapi 1.0.4 -> 1.0.5
mail/pear-Horde_Mime 2.8.1 -> 2.9.0
textproc/pear-Horde_Pdf 2.0.4 -> 2.0.5
security/pear-Horde_Perms 2.1.3 -> 2.1.4
devel/pear-Horde_Prefs 2.7.2 -> 2.7.3
devel/pear-Horde_Rdo 2.0.3 -> 2.0.4
www/pear-Horde_Routes 2.0.3 -> 2.0.4
mail/pear-Horde_Smtp 1.9.0 -> 1.9.1
devel/pear-Horde_Support 2.1.2 -> 2.1.3
textproc/pear-Horde_Text_Filter 2.3.0 -> 2.3.1
devel/pear-Horde_Tree 2.0.3 -> 2.0.4
devel/pear-Horde_View 2.0.4 -> 2.0.5
textproc/pear-Horde_Xml_Element 2.0.2 -> 2.0.3
www/horde-base 5.2.4 -> 5.2.5
mail/horde-imp 6.2.7 -> 6.2.8
mail/horde-ingo 3.2.4 -> 3.2.5
deskutils/horde-kronolith 4.2.5 -> 4.2.6
deskutils/horde-mnemo 4.2.5 -> 4.2.6
mail/horde-turba 4.2.5 -> 4.2.6
mail/horde-webmail 5.2.5 -> 5.2.6
deskutils/horde-groupware 5.2.5 -> 5.2.6
Original commitRevision:385085 
Wednesday, 15 Apr 2015
11:29 mm search for other commits by this committer
Add CVE information to all Horde applications

PR:		199368
Original commitRevision:384045 
Tuesday, 10 Feb 2015
17:13 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.24.0 -> 2.24.1
devel/pear-Horde_Alarm 2.2.3 -> 2.2.4
devel/pear-Horde_Core 2.18.3 -> 2.19.0
security/pear-Horde_Crypt 2.5.2 -> 2.5.3
databases/pear-Horde_HashTable 1.2.1 -> 1.2.2
graphics/pear-Horde_Image 2.1.0 -> 2.2.0
devel/pear-Horde_Prefs 2.7.1 -> 2.7.2
net/pear-Horde_Rpc 2.1.2 -> 2.1.3
devel/pear-Horde_Stream_Wrapper 2.1.1 -> 2.1.2
www/horde-ansel 3.0.1 -> 3.0.2
www/horde-base 5.2.3 -> 5.2.4
mail/horde-imp 6.2.6 -> 6.2.7
mail/horde-ingo 3.2.3 -> 3.2.4
deskutils/horde-kronolith 4.2.4 -> 4.2.5
deskutils/horde-mnemo 4.2.3 -> 4.2.4
deskutils/horde-nag 4.2.3 -> 4.2.4
mail/horde-turba 4.2.4 -> 4.2.5
devel/horde-whups 3.0.1 -> 3.0.2
Original commitRevision:378786 
Tuesday, 20 Jan 2015
23:49 mm search for other commits by this committer
Horde package update:

mail/pear-Horde_Mime 2.6.1 -> 2.7.0
mail/horde-imp 6.2.5 -> 6.2.6
Original commitRevision:377563 
Wednesday, 14 Jan 2015
23:47 mm search for other commits by this committer
Horde package update:

www/pear-Horde_Css_Parser 1.0.5 -> 1.0.6
textproc/pear-Horde_JavascriptMinify 1.1.1 -> 1.1.2
mail/horde-imp 6.2.4 -> 6.2.5
Original commitRevision:377058 
Friday, 9 Jan 2015
13:05 mm search for other commits by this committer
Fix dependencies for horde-imp
Original commitRevision:376604 
Wednesday, 3 Dec 2014
21:43 mm search for other commits by this committer
Horde package update:

www/pear-Horde_Dav 1.1.1 -> 1.1.2
mail/pear-Horde_Imap_Client 2.25.5 -> 2.25.6
textproc/pear-Horde_JavascriptMinify 1.1.0 -> 1.1.1
devel/pear-Horde_Stream 1.6.1 -> 1.6.2
comms/pear-Horde_SyncMl 2.0.4 -> 2.0.5
www/horde-base 5.2.2 -> 5.2.3
mail/horde-imp 6.2.3 -> 6.2.4
mail/horde-ingo 3.2.2 -> 3.2.3
deskutils/horde-kronolith 4.2.3 -> 4.2.4
deskutils/horde-mnemo 4.2.2 -> 4.2.3
mail/horde-turba 4.2.3 -> 4.2.4
mail/horde-webmail 5.2.3 -> 5.2.4
deskutils/horde-groupware 5.2.3 -> 5.2.4
www/horde-wicked 2.0.2 -> 2.0.3
Original commitRevision:373850 
Wednesday, 29 Oct 2014
22:12 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.19.3 -> 2.19.4
devel/pear-Horde_Alarm 2.2.1 -> 2.2.2
www/pear-Horde_Dav 1.1.0 -> 1.1.1
databases/pear-Horde_Db 2.1.4 -> 2.1.5
devel/pear-Horde_History 2.3.1 -> 2.3.2
security/pear-Horde_Secret 2.0.3 -> 2.0.4
www/horde-base 5.2.1 -> 5.2.2
mail/horde-imp 6.2.2 -> 6.2.3
mail/horde-ingo 3.2.1 -> 3.2.2
deskutils/horde-kronolith 4.2.2 -> 4.2.3
deskutils/horde-mnemo 4.2.1 -> 4.2.2
deskutils/horde-nag 4.2.1 -> 4.2.2
mail/horde-turba 4.2.2 -> 4.2.3
deskutils/horde-groupware 5.2.2 -> 5.2.3
mail/horde-webmail 5.2.2 -> 5.2.3
www/horde-wicked 2.0.1 -> 2.0.2
devel/horde-whups 3.0.0 -> 3.0.1
Original commitRevision:371715 
Tuesday, 30 Sep 2014
22:24 bapt search for other commits by this committer
Convert to USES=horde
Original commitRevision:369675 
Friday, 5 Sep 2014
23:02 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.18.0 -> 2.18.1
mail/pear-Horde_Imap_Client 2.24.2 -> 2.25.0
mail/horde-imp 6.2.1 -> 6.2.2
mail/horde-ingo 3.2.0 -> 3.2.1
deskutils/horde-kronolith 4.2.1 -> 4.2.2
www/horde-passwd 5.0.1 -> 5.0.2
mail/horde-turba 4.2.1 -> 4.2.2
Original commitRevision:367397 
Tuesday, 5 Aug 2014
07:03 mm search for other commits by this committer
Horde package update:

devel/pear-Horde_Core 2.12.6 -> 2.13.0
devel/pear-Horde_Date 2.0.11 -> 2.0.12
databases/pear-Horde_HashTable 1.1.3 -> 1.2.0
mail/pear-Horde_Imap_Client 2.23.2 -> 2.24.0
mail/pear-Horde_Mail 2.3.0 -> 2.4.0
mail/pear-Horde_Mime 2.4.3 -> 2.4.4
mail/pear-Horde_Smtp 1.5.2 -> 1.6.0
comms/pear-Horde_SyncMl 2.0.3 -> 2.0.4
ftp/horde-gollem 3.0.2 -> 3.0.3
www/horde-base 5.2.0 -> 5.2.1
mail/horde-imp 6.2.0 -> 6.2.1
deskutils/horde-groupware 5.2.0 -> 5.2.1
deskutils/horde-kronolith 4.2.0 -> 4.2.1
deskutils/horde-mnemo 4.2.0 -> 4.2.1
deskutils/horde-nag 4.2.0 -> 4.2.1
mail/horde-turba 4.2.0 -> 4.2.1
mail/horde-webmail 5.2.0 -> 5.2.1
Original commitRevision:364079 
Wednesday, 9 Jul 2014
19:40 mm search for other commits by this committer
> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Relnotes:      Set to 'yes' for mention in release notes.
> Security:      Vulnerability reference (one per line) or description.
> Sponsored by:  If the change was sponsored by an organization.
> Empty fields above will be automatically removed.

M    head/archivers/pear-Horde_Compress_Fast/Makefile
M    head/archivers/pear-Horde_Compress_Fast/distinfo
M    head/deskutils/horde-kronolith/Makefile
M    head/deskutils/horde-kronolith/distinfo
M    head/deskutils/horde-mnemo/Makefile
M    head/deskutils/horde-mnemo/distinfo
M    head/deskutils/horde-nag/Makefile
M    head/deskutils/horde-nag/distinfo
M    head/devel/pear-Horde_Core/Makefile
M    head/devel/pear-Horde_Core/distinfo
M    head/mail/horde-imp/Makefile
M    head/mail/horde-imp/distinfo
M    head/mail/horde-ingo/Makefile
M    head/mail/horde-ingo/distinfo
M    head/mail/horde-turba/Makefile
M    head/mail/horde-turba/distinfo
M    head/mail/horde-webmail/Makefile
M    head/mail/horde-webmail/distinfo
M    head/mail/pear-Horde_Imap_Client/Makefile
M    head/mail/pear-Horde_Imap_Client/distinfo
M    head/mail/pear-Horde_Mime/Makefile
M    head/mail/pear-Horde_Mime/distinfo
M    head/www/horde-base/Makefile
M    head/www/horde-base/distinfo
M    head/www/horde-trean/Makefile
M    head/www/horde-trean/distinfo
Original commitRevision:361408 
Tuesday, 8 Jul 2014
08:47 mm search for other commits by this committer
Horde package update:

comms/pear-Horde_ActiveSync 2.16.1 -> 2.16.9
security/pear-Horde_Auth 2.1.4 -> 2.1.5
devel/pear-Horde_Core 2.11.1 -> 2.11.2
security/pear-Horde_Crypt 2.4.3 -> 2.5.0
devel/pear-Horde_Data 2.0.5 -> 2.1.0
devel/pear-Horde_Date 2.0.10 -> 2.0.11
www/pear-Horde_Dav 1.0.6 -> 1.0.7
databases/pear-Horde_Db 2.1.2 -> 2.1.3
security/pear-Horde_Group 2.0.3 -> 2.0.4
databases/pear-Horde_HashTable 1.1.2 -> 1.1.3
devel/pear-Horde_Icalendar 2.0.8 -> 2.0.9
graphics/pear-Horde_Image 2.0.8 -> 2.1.0
mail/pear-Horde_Imap_Client 2.20.0 -> 2.23.1
mail/pear-Horde_ListHeaders 1.1.2 -> 1.1.5
mail/pear-Horde_Mapi 1.0.2 -> 1.0.3
mail/pear-Horde_Mime 2.3.5 -> 2.4.2
security/pear-Horde_Secret 2.0.2 -> 2.0.3
mail/pear-Horde_Smtp 1.5.0 -> 1.5.2
net/pear-Horde_Socket_Client 1.1.1 -> 1.1.2
textproc/pear-Horde_Text_Diff 2.0.2 -> 2.1.0
net/pear-Horde_Url 2.2.2 -> 2.2.3
devel/horde-content 2.0.3 -> 2.0.4
www/horde-base 5.1.6 -> 5.1.7
mail/horde-imp 6.1.7 -> 6.1.8
mail/horde-ingo 3.1.4 -> 3.1.5
deskutils/horde-kronolith 4.1.5 -> 4.1.6
deskutils/horde-nag 4.1.4 -> 4.1.5
mail/horde-turba 4.1.4 -> 4.1.5
mail/horde-webmail 5.1.4 -> 5.1.5
deskutils/horde-groupware 5.1.4 -> 5.1.5
Original commitRevision:361200 
Friday, 7 Mar 2014
21:52 mm search for other commits by this committer
Horde package update:

horde 5.1.5 -> 5.1.6
imp 6.1.6 -> 6.1.7

Horde_Alarm 2.0.5 -> 2.1.0
Horde_Auth 2.1.1 -> 2.1.2
Horde_Autoloader 2.0.1 -> 2.1.0
Horde_Browser 2.0.4 -> 2.0.5
Horde_Crypt 2.4.0 -> 2.4.1
Horde_Date 2.0.7 -> 2.0.8
Horde_Dav 1.0.3 -> 1.0.4
Horde_Db 2.0.4 -> 2.1.0
Horde_Editor 2.0.3 -> 2.0.4
Horde_Form 2.0.6 -> 2.0.7
Horde_Group 2.0.2 -> 2.0.3
Horde_Imap_Client 2.18.4 -> 2.18.6
Horde_SessionHandler 2.2.3 -> 2.2.4
Horde_Share 2.0.4 -> 2.0.5
Horde_Url 2.2.1 -> 2.2.2
Horde_Vfs 2.1.2 -> 2.2.0
Original commitRevision:347428 
Monday, 27 Jan 2014
13:30 miwi search for other commits by this committer
- Stage support
Original commitRevision:341402 
Thursday, 21 Nov 2013
21:55 mm search for other commits by this committer
Horde package update:

Horde_ActiveSync 2.8.5 -> 2.9.1
Horde_Core 2.11.0 -> 2.11.1
Horde_Crypt 2.3.0 -> 2.4.0
Horde_Text_Filter 2.1.5 -> 2.2.0
horde-imp 6.1.5 -> 6.1.6
Original commitRevision:334527 
Tuesday, 29 Oct 2013
21:46 mm search for other commits by this committer
Horde package update:

Horde_Core 2.10.1 -> 2.10.2
Horde_Css_Parser 1.0.2 -> 1.0.3
Horde_Form 2.0.5 -> 2.0.6
Horde_ListHeaders 1.0.1 -> 1.1.0
Horde_Prefs 2.5.0 -> 2.5.1
Horde_Smtp 1.2.5 -> 1.2.6
Horde_Text_Filter 2.1.4 -> 2.1.5
Horde_Timezone 1.0.3 -> 1.0.4
Horde_Vfs 2.1.1 -> 2.1.2

ansel 3.0.0 -> 3.0.1
groupware 5.1.1 -> 5.1.3
horde 5.1.4 -> 5.1.5
imp 6.1.4 -> 6.1.5
ingo 3.1.2 -> 3.1.3
kronolith 4.1.3 -> 4.1.4
mnemo 4.1.1 -> 4.1.2
nag 4.1.2 -> 4.1.3
turba 4.1.2 -> 4.1.3
webmail 5.1.2 -> 5.1.3
wicked 2.0.0RC2 -> 2.0.1
Original commitRevision:332016 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Tuesday, 3 Sep 2013
18:40 mm search for other commits by this committer
Remove Horde_Smtp dependency from horde-imp
Original commitRevision:326197 
Wednesday, 28 Aug 2013
11:48 mm search for other commits by this committer
Add Horde_Smtp to bsd.horde.mk and register as a dependency for horde-imp
Original commitRevision:325518 
Tuesday, 27 Aug 2013
18:10 mm search for other commits by this committer
Horde package update:

Horde_Browser 2.0.3 -> 2.0.4
Horde_Core 2.6.6 -> 2.7.0
Horde_Crypt 2.2.1 -> 2.2.2
Horde_Exception 2.0.3 -> 2.0.4
Horde_History 2.1.6 -> 2.2.0
Horde_Http 2.0.3 -> 2.0.4
Horde_Perms 2.1.0 -> 2.1.1
Horde_SessionHandler 2.2.2 -> 2.2.3
Horde_Url 2.2.0 -> 2.2.1
horde-base 5.1.2 -> 5.1.3
horde-imp 6.1.3 -> 6.1.4
horde-nag 4.1.1 -> 4.1.2
horde-passwd 5.0.0 -> 5.0.1
horde-turba 4.1.1 -> 4.1.2
Original commitRevision:325479 
Tuesday, 16 Jul 2013
23:00 mm search for other commits by this committer
Horde package update:

Horde_ActiveSync 2.5.3 -> 2.5.5
Horde_Auth 2.0.4 -> 2.0.5
Horde_Cache 2.2.0 -> 2.2.1
Horde_Cli 2.0.3 -> 2.0.4
Horde_Compress 2.0.3 -> 2.0.4
Horde_Compress_Fast 1.0.1 -> 1.0.2
Horde_Core 2.6.1 -> 2.6.2
Horde_Dav 1.0.0 -> 1.0.1
Horde_HashTable 1.0.0 -> 1.0.1
Horde_Icalendar 2.0.6 -> 2.0.7
Horde_Image 2.0.4 -> 2.0.5
Horde_Mail 2.0.5 -> 2.0.6
Horde_Memcache 2.0.1 -> 2.0.3
Horde_Mime 2.2.2 -> 2.2.3
Horde_Prefs 2.4.1 -> 2.5.0
Horde_Vfs 2.1.0 -> 2.1.1
horde-base 5.1.1 -> 5.1.2
horde-content 2.0.2 -> 2.0.3
horde-groupware 5.1.0 -> 5.1.1
horde-imp 6.1.2 -> 6.1.3
horde-ingo 3.1.1 -> 3.1.2
horde-kronolith 4.1.1 -> 4.1.2
horde-mnemo 4.1.0 -> 4.1.1
horde-nag 4.1.0 -> 4.1.1
horde-trean 1.0.2 -> 1.0.3
horde-turba 4.1.0 -> 4.1.1
horde-webmail 5.1.0 -> 5.1.1
Original commitRevision:323135 
Tuesday, 18 Jun 2013
17:55 mm search for other commits by this committer
Horde package update:

Horde_ActiveSync 2.4.0 -> 2.5.0
Horde_Core 2.5.0 -> 2.6.0
Horde_History 2.0.2 -> 2.1.0
Horde_Icalendar 2.0.5 -> 2.0.6
Horde_Imap_Client 2.11.5 -> 2.11.6
Horde_Injector 2.0.1 -> 2.0.2
Horde_Mime 2.2.1 -> 2.2.2
horde-base 5.1.0 -> 5.1.1
horde-imp 6.1.1 -> 6.1.2
horde-kronolith 4.1.0 -> 4.1.1
Original commitRevision:321209 
Wednesday, 12 Jun 2013
19:32 mm search for other commits by this committer
Horde package update:

pear-Horde_Imap_Client 2.11.4 -> 2.11.5
horde-gollem 3.0.0 -> 3.0.1
horde-imp 6.1.0 -> 6.1.1
horde-ingo 3.1.0 -> 3.1.1
horde-trean 1.0.1 -> 1.0.2
Original commitRevision:320721 
Tuesday, 4 Jun 2013
22:54 mm search for other commits by this committer
Horde suite update to 5.1:

deskutils/horde-groupware: 5.0.5 -> 5.1.0
deskutils/horde-kronolith: 4.0.5 -> 4.1.0
deskutils/horde-mnemo: 4.0.3 -> 4.1.0
deskutils/horde-nag: 4.0.3 -> 4.1.0
mail/horde-imp: 6.0.5 -> 6.1.0
mail/horde-ingo: 3.0.4 -> 3.1.0
mail/horde-turba: 4.0.4 -> 4.1.0
mail/horde-webmail: 5.0.5 -> 5.1.0
www/horde-base: 5.0.5 -> 5.1.0
www/horde-passwd: 5.0.0RC1 -> 5.0.0
Original commitRevision:319937 
Wednesday, 29 May 2013
15:02 mm search for other commits by this committer
Horde package update:

devel/pear-Horde_Data 2.0.3 -> 2.0.4
devel/pear-Horde_Date 2.0.5 -> 2.0.6
devel/pear-Horde_Itip 2.0.4 -> 2.0.5
devel/pear-Horde_Nls 2.0.2 -> 2.0.3
mail/pear-Horde_Imap_Client 2.10.1 -> 2.11.2
mail/pear-Horde_Mime 2.1.1 -> 2.2.0
mail/pear-Horde_Mime_Viewer 2.0.4 -> 2.0.5
textproc/pear-Horde_Text_Filter 2.1.2 -> 2.1.3
www/pear-Horde_Form 2.0.3 -> 2.0.4

deskutils/horde-kronolith 4.0.4 -> 4.0.5
deskutils/horde-nag 4.0.2 -> 4.0.3
mail/horde-imp 6.0.4 -> 6.0.5
mail/horde-ingo 3.0.3 -> 3.0.4
mail/horde-turba 4.0.3 -> 4.0.4
www/horde-base 5.0.4 -> 5.0.5
www/horde-passwd 5.0.0beta1 -> 5.0.0RC1
Original commitRevision:319377 
Tuesday, 12 Feb 2013
16:04 mm search for other commits by this committer
Horde suite update:

archivers/pear-Horde_Compress 2.0.3
comms/pear-Horde_ActiveSync 2.2.0
deskutils/horde-kronolith 4.0.4
deskutils/horde-mnemo 4.0.3
devel/horde-content 2.0.2
devel/horde-timeobjects 2.0.3
devel/pear-Horde_Argv 2.0.4
devel/pear-Horde_Cli 2.0.3
devel/pear-Horde_Core 2.2.0
devel/pear-Horde_Data 2.0.3
devel/pear-Horde_Date 2.0.3
devel/pear-Horde_Exception 2.0.3
devel/pear-Horde_Icalendar 2.0.3
devel/pear-Horde_Itip 2.0.4
devel/pear-Horde_Prefs 2.3.0
devel/pear-Horde_Support 2.0.3
devel/pear-Horde_Timezone 1.0.2
devel/pear-Horde_Token 2.0.3
devel/pear-Horde_Util 2.1.0
devel/pear-Horde_View 2.0.2
ftp/horde-gollem 3.0.0
graphics/pear-Horde_Image 2.0.3
mail/horde-imp 6.0.4
mail/horde-ingo 3.0.3
mail/horde-turba 4.0.3
mail/pear-Horde_Imap_Client 2.6.0
mail/pear-Horde_Mime 2.0.4
mail/pear-Horde_Mime_Viewer 2.0.3
net/pear-Horde_Rpc 2.0.3
net/pear-Horde_Url 2.1.0
security/pear-Horde_Auth 2.0.3
security/pear-Horde_Crypt 2.1.2
security/pear-Horde_Perms 2.0.3
textproc/pear-Horde_Pdf 2.0.3
textproc/pear-Horde_Text_Filter 2.0.5
www/horde-base 5.0.4
www/horde-trean 1.0.0
www/pear-Horde_Editor 2.0.3
www/pear-Horde_Form 2.0.3
Original commitRevision:312119 
Thursday, 10 Jan 2013
17:39 mm search for other commits by this committer
Update Horde Groupware to 5.0.3:

security/pear-Horde_Share 2.0.2
textproc/pear-Horde_SpellChecker 2.1.0
comms/pear-Horde_SyncMl 2.0.2
textproc/pear-Horde_Text_Filter 2.0.4
devel/pear-Horde_Token 2.0.2
sysutils/pear-Horde_Vfs 2.0.4
ftp/horde-gollem 3.0.0RC2
www/horde-base 5.0.3
mail/horde-imp 6.0.3
mail/horde-ingo 3.0.2
deskutils/horde-groupware 5.0.3
deskutils/horde-kronolith 4.0.3
deskutils/horde-mnemo 4.0.2
deskutils/horde-nag 4.0.2
devel/horde-timeobjects 2.0.2
www/horde-trean 1.0.0RC1
mail/horde-turba 4.0.2
mail/horde-webmail 5.0.3
Original commitRevision:310191 
Tuesday, 18 Dec 2012
13:24 mm search for other commits by this committer
Horde port fixes:

- unify LATEST_LINK
- remove CONFLICTS
- fix comments
Original commitRevision:309176 
Sunday, 12 Feb 2012
19:06 mm search for other commits by this committer
Update to 4.3.11
Original commit
Thursday, 28 Jul 2011
18:55 beech search for other commits by this committer
- Update to 4.3.10
- The major changes compared to IMP version H3 (4.3.9) are:
     * Fixed a minor bug in the iTip attachment viewer.
     * Updated Brazilian Portuguese, Czech, Hungarian, and Russian
       translations.

- The full list of changes (from version H3 (4.3.9)) can be viewed here:

-
http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.433&r2=1.699.2.436&ty=h
Original commit
Thursday, 14 Jul 2011
20:33 mm search for other commits by this committer
Set maintainer of Horde ports to horde@FreeBSD.org

Approved by:    maintainer (beech@ and mm@)
Original commit
Friday, 25 Feb 2011
01:32 delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
Original commit
Thursday, 16 Dec 2010
02:34 glarkin search for other commits by this committer
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Original commit
Wednesday, 3 Nov 2010
09:58 beech search for other commits by this committer
Maintainer change. Returned to beech@
Approved by: itetcu@ (implicit)
Original commit
Monday, 1 Nov 2010
17:07 thierry search for other commits by this committer
Upgrade IMP to 4.3.9.

The major change compared to IMP version H3 (4.3.8) is:
    * Fixed a regression for IMAP users without any sub-folders.

The full list of changes (from version H3 (4.3.8)) can be viewed here:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.430&r2=1.699.2.433&ty=h
Original commit
Saturday, 23 Oct 2010
19:43 thierry search for other commits by this committer
Upgrade to 4.3.8.

Security:       VuXML ID: 6c4db192-cb23-11df-9c1b-0011098ad87f
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 9 May 2010
06:56 miwi search for other commits by this committer
- Update to 4.3.7
Original commit
Friday, 25 Dec 2009
19:50 miwi search for other commits by this committer
- Update to 4.3.6
Original commit
Tuesday, 22 Sep 2009
16:40 thierry search for other commits by this committer
Fix Horde's vulnerabilities, and upgrade its dependencies.

As usual, don't miss to read ${DOCSDIR}/UPGRADING of each port - if
any.

Feature safe:   yes
Security:       VuXML ID: ee23aa09-a175-11de-96c0-0011098ad87f
Original commit
Friday, 28 Aug 2009
16:52 linimon search for other commits by this committer
Reset beech@FreeBSD.org while he works on restoring his email situation.

Hat:            portmgr
Original commit
Friday, 6 Feb 2009
07:33 beech search for other commits by this committer
- Update to 4.3.3
Original commit
Monday, 5 Jan 2009
19:04 delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
Original commit
Monday, 15 Dec 2008
08:53 beech search for other commits by this committer
- Update to 4.3.2
Original commit
Wednesday, 1 Oct 2008
20:48 beech search for other commits by this committer
 Update to 4.3
Original commit
Monday, 30 Jun 2008
01:59 beech search for other commits by this committer
- Upadte to 4.2 (release)
- Bump PORTEPOCH
Original commit
Friday, 6 Jun 2008
13:43 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Friday, 7 Mar 2008
06:33 beech search for other commits by this committer
-Fix typo

Reported by:    Johan Huldtgren <johan@huldtgren.com>
Original commit
Monday, 3 Mar 2008
20:39 beech search for other commits by this committer
- Update to 4.2-rc2
Original commit
Thursday, 28 Feb 2008
19:15 beech search for other commits by this committer
- Update to 4.2-rc2
- Many changes, see the following for details:
  http://www.horde.org/imp/docs/?f=CHANGES.html
Original commit
Friday, 18 Jan 2008
01:30 beech search for other commits by this committer
- Update to 4.1.6
- Fix sentmail folder not being updated in the preference interface after
  updating to Horde 3.1.5.
- Fix broken <area> tags in HTML messages.

Approved by:    linimon (mentor)
Original commit
Tuesday, 2 Oct 2007
21:03 beech search for other commits by this committer
- Update to 4.1.5

- Changes compared to imp 4.1.4 are:

- Lower memory usage when downloading folders.
- Fix detection of default namespace information when no namespaces
  are defined on the server.
- Don't lose message bodies when moving messages to trash when over
  quota.
- Remove unused defaults in Fetchmail_imap.
- Fix empty folder name appearing on Cyrus and servers with similar
  namespaces.
- Only show reply options in iCalendar viewer if a reply is requested.
- Remove non-responsive www.keyserver.net and wwwkeys.pgp.net from PGP
  options.
- Fix moving messages when over quota on Dovecot servers.
- Fix parsing of certain distribution lists.
- Fix rare occurrence where an action perfomed on the mailbox screen
  would instead be performed on the INBOX.
- Don't show save attachments prompt in compose screen if configured
  to automatically link all attachments.

Approved by:    sat (mentor, implicit)
Original commit
Tuesday, 19 Jun 2007
10:11 beech search for other commits by this committer
- Forced commit to note a repocopy of horde ports

PR:             ports/112327
Repocopy by:    marcus
Approved by:    sat (mentor)
Original commit

Number of commits found: 82