ports/contrib (3.7): fstrcmp: updated URL and source
commit 496e91c90bdd52c8f4fddbba51d1be6f57fc7f03 Author: Tim Biermann <tbier@posteo.de> Date: Sun May 28 10:34:46 2023 +0200 fstrcmp: updated URL and source diff --git a/fstrcmp/.signature b/fstrcmp/.signature index 93da8a18b..9b562daf2 100644 --- a/fstrcmp/.signature +++ b/fstrcmp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38QztEecVpCIcNEUzdXu9lZ52MQ+kITepD09Tr9F3JdtsOqVdzWnQyyhC69JepAUC6UEmkhCa9rJVzDsTsemHwQ= -SHA256 (Pkgfile) = adbebea8c15d1cfd65a46325ac742056aedcd242f423a69650e2a8a71e169638 +RWSagIOpLGJF3yDVozPJsIrqrS///zAZrgC/Dr4vYB6Z4DLuBDQRXPpHPZTiAkDqTt7xvpC3i69HJF7SG1i5jUmsprftfcstvQE= +SHA256 (Pkgfile) = 472ee570224f8104ee02054fa38685c174bd2ccb8d1af3217758c5a10c9f8454 SHA256 (.footprint) = a3e1bee71ad94d7f2eecfb8097d3634c5586a399658fbc3618a56f5363208d9d SHA256 (fstrcmp-0.7.D001.tar.gz) = e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476 diff --git a/fstrcmp/Pkgfile b/fstrcmp/Pkgfile index ea8e76f82..ccfa38fcc 100644 --- a/fstrcmp/Pkgfile +++ b/fstrcmp/Pkgfile @@ -1,17 +1,19 @@ # Description: a library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings -# URL: http://fstrcmp.sourceforge.net/ +# URL: https://fstrcmp.sourceforge.net # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: ghostscript name=fstrcmp version=0.7.D001 release=1 -source=(http://fstrcmp.sourceforge.net/fstrcmp-$version.tar.gz) +source=(https://fstrcmp.sourceforge.net/fstrcmp-$version.tar.gz) build() { cd $name-$version + ./configure --prefix=/usr make make DESTDIR=$PKG install + rm -fr $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu