commit 9521be4561c4a59b6ac7eafb030134adddfdc3fc Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Aug 1 13:25:58 2020 +1000 wgetpaste: 2.29 -> 2.30 diff --git a/wgetpaste/.footprint b/wgetpaste/.footprint index 6602fe4b1..e184b92b0 100644 --- a/wgetpaste/.footprint +++ b/wgetpaste/.footprint @@ -1,6 +1,3 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/wgetpaste -drwxr-xr-x root/root usr/etc/ -drwxr-xr-x root/root usr/etc/wgetpaste.d/ --rw-r--r-- root/root usr/etc/wgetpaste.d/zlin.conf diff --git a/wgetpaste/.signature b/wgetpaste/.signature index c20aab24f..c0e6eb35c 100644 --- a/wgetpaste/.signature +++ b/wgetpaste/.signature @@ -1,6 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xbiCb7FcS7NfTx8GDZFaYu4QEetY8gFMf0CLpa2VYZHaXm1Z+tNrfb724A+wbbYOsgseAqjKEPkFeXq4vQo2Qg= -SHA256 (Pkgfile) = ec99e11063e62b5693b4f349828984260d6dbf5729ee672fb66e80ed56a58339 -SHA256 (.footprint) = 705fb6e7e18fa3b3858a10584afbc3c89a292020187d14255ab400394fe91146 -SHA256 (wgetpaste-2.29.tar.bz2) = 42e42437f97376c9a2793839344205eff40c9f6b4a7d356e17fef83f72e7e0e6 -SHA256 (zlin.conf) = 8fe8338ebd6716bac1e7e818b26163f899d7609fbac5932aaa1dabe45d6fdb19 +RWSagIOpLGJF310olJVCRbknDHKS2y359KXrXEA9ycfkmICLcjfXAcwgY07exxR8zygHK0ZpPYpNrWD1R3S2yYDR7huBojki9wE= +SHA256 (Pkgfile) = 2c1051293f2f6578fe70be33042893981afc8c5c6ba9feb81ff97c2166a9a314 +SHA256 (.footprint) = cb2d1dcbc504d485563863646e153e147748c80aca333738fa42bc617a8db04a +SHA256 (wgetpaste-2.30.tar.gz) = 2f3ea0da65967a1fe31916cd6dd5e5fbaa43ca6462edb62f71ba7cd9c3224291 diff --git a/wgetpaste/Pkgfile b/wgetpaste/Pkgfile index 426b8a5d9..5c6a030ab 100644 --- a/wgetpaste/Pkgfile +++ b/wgetpaste/Pkgfile @@ -3,21 +3,12 @@ # Maintainer: Danny Rawlins, crux at romster dot me name=wgetpaste -version=2.29 +version=2.30 release=1 -source=(http://wgetpaste.zlin.dk/$name-$version.tar.bz2 - http://wgetpaste.zlin.dk/zlin.conf) +source=(https://github.com/zlin/$name/archive/$version/$name-$version.tar.gz) build() { - # adjust including files as per http://wgetpaste.zlin.dk/inst.bash cd $name-$version - install -d $PKG/usr/bin $PKG/usr/etc/wgetpaste.d - - cat wgetpaste _wgetpaste \ - | sed 's|for f in {/etc/|for f in {/usr/etc/|' \ - | sed 's|/etc/wgetpaste.d|/usr/etc/wgetpaste.d|' \ - > $PKG/usr/bin/wgetpaste - - install -m 0644 $SRC/zlin.conf $PKG/usr/etc/wgetpaste.d - chmod +x $PKG/usr/bin/wgetpaste + install -Dm755 wgetpaste $PKG/usr/bin/wgetpaste + [ ! -e '/usr/bin/zsh' ] || install -Dm644 _wgetpaste $PKG/usr/share/zsh/site-functions/_wgetpaste }