Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailfront/
Date: Wed, 26 May 2021 08:51:19
Message-Id: 1622018771.274b7fc95d835c8637d3ce9db3a97a53f153946e.sam@gentoo
1 commit: 274b7fc95d835c8637d3ce9db3a97a53f153946e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 08:45:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 08:46:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274b7fc9
7
8 net-mail/mailfront: add github remote-id
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-mail/mailfront/metadata.xml | 17 ++++++++++-------
13 1 file changed, 10 insertions(+), 7 deletions(-)
14
15 diff --git a/net-mail/mailfront/metadata.xml b/net-mail/mailfront/metadata.xml
16 index 29507c232b8..df4f4842e1f 100644
17 --- a/net-mail/mailfront/metadata.xml
18 +++ b/net-mail/mailfront/metadata.xml
19 @@ -1,11 +1,14 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 -<!-- maintainer-needed -->
24 -<longdescription lang="en">
25 -This is mailfront, a package containing customizeable network front-ends
26 -for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3
27 -front-ends as well as an authentication module for IMAP. The mail
28 -delivery front-ends also contain internal address filtering features.
29 -</longdescription>
30 + <!-- maintainer-needed -->
31 + <longdescription lang="en">
32 + This is mailfront, a package containing customizeable network front-ends
33 + for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3
34 + front-ends as well as an authentication module for IMAP. The mail
35 + delivery front-ends also contain internal address filtering features.
36 + </longdescription>
37 + <upstream>
38 + <remote-id type="github">bruceg/mailfront</remote-id>
39 + </upstream>
40 </pkgmetadata>