mail-filter/couriersrs: Update upstream URLs
authorHanno Böck <hanno@gentoo.org>
Sat, 7 Dec 2019 07:44:06 +0000 (08:44 +0100)
committerHanno Böck <hanno@gentoo.org>
Sat, 7 Dec 2019 07:44:06 +0000 (08:44 +0100)
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

mail-filter/couriersrs/couriersrs-0.1.2.ebuild
mail-filter/couriersrs/metadata.xml

index a23e682a6f28b01754bae1b56cd3a13e620d655e..8cdb47abe403b360c3ab62c504eb206b9376fa7e 100644 (file)
@@ -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"
index 28ef3c7b080f53f28c7ad9c50e5dc33d6e42f3d4..270badf0104df5954d256951ba73bd8be3f53ba9 100644 (file)
@@ -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>