aboutsummaryrefslogtreecommitdiff
path: root/www/sitecopy
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-02-23 16:26:12 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-02-23 16:26:12 +0000
commitdf088a123ff2db514554ad14b91ffe4012cdb96d (patch)
treee2faa6b97e2c0e6657f2bff43880e972e43e1285 /www/sitecopy
parent5da249ebdbf717a4031e66d537877e39e5dc544c (diff)
downloadports-df088a123ff2db514554ad14b91ffe4012cdb96d.tar.gz
ports-df088a123ff2db514554ad14b91ffe4012cdb96d.zip
Update to version 0.10.15, and chase www/neon library version number.
Notes
Notes: svn path=/head/; revision=38645
Diffstat (limited to 'www/sitecopy')
-rw-r--r--www/sitecopy/Makefile4
-rw-r--r--www/sitecopy/distinfo2
-rw-r--r--www/sitecopy/files/patch-src_davdriver.c11
3 files changed, 3 insertions, 14 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 688e429af0a4..9165b36d7b6e 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sitecopy
-PORTVERSION= 0.10.14
+PORTVERSION= 0.10.15
CATEGORIES= www
MASTER_SITES= http://www.lyra.org/sitecopy/
@@ -14,7 +14,7 @@ MAINTAINER= nik@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
expat.1:${PORTSDIR}/textproc/expat \
- neon.9:${PORTSDIR}/www/neon
+ neon.11:${PORTSDIR}/www/neon
GNU_CONFIGURE= yes
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
diff --git a/www/sitecopy/distinfo b/www/sitecopy/distinfo
index 42bee15a9d64..2470a8425f80 100644
--- a/www/sitecopy/distinfo
+++ b/www/sitecopy/distinfo
@@ -1 +1 @@
-MD5 (sitecopy-0.10.14.tar.gz) = 676d3eccd7ea8fcb641f2ecb080811f8
+MD5 (sitecopy-0.10.15.tar.gz) = a6c423bc1f0bdcfd230b878f81a2129c
diff --git a/www/sitecopy/files/patch-src_davdriver.c b/www/sitecopy/files/patch-src_davdriver.c
deleted file mode 100644
index 62f36f9bb195..000000000000
--- a/www/sitecopy/files/patch-src_davdriver.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/davdriver.c.orig Fri Jan 26 22:21:41 2001
-+++ src/davdriver.c Fri Jan 26 22:21:59 2001
-@@ -546,7 +546,7 @@
- dav_propfind_set_flat(ph, flat_props);
-
- /* The complex props. */
-- dav_propfind_set_complex(ph, complex_props, create_private, NULL);
-+ dav_propfind_set_complex(ph, complex_props, create_private);
-
- /* Register the handler for the complex props. */
- hip_xml_push_handler(dav_propfind_get_parser(ph), fetch_elms,