aboutsummaryrefslogtreecommitdiff
path: root/www/cadaver
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-11 09:51:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-11 09:51:56 +0000
commit76e8340ea2dba18184a0b5d1d9baaaf694934c2c (patch)
treebb824cda7b683b5a25fcbada5aa114b4c7d06eb9 /www/cadaver
parent409e1a4d99159a441aba7fbac68a34ccfc321846 (diff)
downloadports-76e8340ea2dba18184a0b5d1d9baaaf694934c2c.tar.gz
ports-76e8340ea2dba18184a0b5d1d9baaaf694934c2c.zip
Notes
Diffstat (limited to 'www/cadaver')
-rw-r--r--www/cadaver/Makefile9
-rw-r--r--www/cadaver/distinfo2
-rw-r--r--www/cadaver/files/patch-aa11
3 files changed, 16 insertions, 6 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index 38bb9f6e6fa5..22e61f422e93 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= cadaver
-PORTVERSION= 0.18.0
-PORTREVISION= 2
+PORTVERSION= 0.19.1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/
-MAINTAINER= tarkhil@over.ru
+MAINTAINER= ports@FreeBSD.org
-BROKEN= "Dependency out of date"
+BROKEN= "Does not compile"
-LIB_DEPENDS= neon.18:${PORTSDIR}/www/neon \
+LIB_DEPENDS= neon.19:${PORTSDIR}/www/neon \
intl.2:${PORTSDIR}/devel/gettext
.ifndef NO_OPENSSL
diff --git a/www/cadaver/distinfo b/www/cadaver/distinfo
index 8b1704ab3411..bfe53a39350e 100644
--- a/www/cadaver/distinfo
+++ b/www/cadaver/distinfo
@@ -1 +1 @@
-MD5 (cadaver-0.18.0.tar.gz) = 40fc8cf38c71b2f74692a91ba891845b
+MD5 (cadaver-0.19.1.tar.gz) = 968b668006dad89912cad51ad3befc43
diff --git a/www/cadaver/files/patch-aa b/www/cadaver/files/patch-aa
new file mode 100644
index 000000000000..722e6cd9d638
--- /dev/null
+++ b/www/cadaver/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Jan 14 12:01:27 2002
++++ Makefile.in Sat May 11 02:48:50 2002
+@@ -29,7 +29,7 @@
+
+ # Toolchain settings.
+ CC = @CC@
+-CPPFLAGS = @DEFS@ @CPPFLAGS@ -I$(top_srcdir)/src
++CPPFLAGS = @DEFS@ @CPPFLAGS@ -I$(top_srcdir)/src -I${top_srcdir}/libneon
+ CFLAGS = @CFLAGS@ @SDEFS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@ @NEON_LIBS@