ports/contrib (3.5): xsel: new maintainer. update to recent git.
commit 4f420fc6d84c8f3db0acfcf1288da9c250864a82 Author: John Vogel <jvogel4@stny.rr.com> Date: Tue Jan 8 10:44:50 2019 -0500 xsel: new maintainer. update to recent git. Many bug fixes upstream. Too many to patch, since patch would be bigger than the source archive. diff --git a/xsel/.signature b/xsel/.signature index b9d1c3e4..e7984994 100644 --- a/xsel/.signature +++ b/xsel/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37ccXmqucOxqnWdCd38nuBXS1i8nHlTrJy5KP2dRB9shiM19MPgGPwh7CUMZlIZVifOgDeKST9vS/w7FtLOx9w4= -SHA256 (Pkgfile) = 2222f54c0a7d8f616d8317284712eb387a0e88cd87010230c2fc80abd9026779 +RWSagIOpLGJF33YFDRQ5bfLYkueOnoSfBElh/NaPOwMunt/uAH2I1C5UWN8g/Ml3U3VDI32HRZ/N3DTdHSEs3ZmZKcvIJlw3Tgo= +SHA256 (Pkgfile) = ff1e274418b131407a550619cffa80d5918a876016c455fec63a520cca24a3c6 SHA256 (.footprint) = d7bff0629a867d6897741647434e58a83ff6c7b54b347601366ba5ceca22df18 -SHA256 (xsel-1.2.0.tar.gz) = b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c +SHA256 (xsel-1.2.0+git9bfc13d.tar.gz) = 557d4e51fd6c29e28363940e3723fca824de80d4cac15dabd763bfba2d2bd907 diff --git a/xsel/Pkgfile b/xsel/Pkgfile index 4d886365..c4011393 100644 --- a/xsel/Pkgfile +++ b/xsel/Pkgfile @@ -1,15 +1,16 @@ # Description: command-line program for getting and setting the contents of the X selection # URL: http://www.vergenet.net/~conrad/software/xsel/ -# Maintainer: Manu Kumar, maraku at gmx dot com +# Maintainer: John Vogel, jvogel4 at stny dot rr dot com # Depends on: xorg-libxt name=xsel -version=1.2.0 -release=2 -source=(http://www.vergenet.net/~conrad/software/xsel/download/$name-$version.tar.gz) +version=1.2.0+git9bfc13d +release=1 +source=(http://github.com/kfish/xsel/archive/${version#*+git}/$name-$version.tar.gz) build() { - cd $name-$version + cd $name-${version#*+git}* + autoreconf -fi ./configure --prefix=/usr make make install DESTDIR=$PKG
participants (1)
-
crux@crux.nu