summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-28 03:13:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-28 03:13:30 +0000
commit08efdffb89c07732ceec58d70705344a834c18da (patch)
tree2ccf38a48616361a560de402d3ea4e11ff8ff089
parent- Update to 1.5.3 (diff)
Switch dependency from neon28 to more recent neon29. (This is slightly
different from the patch in the PR.) PR: ports/147427 Submitted by: maintainer Feature safe: yes
-rw-r--r--sysutils/fusefs-wdfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-wdfs/Makefile b/sysutils/fusefs-wdfs/Makefile
index 83eeae1df313..d5043c65b511 100644
--- a/sysutils/fusefs-wdfs/Makefile
+++ b/sysutils/fusefs-wdfs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wdfs
PORTVERSION= 1.4.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://noedler.de/projekte/wdfs/
PKGNAMEPREFIX= fusefs-
@@ -16,7 +16,7 @@ MAINTAINER= kamikaze@bsdforen.de
COMMENT= Mount remote WedDAV directories with Fuse
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
- neon.28:${PORTSDIR}/www/neon28
+ neon.29:${PORTSDIR}/www/neon29
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
GNU_CONFIGURE= yes