diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-05 06:56:52 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-05 06:56:52 +0000 |
commit | e4b6a80e6d8c4cfd35d342a70ee029c5457f1331 (patch) | |
tree | 39f87084225eb48bef25535427e152f6ca033363 /www/cadaver/Makefile | |
parent | Update to BEB300_m2. This is the OpenOffice.org 3 (diff) |
- Update to 0.23.2
PR: ports/125143
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: Josh Paetzel <josh@tcbug.org> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | www/cadaver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index d33b5ad60e83..f10493103bdd 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cadaver -PORTVERSION= 0.22.5 -PORTREVISION= 2 +PORTVERSION= 0.23.2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ \ http://www.tcbug.org/ @@ -15,7 +14,7 @@ MASTER_SITES= http://www.webdav.org/cadaver/ \ MAINTAINER= josh@tcbug.org COMMENT= Commandline client for DAV -LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon26 +LIB_DEPENDS= neon.28:${PORTSDIR}/www/neon28 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |