mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/opendmarc: fix shebang in example py script, remove licenses
This commit is contained in:
parent
cfd3b8310c
commit
2c4db79af5
@ -13,6 +13,7 @@ source="https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.
|
||||
netdb_defines.patch
|
||||
fix-153-duplicate-dkim-auth_result-sections.patch
|
||||
fix-193-sql-strict-mode-compatibility.patch
|
||||
dmarcfail-fix-shebang.patch
|
||||
"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
@ -45,10 +46,15 @@ check() {
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
# Not needed, standard SPDX licenses.
|
||||
rm -Rf "$pkgdir"/usr/share/doc/$pkgname/LICENSE*
|
||||
}
|
||||
|
||||
sha512sums="6045fb7d2be8f0ffdeca07324857d92908a41c6792749017c2fcc1058f05f55317b1919c67c780827dd7094ec8fff2e1fa4aeb5bab7ff7461537957af2652748 opendmarc-1.3.2.tar.gz
|
||||
a6808ac27264c84a8f7210ccc67f03028bc3644542c4def30824e6342a3fb207615c7b4b21f38084523df0b4dd777fbb6e9d3802bb50b41d3c5b0ce29ebfeff7 netdb_defines.patch
|
||||
90036e48151d054e43e68f739c4a9cb029b5a698910a566a59148673f9a3329ba7550038fba73538309bf7c43374615819f0351623f273c1ef139129fb2bc5fc fix-153-duplicate-dkim-auth_result-sections.patch
|
||||
b9b7ce647f58e28f28862aa70b43c23579c453ecf839fde57524826193b099c4865e1da0b97eb7bcccf169c9343fd8f1187de4bbad37e1920561c790ac0ca7c2 fix-193-sql-strict-mode-compatibility.patch"
|
||||
b9b7ce647f58e28f28862aa70b43c23579c453ecf839fde57524826193b099c4865e1da0b97eb7bcccf169c9343fd8f1187de4bbad37e1920561c790ac0ca7c2 fix-193-sql-strict-mode-compatibility.patch
|
||||
a8585104490d42ecb2acce40df2e36fc5ed6155fecb16a9de5606703b1b3f5fc7f84f2933350fa3ff8f7da133bc251f30dc33b9c1310bc64e801179de68df026 dmarcfail-fix-shebang.patch"
|
||||
|
||||
8
testing/opendmarc/dmarcfail-fix-shebang.patch
Normal file
8
testing/opendmarc/dmarcfail-fix-shebang.patch
Normal file
@ -0,0 +1,8 @@
|
||||
--- a/contrib/rddmarc/dmarcfail.py
|
||||
+++ b/contrib/rddmarc/dmarcfail.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/python
|
||||
+#!/usr/bin/python2
|
||||
# $Header: /home/johnl/hack/dmarc/RCS/dmarcfail.py,v 1.1 2012/07/12 03:59:29 johnl Exp $
|
||||
# parse DMARC failure reports, add it to the mysql database
|
||||
# optional arguments are names of files containing ARF messages,
|
||||
Loading…
x
Reference in New Issue
Block a user