svn commit: r302737 - head/multimedia/cuse4bsd-kmod

Juergen Lock nox at FreeBSD.org
Sat Aug 18 20:24:02 UTC 2012


Author: nox
Date: Sat Aug 18 20:24:01 2012
New Revision: 302737
URL: http://svn.freebsd.org/changeset/ports/302737

Log:
  - Update to 0.1.26 :
  - Fix for refcounting bug.
  - Use PTHREAD_LIBS.
  
  Submitted by:	hselasky (maintainer)

Modified:
  head/multimedia/cuse4bsd-kmod/Makefile   (contents, props changed)
  head/multimedia/cuse4bsd-kmod/distinfo   (contents, props changed)

Modified: head/multimedia/cuse4bsd-kmod/Makefile
==============================================================================
--- head/multimedia/cuse4bsd-kmod/Makefile	Sat Aug 18 19:57:43 2012	(r302736)
+++ head/multimedia/cuse4bsd-kmod/Makefile	Sat Aug 18 20:24:01 2012	(r302737)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cuse4bsd-kmod
-PORTVERSION=	0.1.24
+PORTVERSION=	0.1.26
 CATEGORIES=	multimedia kld
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://hselasky.homeunix.org:8192/distfiles/
@@ -39,6 +39,8 @@ OPTIONS=	DEBUG "Build with debugging sup
 IGNORE=		requires FreeBSD 8.0-RELEASE or later
 .endif
 
+MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}"
+
 .if defined(WITH_DEBUG)
 MAKE_ARGS+=" HAVE_DEBUG=YES"
 .endif

Modified: head/multimedia/cuse4bsd-kmod/distinfo
==============================================================================
--- head/multimedia/cuse4bsd-kmod/distinfo	Sat Aug 18 19:57:43 2012	(r302736)
+++ head/multimedia/cuse4bsd-kmod/distinfo	Sat Aug 18 20:24:01 2012	(r302737)
@@ -1,2 +1,2 @@
-SHA256 (cuse4bsd-kmod-0.1.24.tar.bz2) = f5ad69a88ff436fffffb58a0cf4cb37ce1e85f2dfc3fca420bd6cb850277d02a
-SIZE (cuse4bsd-kmod-0.1.24.tar.bz2) = 13871
+SHA256 (cuse4bsd-kmod-0.1.26.tar.bz2) = 73577f6b63fbcd04f945bd4148e068b0084258b5d3bc83ed51c7147dd9589a64
+SIZE (cuse4bsd-kmod-0.1.26.tar.bz2) = 13957



More information about the svn-ports-head mailing list