diff options
-rw-r--r-- | devel/pcsc-lite/Makefile | 11 | ||||
-rw-r--r-- | devel/pcsc-lite/distinfo | 6 | ||||
-rw-r--r-- | devel/pcsc-lite/files/patch-ltmain.sh | 12 |
3 files changed, 12 insertions, 17 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 626e6eb409a5..64dd8cfc1f37 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pcsc-lite -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.5 PORTEPOCH= 2 CATEGORIES= devel security -MASTER_SITES= http://alioth.debian.org/frs/download.php/3017/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3082/ DISTNAME= pcsc-lite-${PORTVERSION:S/.b./-beta/} MAINTAINER= arved@FreeBSD.org @@ -24,14 +24,9 @@ USE_RC_SUBR= pcscd USE_LDCONFIG= yes CONFIGURE_ENV+= LIBS="${LIBS} ${PTHREAD_LIBS}" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -CONFIGURE_ARGS+=--enable-debug \ - --enable-syslog \ - --enable-runpid=/var/run/pcscd.pid \ - --enable-ipcdir=/var/tmp/ \ +CONFIGURE_ARGS+=--enable-ipcdir=/var/tmp/ \ --enable-confdir=${PREFIX}/etc/ \ --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ \ - --enable-muscledropdir=${PREFIX}/lib/pcsc/services/ \ - --enable-threadsafe PKGMESSAGE= ${WRKDIR}/pkg-message MAN5= reader.conf.5 diff --git a/devel/pcsc-lite/distinfo b/devel/pcsc-lite/distinfo index 67c5f76976ef..1ff60c2c6319 100644 --- a/devel/pcsc-lite/distinfo +++ b/devel/pcsc-lite/distinfo @@ -1,3 +1,3 @@ -MD5 (pcsc-lite-1.5.3.tar.bz2) = 95fbd1fb1b51a6f22bb0dd4a796772d3 -SHA256 (pcsc-lite-1.5.3.tar.bz2) = 2dd18024f5730587cbfac04da8fd57b8910ce79e4e98f5a311f72e797f0485dd -SIZE (pcsc-lite-1.5.3.tar.bz2) = 469752 +MD5 (pcsc-lite-1.5.5.tar.bz2) = 6707e967fc8bb398a5d1b1089d4dff63 +SHA256 (pcsc-lite-1.5.5.tar.bz2) = 051de6f3c1deff9a9c6f72995f6b9d271a23fc8aea74737f1902cabf1a71ed26 +SIZE (pcsc-lite-1.5.5.tar.bz2) = 465947 diff --git a/devel/pcsc-lite/files/patch-ltmain.sh b/devel/pcsc-lite/files/patch-ltmain.sh index bc5e41220f5c..95f3c985c7be 100644 --- a/devel/pcsc-lite/files/patch-ltmain.sh +++ b/devel/pcsc-lite/files/patch-ltmain.sh @@ -1,14 +1,14 @@ ---- ltmain.sh.orig Mon Jan 2 14:34:57 2006 -+++ ltmain.sh Mon Jan 2 14:37:12 2006 -@@ -5667,10 +5667,12 @@ +--- ltmain.sh.orig 2009-07-28 23:45:57.000000000 +0200 ++++ ltmain.sh 2009-10-16 19:51:48.000000000 +0200 +@@ -2077,10 +2077,12 @@ fi # Install the pseudo-library for information purposes. + if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + func_basename "$file" + name="$func_basename_result" instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + fi # Maybe install the static library, too. |