diff --git a/s-postgray/.footprint b/s-postgray/.footprint deleted file mode 100644 index 616664d15..000000000 --- a/s-postgray/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/libexec/ --rwxr-xr-x root/root usr/libexec/s-postgray -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/s-postgray.8.gz diff --git a/s-postgray/.signature b/s-postgray/.signature deleted file mode 100644 index 001005712..000000000 --- a/s-postgray/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+yDjtjYimWXj/YnW1UPVm/5J1GBTMBwAjDrsmXmHpvYngx19AQop8ihbzwL58rbsduIMfczbh3cIbSKO2f+qAM= -SHA256 (Pkgfile) = 32e4e740cf2a87b7f46136c2ef7ada1921e604b695fe4ecb2c3f7e9ab5961dc8 -SHA256 (.footprint) = 7bd72cdc9d3a2b80e0a40afc528b54369391d2fbb01c24b20511381dda8bc955 -SHA256 (s-postgray-0.8.0.tar.gz) = 4d1e384378547c0c7ee8a57abbc664b549a51fb668d44e33a994d0263f95d532 diff --git a/s-postgray/Pkgfile b/s-postgray/Pkgfile deleted file mode 100644 index 9f1c590d0..000000000 --- a/s-postgray/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: S-postgray: (fast+secure) postfix graylisting policy server -# URL: https://git.sdaoden.eu/browse/s-toolbox.git -# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu - -name=s-postgray -version=0.8.0 -release=1 -source=(https://ftp.sdaoden.eu/${name}-${version}.tar.gz) - -build() { - cd ${name}-${version} - make install DESTDIR="${PKG}" PREFIX=/usr -} - -# s-sh-mode