diff options
author | mm <mm@FreeBSD.org> | 2013-10-21 14:40:56 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2013-10-21 14:40:56 +0800 |
commit | f052322d8e4160231d0054d696162090dab78324 (patch) | |
tree | ac7c26cdfed671cafbee5214986f050ef5931e14 /mail | |
parent | 2317f60396081885d3c708580ac8fa2403dfaace (diff) | |
download | freebsd-ports-gnome-f052322d8e4160231d0054d696162090dab78324.tar.gz freebsd-ports-gnome-f052322d8e4160231d0054d696162090dab78324.tar.zst freebsd-ports-gnome-f052322d8e4160231d0054d696162090dab78324.zip |
Horde port update:
Horde_ActiveSync 2.8.3 -> 2.8.4
Horde_Auth 2.1.0 -> 2.1.1
Horde_Core 2.9.0 -> 2.10.0
Horde_Css_Parser 1.0.1 -> 1.0.2
Horde_Date 2.0.6 -> 2.0.7
Horde_History 2.2.0 -> 2.2.1
Horde_Imap_Client 2.15.4 -> 2.15.5
Horde_Log 2.0.1 -> 2.1.0
Horde_Mail 2.1.1 -> 2.1.2
Horde_Rpc 2.1.0 -> 2.1.1
Horde_Smtp 1.2.3 -> 1.2.5
Horde_SpellChecker 2.1.0 -> 2.1.1
Horde_Stream 1.3.0 -> 1.4.0
> 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.
> 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/comms/pear-Horde_ActiveSync/Makefile
M head/comms/pear-Horde_ActiveSync/distinfo
M head/devel/pear-Horde_Core/Makefile
M head/devel/pear-Horde_Core/distinfo
M head/devel/pear-Horde_Date/Makefile
M head/devel/pear-Horde_Date/distinfo
M head/devel/pear-Horde_History/Makefile
M head/devel/pear-Horde_History/distinfo
M head/devel/pear-Horde_Stream/Makefile
M head/devel/pear-Horde_Stream/distinfo
M head/mail/pear-Horde_Imap_Client/Makefile
M head/mail/pear-Horde_Imap_Client/distinfo
M head/mail/pear-Horde_Mail/Makefile
M head/mail/pear-Horde_Mail/distinfo
M head/mail/pear-Horde_Smtp/Makefile
M head/mail/pear-Horde_Smtp/distinfo
M head/net/pear-Horde_Rpc/Makefile
M head/net/pear-Horde_Rpc/distinfo
M head/security/pear-Horde_Auth/Makefile
M head/security/pear-Horde_Auth/distinfo
M head/sysutils/pear-Horde_Log/Makefile
M head/sysutils/pear-Horde_Log/distinfo
M head/textproc/pear-Horde_SpellChecker/Makefile
M head/textproc/pear-Horde_SpellChecker/distinfo
M head/www/pear-Horde_Css_Parser/Makefile
M head/www/pear-Horde_Css_Parser/distinfo
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Horde_Imap_Client/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Horde_Imap_Client/distinfo | 4 | ||||
-rw-r--r-- | mail/pear-Horde_Mail/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Horde_Mail/distinfo | 4 | ||||
-rw-r--r-- | mail/pear-Horde_Smtp/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Horde_Smtp/distinfo | 4 |
6 files changed, 9 insertions, 9 deletions
diff --git a/mail/pear-Horde_Imap_Client/Makefile b/mail/pear-Horde_Imap_Client/Makefile index cbc05b518b2b..b3ce2571b2cc 100644 --- a/mail/pear-Horde_Imap_Client/Makefile +++ b/mail/pear-Horde_Imap_Client/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Imap_Client -PORTVERSION= 2.15.4 +PORTVERSION= 2.15.5 CATEGORIES= mail www pear PKGNAMEPREFIX= pear- diff --git a/mail/pear-Horde_Imap_Client/distinfo b/mail/pear-Horde_Imap_Client/distinfo index d5139cc005f9..8896f095c539 100644 --- a/mail/pear-Horde_Imap_Client/distinfo +++ b/mail/pear-Horde_Imap_Client/distinfo @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Imap_Client-2.15.4.tgz) = 4e548a574ff941b8711449d432adbf69d4c74a9401a151508a94eeba5dd81e41 -SIZE (Horde/Horde_Imap_Client-2.15.4.tgz) = 186422 +SHA256 (Horde/Horde_Imap_Client-2.15.5.tgz) = 34cad860c7d5d01a6fe9350420e423cf3163ba1ca82161a16e5cb84b0702a904 +SIZE (Horde/Horde_Imap_Client-2.15.5.tgz) = 186425 diff --git a/mail/pear-Horde_Mail/Makefile b/mail/pear-Horde_Mail/Makefile index 265e7d823866..5c6c2e6bae9d 100644 --- a/mail/pear-Horde_Mail/Makefile +++ b/mail/pear-Horde_Mail/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Mail -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= mail www pear MAINTAINER= horde@FreeBSD.org diff --git a/mail/pear-Horde_Mail/distinfo b/mail/pear-Horde_Mail/distinfo index b5b2d8ab8729..cb62fd179e3c 100644 --- a/mail/pear-Horde_Mail/distinfo +++ b/mail/pear-Horde_Mail/distinfo @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Mail-2.1.1.tgz) = a7764709d6e436fee6628733c5286f9232f76811f83a51d28df57297bfc8a9ce -SIZE (Horde/Horde_Mail-2.1.1.tgz) = 29013 +SHA256 (Horde/Horde_Mail-2.1.2.tgz) = 9153cef9fa340ebd005adf1a698722ddb4bdd179aa0e5da0293ee19c9efd9922 +SIZE (Horde/Horde_Mail-2.1.2.tgz) = 29124 diff --git a/mail/pear-Horde_Smtp/Makefile b/mail/pear-Horde_Smtp/Makefile index 02085ac5a7b1..75c28e7bfac4 100644 --- a/mail/pear-Horde_Smtp/Makefile +++ b/mail/pear-Horde_Smtp/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_Smtp -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.5 CATEGORIES= mail www pear PKGNAMEPREFIX= pear- diff --git a/mail/pear-Horde_Smtp/distinfo b/mail/pear-Horde_Smtp/distinfo index aac7fe66285f..7a79cb8c122e 100644 --- a/mail/pear-Horde_Smtp/distinfo +++ b/mail/pear-Horde_Smtp/distinfo @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Smtp-1.2.3.tgz) = 4dcb4fb62e9d2f143095c49f3353e831bc06e3c1942a99f53d8e9fa3701fd094 -SIZE (Horde/Horde_Smtp-1.2.3.tgz) = 21062 +SHA256 (Horde/Horde_Smtp-1.2.5.tgz) = 7b7066648d74e87a31b777252a2e44760d6705ed8325985f8e293cb8bb11948c +SIZE (Horde/Horde_Smtp-1.2.5.tgz) = 20954 |