From toni@soth.at  Mon Jan 10 19:11:15 2005
Return-Path: <toni@soth.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C3F3B16A4CE; Mon, 10 Jan 2005 19:11:15 +0000 (GMT)
Received: from door.soth.at (door.soth.at [212.17.89.244])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C47F943D48; Mon, 10 Jan 2005 19:11:14 +0000 (GMT)
	(envelope-from toni@soth.at)
Received: from server.soth.at (server.soth.at [172.30.1.14])
	by door.soth.at (8.12.11/8.12.11) with ESMTP id j0AJBDbD014528
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 10 Jan 2005 20:11:13 +0100 (CET)
Received: from server.soth.at (localhost [127.0.0.1])
	by server.soth.at (8.13.1/8.13.1) with ESMTP id j0AJBl1H002937;
	Mon, 10 Jan 2005 20:11:47 +0100 (CET)
	(envelope-from toni@server.soth.at)
Received: (from toni@localhost)
	by server.soth.at (8.13.1/8.13.1/Submit) id j0AJBkmQ002936;
	Mon, 10 Jan 2005 20:11:46 +0100 (CET)
	(envelope-from toni)
Message-Id: <200501101911.j0AJBkmQ002936@server.soth.at>
Date: Mon, 10 Jan 2005 20:11:46 +0100 (CET)
From: Toni Andjelkovic <toni@soth.at>
Reply-To: Toni Andjelkovic <toni@soth.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Tilman Linneweh <arved@freebsd.org>,
	Erik Norgaard <norgaard@locolomo.org>
Subject: Update of devel/pcsc-lite
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         76068
>Category:       ports
>Synopsis:       Update of devel/pcsc-lite
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    arved
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 19:20:10 GMT 2005
>Closed-Date:    Wed Apr 20 12:43:09 GMT 2005
>Last-Modified:  Wed Apr 20 12:43:09 GMT 2005
>Originator:     Toni Andjelkovic
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:

System: FreeBSD server.soth.at 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Wed Dec 15 09:39:26 CET 2004 root@server.soth.at:/usr/obj/usr/src/sys/GENERIC i386

>Description:

Update to 1.2.9-beta6.

Changes:

	Use libtool15, libtool13 declares itself DEPRECATED.
	Bump PORTEPOCH to avoid FATAL portlint error.
	Don't remove libdata/pkgconfig, others may be using it.

Thanks to Tilman Linneweh and Erik Norgaard for patches and input.

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pcsc-lite/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	17 Jul 2004 12:38:35 -0000	1.18
+++ Makefile	10 Jan 2005 19:03:37 -0000
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	pcsc-lite
-PORTVERSION=	1.2.0
-PORTEPOCH=	2
+PORTVERSION=	1.2.9.b.6
+PORTEPOCH=	7
 CATEGORIES=	devel security
-MASTER_SITES=	http://alioth.debian.org/download.php/419/
+MASTER_SITES=	http://alioth.debian.org/download.php/753/
+DISTNAME=	pcsc-lite-${PORTVERSION:S/.b./-beta/}
 
 MAINTAINER=	toni@soth.at
 COMMENT=	A smartcard development library
@@ -17,8 +18,10 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack
-USE_INC_LIBTOOL_VER=	13
+USE_INC_LIBTOOL_VER=	15
+DISTVERSIONSUFFIX=-beta6
 
+WRKSRC=		${WRKDIR}/pcsc-lite-1.2.9-beta6
 INSTALLS_SHLIB=	yes
 CONFIGURE_ENV+=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS+=--prefix=${PREFIX} \
@@ -32,6 +35,7 @@
 		--enable-threadsafe
 PKGMESSAGE=	${WRKDIR}/pkg-message
 MAN1=		formaticc.1
+MAN5=		reader.conf.5
 MAN8=		bundleTool.8 pcscd.8
 
 .if defined(WITH_USB)
@@ -49,8 +53,9 @@
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/README.DAEMON ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/pcsc-lite-0.8.7.pdf ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/pcsc-lite.pdf ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/muscle-api-1.3.0.pdf ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/ifdhandler-3.pdf ${DOCSDIR}
 .endif
 	@${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/example/Makefile.am ${EXAMPLESDIR}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pcsc-lite/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	18 Mar 2004 02:27:33 -0000	1.10
+++ distinfo	10 Jan 2005 19:03:37 -0000
@@ -1,2 +1,2 @@
-MD5 (pcsc-lite-1.2.0.tar.gz) = 98456d274b2f4bfe74c5ab59070f8d50
-SIZE (pcsc-lite-1.2.0.tar.gz) = 790384
+MD5 (pcsc-lite-1.2.9-beta6.tar.gz) = ba8896b9382bc5d6e6d1159013e23e10
+SIZE (pcsc-lite-1.2.9-beta6.tar.gz) = 961464
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/pcsc-lite/pkg-plist,v
retrieving revision 1.8
diff -u -r1.8 pkg-plist
--- pkg-plist	17 Jul 2004 12:38:35 -0000	1.8
+++ pkg-plist	10 Jan 2005 19:03:37 -0000
@@ -1,33 +1,35 @@
-bin/bundleTool
-bin/formaticc
-bin/installifd
-bin/pcsc_demo
-%%PORTDOCS%%%%DOCSDIR%%/README.DAEMON
-%%PORTDOCS%%%%DOCSDIR%%/pcsc-lite-0.8.7.pdf
-%%PORTDOCS%%%%DOCSDIR%%/muscle-api-1.3.0.pdf
-%%EXAMPLESDIR%%/Makefile.am
-%%EXAMPLESDIR%%/Makefile.in
-%%EXAMPLESDIR%%/pcsc_demo.c
 etc/rc.d/pcscd.sh.sample
 etc/reader.conf.sample
-include/debuglog.h
-include/mscdefines.h
-include/musclecard.h
-include/pcsclite.h
-include/winscard.h
-include/wintypes.h
+bin/formaticc
+include/PCSC/debuglog.h
+include/PCSC/ifdhandler.h
+include/PCSC/mscdefines.h
+include/PCSC/musclecard.h
+include/PCSC/parser.h
+include/PCSC/pcsclite.h
+include/PCSC/winscard.h
+include/PCSC/wintypes.h
 lib/libpcsclite.a
 lib/libpcsclite.so
-lib/libpcsclite.so.0
+lib/libpcsclite.so.1
 lib/libmusclecard.a
 lib/libmusclecard.so
-lib/libmusclecard.so.0
+lib/libmusclecard.so.1
 libdata/pkgconfig/libpcsclite.pc
 libdata/pkgconfig/libmusclecard.pc
+sbin/bundleTool
+sbin/installifd
 sbin/pcscd
+%%PORTDOCS%%%%DOCSDIR%%/README.DAEMON
+%%PORTDOCS%%%%DOCSDIR%%/pcsc-lite.pdf
+%%PORTDOCS%%%%DOCSDIR%%/muscle-api-1.3.0.pdf
+%%PORTDOCS%%%%DOCSDIR%%/ifdhandler-3.pdf
+%%EXAMPLESDIR%%/Makefile.am
+%%EXAMPLESDIR%%/Makefile.in
+%%EXAMPLESDIR%%/pcsc_demo.c
+@dirrm include/PCSC
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%EXAMPLESDIR%%
-@dirrm libdata/pkgconfig
 @dirrm pcsc/drivers
 @dirrm pcsc/services
 @dirrm pcsc
Index: files/patch-doc::Makefile.in
===================================================================
RCS file: /home/ncvs/ports/devel/pcsc-lite/files/patch-doc::Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 patch-doc::Makefile.in
--- files/patch-doc::Makefile.in	24 Mar 2003 20:38:08 -0000	1.2
+++ files/patch-doc::Makefile.in	10 Jan 2005 19:03:37 -0000
@@ -1,12 +1,21 @@
---- doc/Makefile.in.bak Mon Mar 17 03:44:22 2003
-+++ doc/Makefile.in     Mon Mar 17 03:44:42 2003
-@@ -69,3 +69,3 @@
-
+--- doc/Makefile.in.bak	Wed Dec 15 06:14:25 2004
++++ doc/Makefile.in	Wed Dec 15 06:16:51 2004
+@@ -136,7 +136,7 @@
+ build_vendor = @build_vendor@
+ confdir = @confdir@
+ 
 -datadir = $(prefix)/doc
 +#datadir = $(prefix)/doc
- AMTAR = @AMTAR@
-@@ -98,3 +98,3 @@
- install_sh = @install_sh@
--data_DATA = pcsc-lite-0.8.7.pdf muscle-api-1.3.0.pdf README.DAEMON
-+#data_DATA = pcsc-lite-0.8.7.pdf muscle-api-1.3.0.pdf README.DAEMON
- man_MANS = pcscd.8 bundleTool.8 formaticc.1
+ exec_prefix = @exec_prefix@
+ extended_apdu = @extended_apdu@
+ host = @host@
+@@ -166,9 +166,9 @@
+ usbdropdir = @usbdropdir@
+ 
+ SUBDIRS = . example
+-data_DATA = pcsc-lite.tex pcsc-lite.bib pcsc-lite.pdf \
++#data_DATA = pcsc-lite.tex pcsc-lite.bib pcsc-lite.pdf \
+			ifdhandler-3.tex ifdhandler-3.pdf \
+			muscle-api-1.3.0.pdf README.DAEMON
+ 
+ man_MANS = pcscd.8 bundleTool.8 formaticc.1 reader.conf.5
Index: files/patch-etc::Makefile.in
===================================================================
RCS file: /home/ncvs/ports/devel/pcsc-lite/files/patch-etc::Makefile.in,v
retrieving revision 1.4
diff -u -r1.4 patch-etc::Makefile.in
--- files/patch-etc::Makefile.in	24 Mar 2003 20:38:08 -0000	1.4
+++ files/patch-etc::Makefile.in	10 Jan 2005 19:03:37 -0000
@@ -1,12 +1,20 @@
---- etc/Makefile.in.bak Mon Mar 17 03:13:17 2003
-+++ etc/Makefile.in     Mon Mar 17 03:14:27 2003
-@@ -27,3 +27,3 @@
- datadir = @datadir@
+--- etc/Makefile.in.bak	Wed Dec 15 06:20:13 2004
++++ etc/Makefile.in	Wed Dec 15 06:21:09 2004
+@@ -159,14 +159,14 @@
+ sbindir = @sbindir@
+ sbindir_exp = @sbindir_exp@
+ sharedstatedir = @sharedstatedir@
 -sysconfdir = @sysconfdir@
 +#sysconfdir = @sysconfdir@
- sharedstatedir = @sharedstatedir@
-@@ -96,3 +96,3 @@
-
+ sysconfdir_exp = @sysconfdir_exp@
+ target_alias = @target_alias@
+ usbdropdir = @usbdropdir@
+ 
 -sysconf_DATA = reader.conf
 +#sysconf_DATA = reader.conf
-
+ 
+-EXTRA_DIST = StartupParameters.plist SmartcardServices
++#EXTRA_DIST = StartupParameters.plist SmartcardServices
+ subdir = etc
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Wed Jan 12 10:41:54 GMT 2005 
State-Changed-Why:  
Since this patch contains a shared library version-bump, could 
please chase down all dependant ports? Apart from LIB_DEPENDING 
on the new version, their PORTREVISION must be bumped. 
You can find them by grepping for pcsc-lite in /usr/ports/INDEX, 
but something along the lines of 'grep -r pcsclite.0 /usr/ports' 
is recommmended to discover optional dependencies. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76068 

From: Toni Andjelkovic <toni@soth.at>
To: Volker Stolz <vs@FreeBSD.org>, freebsd-ports-bugs@FreeBSD.org
Cc: toni@soth.at, freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Wed, 12 Jan 2005 16:54:07 +0100

 On Wed, Jan 12, 2005 at 10:44:14AM +0000, Volker Stolz wrote:
 > Since this patch contains a shared library version-bump, could
 > please chase down all dependant ports? Apart from LIB_DEPENDING
 > on the new version, their PORTREVISION must be bumped.
 > You can find them by grepping for pcsc-lite in /usr/ports/INDEX,
 > but something along the lines of 'grep -r pcsclite.0 /usr/ports'
 > is recommmended to discover optional dependencies.
 
 The ports affected are
 
 devel/ifd-test
 devel/libchipcard
 devel/p5-PCSC-Card
 devel/ruby-pcsc-lite
 security/ifd-devkit
 security/ifd-gempc410
 security/ifd-gpr400
 security/opensc
 security/opensc-esteid
 
 and also security/ifd-slb_rf60, I have already submitted a separate
 PR for it yesterday.
 
 Unfortunately some ports depending on pcsc-lite are going to break anyway
 after this update because the include files have moved, so I think it would
 be appropriate to notify the other maintainers, too (I can do this):
 
 ===>  Building for ifd-test-1.0_2
 gcc -g -w -pthread -c testIBM.c -I/usr/local/include
 testIBM.c:2:22: winscard.h: No such file or directory
 
 
 Here's a patch for the rest:
 
 
 Index: devel/ifd-test/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/ifd-test/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- devel/ifd-test/Makefile	6 Feb 2004 13:11:09 -0000	1.6
 +++ devel/ifd-test/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,14 +7,14 @@
  
  PORTNAME=	ifd-test
  PORTVERSION=	1.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel security
  MASTER_SITES=	http://www.linuxnet.com/drivers/readers/files/
  
  MAINTAINER=	bms@spc.org
  COMMENT=	IFD Test Suite for PC/SC Lite
  
 -LIB_DEPENDS=    pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=    pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  USE_GMAKE=	yes
  
 Index: devel/libchipcard/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/libchipcard/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- devel/libchipcard/Makefile	6 Mar 2004 18:00:09 -0000	1.7
 +++ devel/libchipcard/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	libchipcard
  PORTVERSION=	0.8
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	libchipcard
 @@ -15,7 +15,7 @@
  MAINTAINER=	martin@libchipcard.de
  COMMENT=	"A library for easy access to chipcards"
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  USE_GMAKE=	yes
  USE_OPENSSL=	yes
 Index: devel/ruby-pcsc-lite/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/ruby-pcsc-lite/Makefile,v
 retrieving revision 1.7
 diff -u -r1.7 Makefile
 --- devel/ruby-pcsc-lite/Makefile	25 Feb 2004 05:56:47 -0000	1.7
 +++ devel/ruby-pcsc-lite/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	pcsc-lite
  PORTVERSION=	0.8
 +PORTREVISION=	1
  CATEGORIES=	devel ruby
  MASTER_SITES=	http://soth.at/PCSC-ruby/
  PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 @@ -16,7 +17,7 @@
  MAINTAINER=	toni@soth.at
  COMMENT=	Ruby extension for the UNIX PC/SC Lite API (MUSCLE)
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  USE_RUBY=	yes
  RUBY_VER=	1.8
 Index: security/ifd-devkit/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/ifd-devkit/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- security/ifd-devkit/Makefile	21 Feb 2003 13:26:45 -0000	1.2
 +++ security/ifd-devkit/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,13 +7,14 @@
  
  PORTNAME=	ifd-devkit
  PORTVERSION=	1.0.0
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	http://www.linuxnet.com/drivers/readers/files/
  
  MAINTAINER=	bms@spc.org
  COMMENT=	IFD Handler Developer's Kit for MUSCLE PC/SC Lite
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  INSTALLS_SHLIB= yes
  
 Index: security/ifd-gempc410/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/ifd-gempc410/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- security/ifd-gempc410/Makefile	23 Feb 2004 01:13:24 -0000	1.5
 +++ security/ifd-gempc410/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	ifd-gempc410
  PORTVERSION=	0.8.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security
  MASTER_SITES=	http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/
  DISTNAME=	ifd-gempc-${PORTVERSION}
 @@ -16,7 +16,7 @@
  COMMENT=	PC/SC Lite driver for the GemPC 410 serial smart card reader
  
  BUILD_DEPENDS=	${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  BROKEN=		"Does not fetch"
  
 Index: security/ifd-gpr400/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/ifd-gpr400/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- security/ifd-gpr400/Makefile	21 Feb 2003 13:26:45 -0000	1.2
 +++ security/ifd-gpr400/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	ifd-gpr400
  PORTVERSION=	0.3
 +PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES=	http://www.innovationsw.com/~jaiger/downloads/smartcard/
  
 @@ -14,7 +15,7 @@
  COMMENT=	PC/SC Lite driver for Gemplus GPR400 PCMCIA Smart Card Readers
  
  BUILD_DEPENDS=	${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  MAKE_ENV+=	DESTDIR="${PREFIX}"
  
 Index: security/opensc/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/opensc/Makefile,v
 retrieving revision 1.11
 diff -u -r1.11 Makefile
 --- security/opensc/Makefile	23 Feb 2004 22:03:30 -0000	1.11
 +++ security/opensc/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	opensc
  PORTVERSION=	0.8.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security devel
  MASTER_SITES=	http://www.opensc.org/files/
  
 @@ -46,7 +46,7 @@
  CONFIGURE_ARGS+=	--with-pam
  .endif
  .if !defined(WITHOUT_PCSC_LITE)
 -LIB_DEPENDS+=		pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS+=		pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  CONFIGURE_ARGS+=	--with-pcsclite=${LOCALBASE}
  .endif
  
 Index: security/opensc-esteid/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/opensc-esteid/Makefile,v
 retrieving revision 1.9
 diff -u -r1.9 Makefile
 --- security/opensc-esteid/Makefile	9 Jul 2004 17:42:48 -0000	1.9
 +++ security/opensc-esteid/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	esteid
  PORTVERSION=	0.7.0.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	security devel
  MASTER_SITES=	http://marie.vtl.ee/esteid/
  PKGNAMEPREFIX=	opensc-
 @@ -16,7 +16,7 @@
  MAINTAINER=	hadara@bsd.ee
  COMMENT=	ISO 7816 Smartcard API Library (OpenSSH Compatible)
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  USE_OPENLDAP=	yes
  INSTALLS_SHLIB=	yes
 Index: devel/p5-PCSC-Card/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/p5-PCSC-Card/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- devel/p5-PCSC-Card/Makefile	22 Jan 2004 21:43:58 -0000	1.2
 +++ devel/p5-PCSC-Card/Makefile	12 Jan 2005 15:04:34 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	PCSC-Card
  PORTVERSION=	1.2.2
 +PORTREVISION=	1
  CATEGORIES=	devel perl5
  MASTER_SITES=	http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
  PKGNAMEPREFIX=	p5-
 @@ -15,7 +16,7 @@
  MAINTAINER=	bms@FreeBSD.org
  COMMENT=	Perl bindings for the PC/SC Lite Framework
  
 -LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 +LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
  
  .include <bsd.port.pre.mk>
  
State-Changed-From-To: feedback->open 
State-Changed-By: vs 
State-Changed-When: Thu Jan 20 13:39:27 GMT 2005 
State-Changed-Why:  
Feedback recvd 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76068 
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Thu Mar 10 15:07:13 GMT 2005 
Responsible-Changed-Why:  
Take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76068 

From: Sergey Matveychuk <sem@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, toni@soth.at
Cc:  
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Thu, 10 Mar 2005 18:06:41 +0300

 Why do you bump PORTEPOCH to 7, not 3?
 
 -- 
 Sem.

From: Toni Andjelkovic <toni@soth.at>
To: Sergey Matveychuk <sem@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Thu, 10 Mar 2005 19:08:59 +0100

 Am Donnerstag, den 10.03.2005, 18:06 +0300 schrieb Sergey Matveychuk:
 > Why do you bump PORTEPOCH to 7, not 3?
 
 Because portlint complains when I do so.
 
 Cheers,
 Toni
 

From: Sergey Matveychuk <sem@FreeBSD.org>
To: Toni Andjelkovic <toni@soth.at>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Fri, 11 Mar 2005 16:10:00 +0300

 Toni Andjelkovic wrote:
 
 > Am Donnerstag, den 10.03.2005, 18:06 +0300 schrieb Sergey Matveychuk:
 > 
 >>Why do you bump PORTEPOCH to 7, not 3?
 > 
 > 
 > Because portlint complains when I do so.
 
 What exectly did it say? I can't reproduce it.
 Moreover I see no reason to bump it at all:
 % pkg_version -t 1.2.0 1.2.9.b.6
 <
 % portversion -t 1.2.0 1.2.9.b.6
 <
 
 It looks like version calculations are OK.
 
 BTW. About libdata/pkgconfig. USE_GNOME=pkgconfig makes tricks with it 
 for you.
 
 -- 
 Sem.

From: Toni Andjelkovic <toni@soth.at>
To: Sergey Matveychuk <sem@FreeBSD.org>,
	freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Fri, 11 Mar 2005 18:15:33 +0100

 Am Freitag, den 11.03.2005, 16:10 +0300 schrieb Sergey Matveychuk:
 > >>Why do you bump PORTEPOCH to 7, not 3?
 > > Because portlint complains when I do so.
 > What exectly did it say? I can't reproduce it.
 > Moreover I see no reason to bump it at all:
 
 I don't know anymore and unfortunately I don't have a FreeBSD system
 installed at the moment. It's been a while since I've done that patch,
 sorry for that. But since you know well how to handle this sort of
 things, there shouldn't be any problems at all.
 
 > It looks like version calculations are OK.
 
 Cool!
 
 > BTW. About libdata/pkgconfig. USE_GNOME=pkgconfig makes tricks with it 
 > for you.
 
 Thanks for the information, please fix and commit as you see fit.
 
 Cheers,
 Toni
 
Responsible-Changed-From-To: sem->bms 
Responsible-Changed-By: sem 
Responsible-Changed-When: Fri Mar 11 18:49:32 GMT 2005 
Responsible-Changed-Why:  
The update will break a few ports of bms@. 
So pass the PR to him. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76068 

From: Sergey Matveychuk <sem@FreeBSD.org>
To: Toni Andjelkovic <toni@soth.at>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Fri, 11 Mar 2005 21:49:25 +0300

 Toni Andjelkovic wrote:
 
 > I don't know anymore and unfortunately I don't have a FreeBSD system
 > installed at the moment. It's been a while since I've done that patch,
 > sorry for that. But since you know well how to handle this sort of
 > things, there shouldn't be any problems at all.
 
 Thank you for carring the port. But the update will break some ports 
 maintained by bms@FreeBSD.org. So I'll pass the PR to him.
 
 -- 
 Sem.

From: Toni Andjelkovic <toni@soth.at>
To: Sergey Matveychuk <sem@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Fri, 11 Mar 2005 22:25:51 +0100

 Am Freitag, den 11.03.2005, 21:49 +0300 schrieb Sergey Matveychuk:
 > Thank you for carring the port. But the update will break some ports 
 > maintained by bms@FreeBSD.org. So I'll pass the PR to him.
 
 Is it because of devel/ifd-test? I've already informed Bruce and sent
 him a patch for that in January. He told me to ping him when the pcsc-
 lite update is done so he can commit that patch.
 
 Cheers,
 Toni
 

From: Sergey Matveychuk <sem@FreeBSD.org>
To: Toni Andjelkovic <toni@soth.at>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Sat, 12 Mar 2005 00:29:34 +0300

 Toni Andjelkovic wrote:
 
 > Is it because of devel/ifd-test? I've already informed Bruce and sent
 > him a patch for that in January. He told me to ping him when the pcsc-
 > lite update is done so he can commit that patch.
 
 Not only ifd-test. I've gave up on third port.
 -- 
 Sem.
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Fri Apr 8 18:27:50 GMT 2005 
State-Changed-Why:  
Bruce, what is the state of this PR, any reason why not committing? 

There is already a new version of PCSC-lite :-). I have nearly ready 
patches to the port if anybody is interested.  

Another comment, on linux the drivers are installed into /usr/lib/pcsc 
/usr/local/lib/pcsc would be the reasonable equivalent on FreeBSD, 
instead of the non-hier compliant /usr/local/pcsc. 

Maybe if too much is broken we should repocopy the version currently in 
ports? 

I would like to get a port of libccid into ports really soon, and it needs 
the new pcsc-lite. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76068 

From: Bruce M Simpson <bms@spc.org>
To: Tilman Linneweh <arved@FreeBSD.org>
Cc: toni@soth.at
Subject: Re: ports/76068: Update of devel/pcsc-lite
Date: Fri, 8 Apr 2005 18:50:43 -0700

 On Fri, Apr 08, 2005 at 06:34:48PM +0000, Tilman Linneweh wrote:
 > Bruce, what is the state of this PR, any reason why not committing?
 
 ENOTIME
 
 BMS
Responsible-Changed-From-To: bms->arved 
Responsible-Changed-By: arved 
Responsible-Changed-When: Wed Apr 20 12:09:59 GMT 2005 
Responsible-Changed-Why:  
Take over PR, I intend to commit the stuff at  
http://people.freebsd.org/~arved/stuff/pcsc/patch-pcscupdate 
later today 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76068 
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Wed Apr 20 12:42:34 GMT 2005 
State-Changed-Why:  
The update was committed, thanks for your patience 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76068 
>Unformatted:
 
