diff options
author | Hanno Böck <hanno@gentoo.org> | 2019-12-07 08:44:06 +0100 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2019-12-07 08:44:06 +0100 |
commit | 04d5bbba99377c5631cab1525d5cd06880f6a554 (patch) | |
tree | ba610882fbe41d383ed84aab1b2ef8b6aa93af55 /mail-filter/couriersrs | |
parent | mail-filter/courier-pythonfilter: Add pypi upstream to metadata (diff) | |
download | gentoo-04d5bbba99377c5631cab1525d5cd06880f6a554.tar.gz gentoo-04d5bbba99377c5631cab1525d5cd06880f6a554.tar.bz2 gentoo-04d5bbba99377c5631cab1525d5cd06880f6a554.zip |
mail-filter/couriersrs: Update upstream URLs
Make HOME https.
Let SRC_URI point to new github location.
Add github upstream to metadata.
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Diffstat (limited to 'mail-filter/couriersrs')
-rw-r--r-- | mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 6 | ||||
-rw-r--r-- | mail-filter/couriersrs/metadata.xml | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild index a23e682a6f28..8cdb47abe403 100644 --- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild +++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA" -HOMEPAGE="http://couriersrs.com/" -SRC_URI="http://couriersrs.com/download/${P}.tar.gz" +HOMEPAGE="https://couriersrs.com/" +SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/mail-filter/couriersrs/metadata.xml b/mail-filter/couriersrs/metadata.xml index 28ef3c7b080f..270badf0104d 100644 --- a/mail-filter/couriersrs/metadata.xml +++ b/mail-filter/couriersrs/metadata.xml @@ -1,5 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"><email>hanno@gentoo.org</email></maintainer> + <maintainer type="person"> + <email>hanno@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">mawis/courier-srs</remote-id> + </upstream> </pkgmetadata> |