From d5e79ba23b9e36f3bbbe78dff3f5100e4697b384 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 11 Sep 2015 20:17:17 +0000 Subject: Note new distfile location, but use nbftp for now. The new distfile has a bad name and doesn't have the auto* generated files. Given that it's on github, these issues are not likely to be fixed. There has been no upstream release since 2008, so there's really no point in dealing with that until there is. For now, just use MASTER_SITE_BACKUP to avoid the old URL giving errors. --- security/pam-p11/DESCR | 2 ++ security/pam-p11/Makefile | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/pam-p11/DESCR b/security/pam-p11/DESCR index fdd3eff0e47..8f014a7ca8f 100644 --- a/security/pam-p11/DESCR +++ b/security/pam-p11/DESCR @@ -7,3 +7,5 @@ Pam_p11 implements two authentication modules: in OpenSSH ~/.ssh/authorized_keys file. * pam_p11_opensc authenticates the user against certificates found in ~/.eid/authorized_certificates. + +This project is no longer maintained upstream. diff --git a/security/pam-p11/Makefile b/security/pam-p11/Makefile index 7c6c1b47523..32c6ed43738 100644 --- a/security/pam-p11/Makefile +++ b/security/pam-p11/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2015/09/09 22:02:03 gdt Exp $ +# $NetBSD: Makefile,v 1.10 2015/09/11 20:17:17 gdt Exp $ # DISTNAME= pam_p11-0.1.5 PKGREVISION= 3 CATEGORIES= security -MASTER_SITES= http://www.opensc-project.org/files/pam_p11/ +# This has a bad name and doesn't have generated auto* files. +#MASTER_SITES= https://github.com/OpenSC/pam_p11/archive/ +MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://opensc-project.org/opensc/wiki/pam_p11 -- cgit v1.2.3