commit: 2dba54747ab700ed4feda7440cf27ac9f1c7a9e9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 28 13:24:15 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 28 13:31:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dba5474
mail-mta/opensmtpd: add github upstream metadata Signed-off-by: Sam James <sam <AT> gentoo.org> mail-mta/opensmtpd/metadata.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/mail-mta/opensmtpd/metadata.xml b/mail-mta/opensmtpd/metadata.xml index bd9351ccc908..12887d412204 100644 --- a/mail-mta/opensmtpd/metadata.xml +++ b/mail-mta/opensmtpd/metadata.xml @@ -1,14 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<longdescription lang="en"> -OpenSMTPD is an implementation of the server-side SMTP protocol as defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol. -</longdescription> -<maintainer type="person"> -<email>[email protected]</email> -<name>Jason A. Donenfeld</name> -</maintainer> -<use> -<flag name="mta">Enable this to install as system-wide MTA</flag> -</use> + <longdescription lang="en"> + OpenSMTPD is an implementation of the server-side SMTP protocol as defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol. + </longdescription> + <maintainer type="person"> + <email>[email protected]</email> + <name>Jason A. Donenfeld</name> + </maintainer> + <use> + <flag name="mta">Enable this to install as system-wide MTA</flag> + </use> + <upstream> + <remote-id type="github">OpenSMTPD/OpenSMTPD</remote-id> + </upstream> </pkgmetadata>
