summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2015-09-11 20:17:17 +0000
committergdt <gdt@pkgsrc.org>2015-09-11 20:17:17 +0000
commitd5e79ba23b9e36f3bbbe78dff3f5100e4697b384 (patch)
treef873f1fcf655e496107adad183c7b46bd2cf8e19
parentbd272eebe034e8e1ccbe5f0cf16251307654e11c (diff)
downloadpkgsrc-d5e79ba23b9e36f3bbbe78dff3f5100e4697b384.tar.gz
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.
-rw-r--r--security/pam-p11/DESCR2
-rw-r--r--security/pam-p11/Makefile6
2 files changed, 6 insertions, 2 deletions
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