aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libccid
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2014-04-13 21:23:52 +0800
committerarved <arved@FreeBSD.org>2014-04-13 21:23:52 +0800
commit25b0afff5c44548b06fd92a980b8d58fe3994ef3 (patch)
tree7320dd0cf6879f4ee872843582ed822e6ef9ab01 /devel/libccid
parent55bc0f0acaffd02bb03ba4bdc1ff7842daa566ad (diff)
downloadfreebsd-ports-gnome-25b0afff5c44548b06fd92a980b8d58fe3994ef3.tar.gz
freebsd-ports-gnome-25b0afff5c44548b06fd92a980b8d58fe3994ef3.tar.zst
freebsd-ports-gnome-25b0afff5c44548b06fd92a980b8d58fe3994ef3.zip
Update pcsc-lite to 1.8.11
Update libccid to 1.4.16 Use wget to fetch distfiles on FreeBSD < 10 PR: 180598
Diffstat (limited to 'devel/libccid')
-rw-r--r--devel/libccid/Makefile16
-rw-r--r--devel/libccid/distinfo4
2 files changed, 12 insertions, 8 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile
index a265bec1b5e2..4ddc65a52887 100644
--- a/devel/libccid/Makefile
+++ b/devel/libccid/Makefile
@@ -2,20 +2,18 @@
# $FreeBSD$
PORTNAME= ccid
-PORTVERSION= 1.4.14
+PORTVERSION= 1.4.16
CATEGORIES= devel
-#MASTER_SITES= https://alioth.debian.org/frs/download.php/file/3971/
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= arved
+MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4016/
MAINTAINER= arved@FreeBSD.org
COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver
-LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
-
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
+
USE_BZIP2= yes
USES= pkgconfig perl5
GNU_CONFIGURE= yes
@@ -34,6 +32,12 @@ PLIST_SUB= VER=${PORTVERSION}
IGNORE= needs a complete libusb-1 implementation
.endif
+.if ${OSVERSION} < 1000000
+FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
+DISABLE_SIZE= yes
+FETCH_CMD= ${LOCALBASE}/bin/wget -c -nc --no-check-certificate
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s,use warnings;,," ${WRKSRC}/src/create_Info_plist.pl
${REINPLACE_CMD} -e "s,ndef __APPLE__, !(__APPLE__ || __FreeBSD__)," ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c
diff --git a/devel/libccid/distinfo b/devel/libccid/distinfo
index 791f76a8f736..2bda3648fd3a 100644
--- a/devel/libccid/distinfo
+++ b/devel/libccid/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ccid-1.4.14.tar.bz2) = c50b04ac8e800a14246ea42cf37f73bd42fdb3645afb290b7af091f9e15cd146
-SIZE (ccid-1.4.14.tar.bz2) = 484659
+SHA256 (ccid-1.4.16.tar.bz2) = 0a0e6aa38863c79e38673c085254fa94fd0aa040b9622304a8d6d4222b7e7ea0
+SIZE (ccid-1.4.16.tar.bz2) = 490965