diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-31 17:41:42 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-31 18:04:34 +0000 |
commit | bdcaa34f91dcc179d4b852fc4be656c0913c7593 (patch) | |
tree | 9a3181766e2d66016422aa67368aa39cbd976522 | |
parent | 134a2ed939d85f97778128701bd57b11838e1171 (diff) | |
download | opt-bdcaa34f91dcc179d4b852fc4be656c0913c7593.tar.gz opt-bdcaa34f91dcc179d4b852fc4be656c0913c7593.tar.xz |
esmtp: deleted unmaintained port
-rw-r--r-- | esmtp/.footprint | 18 | ||||
-rw-r--r-- | esmtp/.signature | 5 | ||||
-rw-r--r-- | esmtp/Pkgfile | 19 | ||||
-rw-r--r-- | esmtp/README | 11 |
4 files changed, 0 insertions, 53 deletions
diff --git a/esmtp/.footprint b/esmtp/.footprint deleted file mode 100644 index 82c7b2550..000000000 --- a/esmtp/.footprint +++ /dev/null @@ -1,18 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/esmtp -lrwxrwxrwx root/root usr/bin/mailq -> /usr/bin/esmtp -lrwxrwxrwx root/root usr/bin/newaliases -> /usr/bin/esmtp -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/sendmail -> /usr/bin/esmtp -drwxr-xr-x root/root usr/sbin/ -lrwxrwxrwx root/root usr/sbin/sendmail -> /usr/bin/esmtp -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/esmtp.1.gz -lrwxrwxrwx root/root usr/share/man/man1/mailq.1.gz -> esmtp.1.gz -lrwxrwxrwx root/root usr/share/man/man1/newaliases.1.gz -> esmtp.1.gz -lrwxrwxrwx root/root usr/share/man/man1/sendmail.1.gz -> esmtp.1.gz -drwxr-xr-x root/root usr/share/man/man5/ --rw-r--r-- root/root usr/share/man/man5/esmtprc.5.gz diff --git a/esmtp/.signature b/esmtp/.signature deleted file mode 100644 index 7a6af8848..000000000 --- a/esmtp/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WlLmY4l7VNEz3vq8LEZF0c2p+I4yHJwTHUcxRxYzEZn7Q40yWshAF7uoDtvqQ89cKTf6iiPUWTpvrOvzFbQaAA= -SHA256 (Pkgfile) = becaf6de4454bc14f06dc708c6bbd529178a01d937a3b039a0faf1611c8d3a1f -SHA256 (.footprint) = 1c8b6cdb38b60484abeb01b70051fe76e477cbb603b18464c15fed5349552307 -SHA256 (esmtp-1.2.tar.bz2) = a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce diff --git a/esmtp/Pkgfile b/esmtp/Pkgfile deleted file mode 100644 index cc6484e59..000000000 --- a/esmtp/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: A small relay-only MTA based on libesmtp -# URL: http://esmtp.sourceforge.net -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: libesmtp - -name=esmtp -version=1.2 -release=1 -source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2) - -build() { - cd $name-$version - - CPPFLAGS=`libesmtp-config --cflags` \ - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} diff --git a/esmtp/README b/esmtp/README deleted file mode 100644 index 8ea73fa7b..000000000 --- a/esmtp/README +++ /dev/null @@ -1,11 +0,0 @@ -README for esmtp 0.5.0 - -REQUIREMENTS - -PRE-INSTALL -1. Remove any other MTA that's currently installed. They can't coexist. - -POST-INSTALL - -PRECAUTION - |