Skip to content

Commit

Permalink
mail-filter/couriersrs: Update upstream URLs
Browse files Browse the repository at this point in the history
Make HOME https.
Let SRC_URI point to new github location.
Add github upstream to metadata.

Signed-off-by: Hanno Böck <[email protected]>
Package-Manager: Portage-2.3.81, Repoman-2.3.20
  • Loading branch information
hannob committed Dec 7, 2019
1 parent a9b58e6 commit 04d5bbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mail-filter/couriersrs/couriersrs-0.1.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

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"
Expand Down
7 changes: 6 additions & 1 deletion mail-filter/couriersrs/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email></maintainer>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
<upstream>
<remote-id type="github">mawis/courier-srs</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 04d5bbb

Please sign in to comment.