[aur-requests] [PRQ#3103] Orphan Request for mod_auth_gssapi
mober [1] filed a orphan request for mod_auth_gssapi [2]: Because I try to use the mod_auth I was following the upstream git-repo and saw that there are newer versions available. Therefore I updated the PKGBUILD: pkgname=mod_auth_gssapi pkgver=1.2.0 pkgrel=1 pkgdesc="A Kerberos authentication module for the Apache Http Server" arch=('i686' 'x86_64') url="https://github.com/modauthgssapi/mod_auth_gssapi" license=('custom') depends=('apache>=2.4' 'krb5>=1.11') source=("git://github.com/modauthgssapi/mod_auth_gssapi#tag=v$pkgver") sha256sums=('SKIP') pkgver() { cd $pkgname git describe --tags | sed 's/^v//; s/-/.r/; s/-/./' } prepare() { cd $pkgname autoreconf -fi } build() { cd $pkgname ./configure --prefix=/usr make } package() { cd $pkgname #make DESTDIR="$pkgdir" install install -Dm0755 "src/.libs/mod_auth_gssapi.so" \ "$pkgdir/usr/lib/httpd/modules/mod_auth_gssapi.so" install -Dm0644 "COPYING" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } [1] https://aur.archlinux.org/account/mober/ [2] https://aur.archlinux.org/pkgbase/mod_auth_gssapi/
Request #3103 has been rejected by Kyrias [1]: The first step when a package is out of date is to flag it out-of-date, not file an orphan request. [1] https://aur.archlinux.org/account/Kyrias/
Sorry. I just wanted to attach the adopted PKGBUILD, so that nobody has to do the "work" again (ok, it would've been only to lines - but still).
For larger pkgbuild rewrites, (pastebin it and) post it in the package comments. (Though if it's just a version bump, editing & re-uploading my local copy might be less work than figuring out what was changed...) Generally "orphan requests" are for when you intend to maintain the package yourself, after the original packager has abandoned it. On Wed, Apr 22, 2015 at 2:27 PM, Max Ober <max@mober.at> wrote:
Sorry. I just wanted to attach the adopted PKGBUILD, so that nobody has to do the "work" again (ok, it would've been only to lines - but still).
-- Mantas Mikulėnas <grawity@gmail.com>
participants (3)
-
Mantas Mikulėnas
-
Max Ober
-
notify@aur.archlinux.org