diff options
author | gdt <gdt@pkgsrc.org> | 2020-08-19 14:53:37 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-08-19 14:53:37 +0000 |
commit | 5bc0e64df3097c5412bced9979ecec1f53c4e64a (patch) | |
tree | 2cc53897fd8d3d64986df322022cebb0dd569bd3 /security/ccid/Makefile | |
parent | 4a7ad3760cc381cbb80e859669e7a66cc3170f6f (diff) | |
download | pkgsrc-5bc0e64df3097c5412bced9979ecec1f53c4e64a.tar.gz |
security/ccid: Update MASTER_SITES/HOMEPAGE
Diffstat (limited to 'security/ccid/Makefile')
-rw-r--r-- | security/ccid/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 1520a6f1d7a..0c810666cdc 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,17 +1,13 @@ -# $NetBSD: Makefile,v 1.30 2019/11/04 21:12:52 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2020/08/19 14:53:37 gdt Exp $ # DISTNAME= ccid-1.4.27 CATEGORIES= security -# Note that the MASTER_SITES URL is not stable with version changes, -# and one can end up with an old version if DISTNAME is changed but -# not the magic number in MASTER_SITES. -# https://alioth.debian.org/frs/?group_id=30105#title_ccid -MASTER_SITES= https://alioth-archive.debian.org/releases/pcsclite/ccid/1.4.27/ +MASTER_SITES= https://ccid.apdu.fr/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gdt@NetBSD.org -HOMEPAGE= http://pcsclite.alioth.debian.org/ccid.html +HOMEPAGE= https://ccid.apdu.fr/ COMMENT= Middleware to access a smart card using SCard API (PC/SC) LICENSE= gnu-lgpl-v2.1 |