diff options
author | gdt <gdt@pkgsrc.org> | 2020-08-19 15:09:40 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-08-19 15:09:40 +0000 |
commit | c8afd455e0665837628627747d077ece4af876cd (patch) | |
tree | e8579c37c16b8fc0b72a2f7d973f279a4d8cb756 /security | |
parent | 27031c15697e8c11768ca0d5927d025974344b01 (diff) | |
download | pkgsrc-c8afd455e0665837628627747d077ece4af876cd.tar.gz |
security/pcsc-lite: Purge old/wrong comment
The HOMEPAGE and MASTER_SITES were updated, and the non-stable URL
problem with the old MASTER_SITES no longer applies. Drop the comemnt (yay!).
Diffstat (limited to 'security')
-rw-r--r-- | security/pcsc-lite/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile index 0877bda272d..4a2c27666a2 100644 --- a/security/pcsc-lite/Makefile +++ b/security/pcsc-lite/Makefile @@ -1,11 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2020/06/20 19:03:37 adam Exp $ +# $NetBSD: Makefile,v 1.33 2020/08/19 15:09:40 gdt Exp $ DISTNAME= pcsc-lite-1.9.0 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&release_id=2031#pcsclite-_1.8.18-title-content MASTER_SITES= https://pcsclite.apdu.fr/files/ EXTRACT_SUFX= .tar.bz2 |