aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2021-04-04 20:17:17 -0300
committerRasmus Thomsen <oss@cogitri.dev>2021-04-16 07:53:52 +0000
commitcea8589af2b99459c338d9af2c367fbafd35f80e (patch)
treef7b85ecb6e9539ff6d015f2e4447e0a7b4496705
parentc71bf70b877a3c72322c46dcc485a65f0367a4a6 (diff)
community/perl-rt-extension-commandbymail: upgrade to 3.01
-rw-r--r--community/perl-rt-extension-commandbymail/APKBUILD11
-rw-r--r--community/perl-rt-extension-commandbymail/fix-build.patch9
2 files changed, 5 insertions, 15 deletions
diff --git a/community/perl-rt-extension-commandbymail/APKBUILD b/community/perl-rt-extension-commandbymail/APKBUILD
index 2d31632097d..679c9181a4f 100644
--- a/community/perl-rt-extension-commandbymail/APKBUILD
+++ b/community/perl-rt-extension-commandbymail/APKBUILD
@@ -4,8 +4,8 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-rt-extension-commandbymail
_pkgreal=RT-Extension-CommandByMail
-pkgver=3.00
-pkgrel=2
+pkgver=3.01
+pkgrel=0
pkgdesc="RT4 extension to change metadata of a ticket via email"
url="https://metacpan.org/release/RT-Extension-CommandByMail/"
arch="noarch"
@@ -15,8 +15,7 @@ cpanmakedepends=" "
depends="$cpandepends"
makedepends="rt4 perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/B/BP/BPS/RT-Extension-CommandByMail-$pkgver.tar.gz
- fix-build.patch"
+source="https://cpan.metacpan.org/authors/id/B/BP/BPS/RT-Extension-CommandByMail-$pkgver.tar.gz"
# Running tests would require RT4 database to be available
options="!check"
@@ -37,5 +36,5 @@ package() {
find "$pkgdir" -type d -delete 2> /dev/null
}
-sha512sums="91ea0bd9f9aa32ee09635a910c5d082032bcd94170e22854833c1aa6aacdc68d54687d32cbc92b5e298e62812d23d2fe81e30acd55d11d6d2e910e210be8930c RT-Extension-CommandByMail-3.00.tar.gz
-75fd4f293da4beff01b7cc6511d040b350791e425736104cc9d382e6f172acf66cdbbbf5c02d500e70b3df773ad02af25a78a66c21c70079a7bc5ecc11e1812c fix-build.patch"
+
+sha512sums="a3b3104d589cf00e1aa05ef174dbaecbe182f1729db06ef91f850d9b552df5722b36bc929a373d4b055d0d693a24e6c2f4aafcd1f8bdaef8a3873556e61be753 RT-Extension-CommandByMail-3.01.tar.gz"
diff --git a/community/perl-rt-extension-commandbymail/fix-build.patch b/community/perl-rt-extension-commandbymail/fix-build.patch
deleted file mode 100644
index dedb7e40b67..00000000000
--- a/community/perl-rt-extension-commandbymail/fix-build.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/Makefile.PL b/Makefile.PL
-index 6e3ef4a..e13a94f 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,3 +1,4 @@
-+BEGIN { push @INC, '.'; }
- use inc::Module::Install;
-
- RTx ('RT-Extension-CommandByMail');