diff options
author | lx <lx@FreeBSD.org> | 2010-10-08 02:46:27 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2010-10-08 02:46:27 +0800 |
commit | afa98313e7aa057e4b19c64bb6b9dca3fe7afe80 (patch) | |
tree | c580c3a37282ac21868d496066c4a34caf4a4d28 /security | |
parent | ad3045df817e6b302809f14c0f9f1a4c452b74e7 (diff) | |
download | freebsd-ports-gnome-afa98313e7aa057e4b19c64bb6b9dca3fe7afe80.tar.gz freebsd-ports-gnome-afa98313e7aa057e4b19c64bb6b9dca3fe7afe80.tar.zst freebsd-ports-gnome-afa98313e7aa057e4b19c64bb6b9dca3fe7afe80.zip |
Mark pam_sfs for removal, as both it and SFS are dead projects.
Diffstat (limited to 'security')
-rw-r--r-- | security/pamsfs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pamsfs/Makefile b/security/pamsfs/Makefile index e679d96378f0..b202f6cf1ca4 100644 --- a/security/pamsfs/Makefile +++ b/security/pamsfs/Makefile @@ -11,11 +11,14 @@ CATEGORIES= security MASTER_SITES= ftp://ftp.codecobra.com/pamsfs/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= lx@redundancy.redundancy.org +MAINTAINER= lx@FreeBSD.org COMMENT= A PAM module to mount SFS home directories BUILD_DEPENDS= sfskey:${PORTSDIR}/security/sfs +DEPRECATED= SFS is dead, this project is dead, and site is gone +EXPIRATION_DATE= 2010-11-11 + ALL_TARGET= pam-sfs WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= lib/pam_sfs.so |