diff options
author | arved <arved@FreeBSD.org> | 2006-08-24 20:38:58 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-08-24 20:38:58 +0800 |
commit | 973c1409234e254c32ac845926ecbc500c7ce9f2 (patch) | |
tree | 86a243113dacb15514c335ccedb84214bfd41482 /devel/libccid | |
parent | 98c63ec1f4c4820752c638f28bc0a0f04e7a7d7b (diff) | |
download | freebsd-ports-gnome-973c1409234e254c32ac845926ecbc500c7ce9f2.tar.gz freebsd-ports-gnome-973c1409234e254c32ac845926ecbc500c7ce9f2.tar.zst freebsd-ports-gnome-973c1409234e254c32ac845926ecbc500c7ce9f2.zip |
Update to 1.1.0
Diffstat (limited to 'devel/libccid')
-rw-r--r-- | devel/libccid/Makefile | 6 | ||||
-rw-r--r-- | devel/libccid/distinfo | 6 | ||||
-rw-r--r-- | devel/libccid/files/patch-configure | 20 | ||||
-rw-r--r-- | devel/libccid/pkg-plist | 2 |
4 files changed, 8 insertions, 26 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index e26845de75d1..4406643d2374 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= ccid -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel -MASTER_SITES= http://alioth.debian.org/download.php/1563/ +MASTER_SITES= http://alioth.debian.org/download.php/1740/ MAINTAINER= arved@FreeBSD.org COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver @@ -23,4 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb" +PLIST_SUB= VER=${PORTVERSION} + .include <bsd.port.mk> diff --git a/devel/libccid/distinfo b/devel/libccid/distinfo index 2bee5972a3ca..4280c1d1216d 100644 --- a/devel/libccid/distinfo +++ b/devel/libccid/distinfo @@ -1,3 +1,3 @@ -MD5 (ccid-1.0.1.tar.gz) = 858bd7d680cdaf0ac53c70d43974a2df -SHA256 (ccid-1.0.1.tar.gz) = b8ca2a4994c2fd05121d1b66b92252be8fa4357f415773dc3f0792535abab55d -SIZE (ccid-1.0.1.tar.gz) = 529540 +MD5 (ccid-1.1.0.tar.gz) = 3d216cb89030c6a74fb6851bcc80b08e +SHA256 (ccid-1.1.0.tar.gz) = a11c6df683a529d7101cf1dbcf1e376e9e01a9f7b3e73a1b19f335dd32c93093 +SIZE (ccid-1.1.0.tar.gz) = 540628 diff --git a/devel/libccid/files/patch-configure b/devel/libccid/files/patch-configure deleted file mode 100644 index a38f55471528..000000000000 --- a/devel/libccid/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri Apr 8 18:14:57 2005 -+++ configure Fri Apr 8 18:18:13 2005 -@@ -20223,6 +20223,17 @@ - CFLAGS="$CFLAGS -no-cpp-precomp" - fi - ;; -+*-*-freebsd*) -+ BUNDLE_HOST="FreeBSD" -+ DYN_LIB_EXT="so" -+if false; then -+ NEED_PARSER_TRUE= -+ NEED_PARSER_FALSE='#' -+else -+ NEED_PARSER_TRUE='#' -+ NEED_PARSER_FALSE= -+fi -+ ;; - *) - BUNDLE_HOST="Linux" - DYN_LIB_EXT="so" diff --git a/devel/libccid/pkg-plist b/devel/libccid/pkg-plist index 91efe976100a..c41692597f28 100644 --- a/devel/libccid/pkg-plist +++ b/devel/libccid/pkg-plist @@ -1,4 +1,4 @@ -lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.1.0.1 +lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.%%VER%% lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist @dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD @dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents |