diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2011-03-13 18:17:35 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2011-03-13 18:17:35 +0000 |
commit | 7b1f5d515bfd27a4c900bd32008bdd11c1b0ef61 (patch) | |
tree | f42fc23f933313f4762ed5123ed42d9d843b3cbf /devel/pcsc-lite | |
parent | 96b2c5d450667329aff0fe21732845d2bcf0b5f4 (diff) | |
download | ports-7b1f5d515bfd27a4c900bd32008bdd11c1b0ef61.tar.gz ports-7b1f5d515bfd27a4c900bd32008bdd11c1b0ef61.zip |
Notes
Diffstat (limited to 'devel/pcsc-lite')
-rw-r--r-- | devel/pcsc-lite/Makefile | 10 | ||||
-rw-r--r-- | devel/pcsc-lite/distinfo | 4 | ||||
-rw-r--r-- | devel/pcsc-lite/pkg-plist | 1 |
3 files changed, 5 insertions, 10 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index bfeabe5e8a42..9fb0d3f82ac2 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -6,11 +6,10 @@ # PORTNAME= pcsc-lite -PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTVERSION= 1.6.7 PORTEPOCH= 2 CATEGORIES= devel security -MASTER_SITES= http://alioth.debian.org/frs/download.php/3337/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3516/ MAINTAINER= arved@FreeBSD.org COMMENT= A smartcard development library @@ -52,7 +51,7 @@ post-patch: s,libusb_strerror(ret),ret," ${WRKSRC}/configure \ ${WRKSRC}/src/hotplug_libusb.c .if defined(NOPORTDOCS) - ${REINPLACE_CMD} -e '/ifdhandler-3.tex/d' ${WRKSRC}/doc/Makefile.in + ${REINPLACE_CMD} -e '/^install-data-am: / s|install-docDATA||' ${WRKSRC}/doc/Makefile.in .endif pre-everything:: @@ -64,9 +63,6 @@ pre-everything:: .endif post-install: -.if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKSRC}/doc/README.DAEMON ${DOCSDIR} -.endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/example/Makefile.am ${EXAMPLESDIR} diff --git a/devel/pcsc-lite/distinfo b/devel/pcsc-lite/distinfo index 0c4278de85f6..865b0a467a30 100644 --- a/devel/pcsc-lite/distinfo +++ b/devel/pcsc-lite/distinfo @@ -1,2 +1,2 @@ -SHA256 (pcsc-lite-1.6.4.tar.bz2) = f5011a7167ad00e312958eace65f14e4cfd20655b02e80f7de1438828c7f730a -SIZE (pcsc-lite-1.6.4.tar.bz2) = 481349 +SHA256 (pcsc-lite-1.6.7.tar.bz2) = e1797726d1fa89beeba0f91dd727e8817ee85f6027e7e562eca1bacece3b8f62 +SIZE (pcsc-lite-1.6.7.tar.bz2) = 484104 diff --git a/devel/pcsc-lite/pkg-plist b/devel/pcsc-lite/pkg-plist index ffcc1445bafa..f710d734ad89 100644 --- a/devel/pcsc-lite/pkg-plist +++ b/devel/pcsc-lite/pkg-plist @@ -11,7 +11,6 @@ lib/pcsc/services/.keep_me libdata/pkgconfig/libpcsclite.pc sbin/pcscd %%PORTDOCS%%%%DOCSDIR%%/README.DAEMON -%%PORTDOCS%%%%DOCSDIR%%/ifdhandler-3.tex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcsc_demo.c |