diff options
-rw-r--r-- | devel/pcsc-lite/Makefile | 12 | ||||
-rw-r--r-- | devel/pcsc-lite/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 3657cc12ebc2..bfca1dcaf8e2 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pcsc-lite -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 PORTEPOCH= 2 CATEGORIES= devel security -MASTER_SITES= http://alioth.debian.org/download.php/1565/ +MASTER_SITES= http://alioth.debian.org/download.php/1738/ DISTNAME= pcsc-lite-${PORTVERSION:S/.b./-beta/} MAINTAINER= arved@FreeBSD.org @@ -19,18 +19,18 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV+= LIBS="${LIBS} ${PTHREAD_LIBS}" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -CONFIGURE_ARGS+=--prefix=${PREFIX} \ - --enable-debug \ +CONFIGURE_ARGS+=--enable-debug \ --enable-syslog \ --enable-runpid=/var/run/pcscd.pid \ --enable-ipcdir=/var/tmp/ \ --enable-confdir=${PREFIX}/etc/ \ --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ \ --enable-muscledropdir=${PREFIX}/lib/pcsc/services/ \ - --enable-threadsafe + --enable-threadsafe \ + --mandir=${PREFIX}/man USE_GETOPT_LONG=yes PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/devel/pcsc-lite/distinfo b/devel/pcsc-lite/distinfo index a2f284d64bfe..d2655cd27c09 100644 --- a/devel/pcsc-lite/distinfo +++ b/devel/pcsc-lite/distinfo @@ -1,3 +1,3 @@ -MD5 (pcsc-lite-1.3.1.tar.gz) = 90fa7e9cdfdfe88fdf6644ca8b60a681 -SHA256 (pcsc-lite-1.3.1.tar.gz) = 23a16340e65abed340f22a71b6267477b39baa4c832516fe7e8092d3bbbc76ad -SIZE (pcsc-lite-1.3.1.tar.gz) = 842654 +MD5 (pcsc-lite-1.3.2.tar.gz) = e9c8e5aa82e1710186ff31e4ff096888 +SHA256 (pcsc-lite-1.3.2.tar.gz) = 5311b77b029f9b185717876a34826eeaf0b2290f2628ba3b3a01bc0684aea72e +SIZE (pcsc-lite-1.3.2.tar.gz) = 854806 |