diff options
author | perseant <perseant@pkgsrc.org> | 2019-09-17 23:09:42 +0000 |
---|---|---|
committer | perseant <perseant@pkgsrc.org> | 2019-09-17 23:09:42 +0000 |
commit | 890a29db5ab48711dfe92ec53b1939d196304315 (patch) | |
tree | 852b8d07fcc53ecce05de032b90d01a1be9a8dcd /security/ccid/Makefile | |
parent | 8af502f0f972fcc3502874b8b38e214216678949 (diff) | |
download | pkgsrc-890a29db5ab48711dfe92ec53b1939d196304315.tar.gz |
Update ccid to version 1.4.27, including link requirement in pcsc-lite.
Closes PR security/54556.
Diffstat (limited to 'security/ccid/Makefile')
-rw-r--r-- | security/ccid/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 7a03691a615..d0df1bc4c80 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.28 2019/08/14 00:17:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.29 2019/09/17 23:09:42 perseant Exp $ # -DISTNAME= ccid-1.4.26 -PKGREVISION= 3 +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.debian.org/frs/download.php/file/4205/ +MASTER_SITES= https://alioth-archive.debian.org/releases/pcsclite/ccid/1.4.27/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gdt@NetBSD.org |