diff options
author | joneum <joneum@FreeBSD.org> | 2017-05-16 21:37:51 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2017-05-16 21:37:51 +0800 |
commit | 9a1f93326ea5cb736890d3a36d0ddbd289436ee9 (patch) | |
tree | af30edb5b9fe5838c3d122a9d9b81cb2ece2cb39 /mail | |
parent | a6644b5f2e536e982f7c07c2794a5f54d89be773 (diff) | |
download | freebsd-ports-gnome-9a1f93326ea5cb736890d3a36d0ddbd289436ee9.tar.gz freebsd-ports-gnome-9a1f93326ea5cb736890d3a36d0ddbd289436ee9.tar.zst freebsd-ports-gnome-9a1f93326ea5cb736890d3a36d0ddbd289436ee9.zip |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Contact_Vcard_Build/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Contact_Vcard_Parse/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Mail_Mbox/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Mail_Queue/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Net_IMAP/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Net_LMTP/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/mail/pear-Contact_Vcard_Build/Makefile b/mail/pear-Contact_Vcard_Build/Makefile index b51ccb59e6bd..7363374c14f3 100644 --- a/mail/pear-Contact_Vcard_Build/Makefile +++ b/mail/pear-Contact_Vcard_Build/Makefile @@ -5,7 +5,7 @@ PORTNAME= Contact_Vcard_Build PORTVERSION= 1.1.2 CATEGORIES= mail www pear -MAINTAINER= joneum@bsdproject.de +MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR class to build (create) and fetch vCard 2.1 and 3.0 text blocks USES= pear diff --git a/mail/pear-Contact_Vcard_Parse/Makefile b/mail/pear-Contact_Vcard_Parse/Makefile index a1c5b3f14153..194262b548b1 100644 --- a/mail/pear-Contact_Vcard_Parse/Makefile +++ b/mail/pear-Contact_Vcard_Parse/Makefile @@ -5,7 +5,7 @@ PORTNAME= Contact_Vcard_Parse PORTVERSION= 1.32.0 CATEGORIES= mail www pear -MAINTAINER= joneum@bsdproject.de +MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR class to parse vCard 2.1 and 3.0 files USES= pear diff --git a/mail/pear-Mail_Mbox/Makefile b/mail/pear-Mail_Mbox/Makefile index 90a46e9abffc..9d7ff59a649b 100644 --- a/mail/pear-Mail_Mbox/Makefile +++ b/mail/pear-Mail_Mbox/Makefile @@ -5,7 +5,7 @@ PORTNAME= Mail_Mbox PORTVERSION= 0.6.3 CATEGORIES= mail www pear -MAINTAINER= joneum@bsdproject.de +MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR Read and modify Unix MBOXes USES= pear diff --git a/mail/pear-Mail_Queue/Makefile b/mail/pear-Mail_Queue/Makefile index 6efd5650b7c0..5a692a9fc57f 100644 --- a/mail/pear-Mail_Queue/Makefile +++ b/mail/pear-Mail_Queue/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.2.7 PORTREVISION= 1 CATEGORIES= mail www pear -MAINTAINER= joneum@bsdproject.de +MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR class for put mails in queue and send them later in background BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \ diff --git a/mail/pear-Net_IMAP/Makefile b/mail/pear-Net_IMAP/Makefile index 6097667bb711..840e5bb4a1b5 100644 --- a/mail/pear-Net_IMAP/Makefile +++ b/mail/pear-Net_IMAP/Makefile @@ -5,7 +5,7 @@ PORTNAME= Net_IMAP PORTVERSION= 1.1.3 CATEGORIES= mail net pear -MAINTAINER= joneum@bsdproject.de +MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR class that provides an implementation of the IMAP protocol LICENSE= PHP301 diff --git a/mail/pear-Net_LMTP/Makefile b/mail/pear-Net_LMTP/Makefile index d4e08ca7a2d2..e45d8fa8dd07 100644 --- a/mail/pear-Net_LMTP/Makefile +++ b/mail/pear-Net_LMTP/Makefile @@ -5,7 +5,7 @@ PORTNAME= Net_LMTP PORTVERSION= 1.0.2 CATEGORIES= mail www pear -MAINTAINER= joneum@bsdproject.de +MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR implementation of the RFC2033 LMTP protocol LICENSE= PHP301 |