ports/contrib (3.6): libgsasl: dropped unmaintained port
commit af50a4e0e728c148394bba441ea6c5cb9e346036 Author: Tim Biermann <tbier@posteo.de> Date: Mon Feb 1 10:14:40 2021 +0000 libgsasl: dropped unmaintained port diff --git a/libgsasl/.footprint b/libgsasl/.footprint deleted file mode 100644 index 255a91268..000000000 --- a/libgsasl/.footprint +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/gsasl-compat.h --rw-r--r-- root/root usr/include/gsasl-mech.h --rw-r--r-- root/root usr/include/gsasl.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libgsasl.a --rwxr-xr-x root/root usr/lib/libgsasl.la -lrwxrwxrwx root/root usr/lib/libgsasl.so -> libgsasl.so.7.9.7 -lrwxrwxrwx root/root usr/lib/libgsasl.so.7 -> libgsasl.so.7.9.7 --rwxr-xr-x root/root usr/lib/libgsasl.so.7.9.7 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libgsasl.pc diff --git a/libgsasl/.signature b/libgsasl/.signature deleted file mode 100644 index 34bc25b18..000000000 --- a/libgsasl/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wENVHDwacIIUXm0CY+XK/mT6ciIRO8k/HJLR2IVVZxa1YDiMr/0ZXA/cImvqoEYiw4LOCpmXaSGUPuJtAW33QY= -SHA256 (Pkgfile) = 703b71d09112aadba256e60f94d7e569e3a552d7b42f32c8a8e4b274cb296bbf -SHA256 (.footprint) = f7a1523176955c0f7a97dd7b45eb7d9df777b2b3a835ec1eb24ee2beebcfce16 -SHA256 (libgsasl-1.8.1.tar.gz) = 19e2f90525c531010918c50bb1febef0d7115d620150cc66153b9ce73ff814e6 diff --git a/libgsasl/Pkgfile b/libgsasl/Pkgfile deleted file mode 100644 index fd3a84e0b..000000000 --- a/libgsasl/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: GNU SASL Library -# URL: https://josefsson.org/gsasl/ -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: libgcrypt - -name=libgsasl -version=1.8.1 -release=1 -source=(https://download.savannah.nongnu.org/releases/gsasl/$name-$version.tar.gz) - -build () { - cd $name-$version - ./configure \ - --prefix=/usr \ - --disable-nls - make - make DESTDIR=$PKG install -}
participants (1)
-
crux@crux.nu