ports/contrib (3.7): aria2: marked unmaintained
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit bea09deea41de0928a343254735581cdc18cdb62 Author: Tim Biermann <tbier@posteo.de> Date: Fri Aug 18 21:28:02 2023 +0200 aria2: marked unmaintained diff --git a/aria2/.signature b/aria2/.signature index c01c62cb4..2f147ad08 100644 --- a/aria2/.signature +++ b/aria2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31ZW85edV2c1z6WumX1vGWqjzdfxsrS2CpLlx4cV8T/YtJrT1S/hxj/c4MA3xZlbQAQwibwEa4wTPmeWUNNKpQM= -SHA256 (Pkgfile) = e878a84bf7d38e1d736bb6a4fe816069b7ef7c8ba7540b77f49d76b7fb9a91d2 +RWSagIOpLGJF3wGci6tHu8T5QsDoPfc/B7fRBB6nJuOyu9Ng2BFlnV3kaCrlX8LGXsGbu1x9ONf0LY0BepmbNWhn+T4+kIw+BQE= +SHA256 (Pkgfile) = 552c25add2c670def8fd1134760053cb3ca80271570acc1bcb6aa308456b1f4b SHA256 (.footprint) = ccb80ea0c357e6bd2648006ae14727bebced007eec7871b14fbbe16833625b06 SHA256 (aria2-1.36.0.tar.xz) = 58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5 diff --git a/aria2/Pkgfile b/aria2/Pkgfile index d06c10b26..ef6a6812f 100644 --- a/aria2/Pkgfile +++ b/aria2/Pkgfile @@ -1,6 +1,6 @@ -# Description: Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink. +# Description: Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink # URL: https://aria2.github.io/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained # Depends on: c-ares gnutls libxml2 name=aria2 @@ -9,14 +9,14 @@ release=2 source=(https://github.com/aria2/aria2/releases/download/release-$version/$name-$ver...) build() { - cd $name-$version + cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-nls + ./configure \ + --prefix=/usr \ + --disable-nls - make - make prefix=$PKG/usr install + make + make prefix=$PKG/usr install - rm -r $PKG/usr/share/doc $PKG/usr/share/man/{ru,pt} + rm -r $PKG/usr/share/doc $PKG/usr/share/man/{ru,pt} }
participants (1)
-
crux@crux.nu