diff options
author | arved <arved@FreeBSD.org> | 2010-08-15 16:49:18 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-08-15 16:49:18 +0800 |
commit | 679647423bf23d4b73756e9fb4e143397009db4a (patch) | |
tree | 1b44f81ca60701fb53bb7f4545d95ed8a3755ede /devel/libccid | |
parent | 4bde13b248d635a4e9b8a6b36ead64f39c51720a (diff) | |
download | freebsd-ports-gnome-679647423bf23d4b73756e9fb4e143397009db4a.tar.gz freebsd-ports-gnome-679647423bf23d4b73756e9fb4e143397009db4a.tar.zst freebsd-ports-gnome-679647423bf23d4b73756e9fb4e143397009db4a.zip |
Update to 1.4.0
Diffstat (limited to 'devel/libccid')
-rw-r--r-- | devel/libccid/Makefile | 9 | ||||
-rw-r--r-- | devel/libccid/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 56230a668dd5..78535168a93e 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= ccid -PORTVERSION= 1.3.12 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= devel -MASTER_SITES= http://alioth.debian.org/frs/download.php/3281/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3333/ MAINTAINER= arved@FreeBSD.org COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver @@ -42,5 +41,9 @@ LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb 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 + ${REINPLACE_CMD} -e "s,libusb-1.0/libusb.h,libusb.h," \ + ${WRKSRC}/configure ${WRKSRC}/src/ccid_usb.c \ + ${WRKSRC}/src/ccid_usb.h \ + ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c .include <bsd.port.post.mk> diff --git a/devel/libccid/distinfo b/devel/libccid/distinfo index 5a73093e2ea4..fc56ad1e82db 100644 --- a/devel/libccid/distinfo +++ b/devel/libccid/distinfo @@ -1,3 +1,3 @@ -MD5 (ccid-1.3.12.tar.bz2) = 7fcdbacacd955659286f988fa9b6e0be -SHA256 (ccid-1.3.12.tar.bz2) = caa1badbb530e109aa767c51d304659a510d427aaa26bd329bed693751b1e38b -SIZE (ccid-1.3.12.tar.bz2) = 425496 +MD5 (ccid-1.4.0.tar.bz2) = 745d681bed2e17579fa6144e19bcb01d +SHA256 (ccid-1.4.0.tar.bz2) = a0b6e56c54f311c4cb39eef0f362e4e6d388bf815a15532e4524d2be1723b4ff +SIZE (ccid-1.4.0.tar.bz2) = 426617 |