diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-06-07 18:42:13 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-06-07 18:42:13 +0000 |
commit | f4620dcf4adb26da561bd0b01eae25a98c1f178c (patch) | |
tree | 28867537a8b36735030be60cf3a098eff30865fa /security | |
parent | 7d3bcb4da6291404fbddcc5c031e5bf94f90195f (diff) | |
download | ports-f4620dcf4adb26da561bd0b01eae25a98c1f178c.tar.gz ports-f4620dcf4adb26da561bd0b01eae25a98c1f178c.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pam_pseudo/Makefile | 25 | ||||
-rw-r--r-- | security/pam_pseudo/distinfo | 2 | ||||
-rw-r--r-- | security/pam_pseudo/pkg-descr | 1 | ||||
-rw-r--r-- | security/pam_pseudo/pkg-plist | 3 |
5 files changed, 0 insertions, 32 deletions
diff --git a/security/Makefile b/security/Makefile index a71a002a7625..c0db87bda114 100644 --- a/security/Makefile +++ b/security/Makefile @@ -717,7 +717,6 @@ SUBDIR += pam_mkhomedir SUBDIR += pam_ocra SUBDIR += pam_p11 - SUBDIR += pam_pseudo SUBDIR += pam_pwdfile SUBDIR += pam_require SUBDIR += pam_script diff --git a/security/pam_pseudo/Makefile b/security/pam_pseudo/Makefile deleted file mode 100644 index beb3662cddbf..000000000000 --- a/security/pam_pseudo/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Jim Pirzyk <pirzyk@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pam_pseudo -PORTVERSION= 0.5 -CATEGORIES= security -MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_pseudo/ - -MAINTAINER= pirzyk@FreeBSD.org -COMMENT= PAM module for per-user authentication - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYRIGHT - -USES= libtool -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-encap --disable-epkg-install - -INSTALL_TARGET= install-real - -.include <bsd.port.mk> diff --git a/security/pam_pseudo/distinfo b/security/pam_pseudo/distinfo deleted file mode 100644 index 1b9b84542cb4..000000000000 --- a/security/pam_pseudo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pam_pseudo-0.5.tar.gz) = d38356763dee8cf677342a4e6a9c57ff12af73d2bbfca87c6f8cbefc157430a8 -SIZE (pam_pseudo-0.5.tar.gz) = 108343 diff --git a/security/pam_pseudo/pkg-descr b/security/pam_pseudo/pkg-descr deleted file mode 100644 index 53ffc4532ddd..000000000000 --- a/security/pam_pseudo/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -PAM module for pseudouser authentication diff --git a/security/pam_pseudo/pkg-plist b/security/pam_pseudo/pkg-plist deleted file mode 100644 index 5dd07110fc64..000000000000 --- a/security/pam_pseudo/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/authtest -lib/security/pam_pseudo.so.1 -man/man5/pam_pseudo.5.gz |