Diff postgrey-1.37 with a postgrey-1.37_p20190625-r1

/usr/portage/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild 2023-10-09 14:52:31.584368403 +0300
5 5

  
6 6
inherit systemd
7 7

  
8
COMMIT="eb420c5dee57dd54e6f63bad5d74e85f5cc9535d"
8 9
DESCRIPTION="Postgrey is a Postfix policy server implementing greylisting"
9 10
HOMEPAGE="https://postgrey.schweikert.ch/"
10
SRC_URI="http://postgrey.schweikert.ch/pub/${P}.tar.gz
11
	http://postgrey.schweikert.ch/pub/old/${P}.tar.gz"
11
SRC_URI="https://github.com/schweikert/postgrey/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
12
S="${WORKDIR}/${PN}-${COMMIT}"
12 13

  
13 14
LICENSE="GPL-2"
14 15
SLOT="0"
......
38 39
src_prepare() {
39 40
	default
40 41

  
41
	# bug 479400
42
	# bug #479400
42 43
	sed -i 's@#!/usr/bin/perl -T -w@#!/usr/bin/perl -w@' postgrey || die "sed failed"
44
	sed -i -e '/git/d' Makefile || die
43 45
}
44 46

  
45 47
src_install() {
Thank you!