diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2007-03-16 10:03:11 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2007-03-16 10:03:11 +0000 |
commit | de7020af32b8546e31c7891c14f28c898ffc74f8 (patch) | |
tree | 8bae992377f9c4bda81f1e6be3740ad7e48dc20c /www/cadaver/Makefile | |
parent | - Update to 0.17 (diff) |
(1) Update `www/neon' to 0.26.3
(2) Bump port revisions (and dependencies) on all ports, using libneon
(3) Mark `devel/bazaar' broken, it doesn't support new neon version.
Approved by maintainer.
(4) Mark `www/neonpp' broken, it doesn't support new neon version.
Maintainer timeout.
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 0e476fdc3c0a..d08e65cc70f9 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -7,6 +7,7 @@ PORTNAME= cadaver PORTVERSION= 0.22.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ \ http://www.tcbug.org/ @@ -14,7 +15,7 @@ MASTER_SITES= http://www.webdav.org/cadaver/ \ MAINTAINER= josh@tcbug.org COMMENT= Commandline client for DAV -LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon USE_GETOPT_LONG= yes GNU_CONFIGURE= yes |