summaryrefslogtreecommitdiff
path: root/www/neon
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2009-04-06 12:54:06 +0000
committermarkd <markd@pkgsrc.org>2009-04-06 12:54:06 +0000
commit8d96f6e5ff4dbd92b87d3007efd65767d5b4ae3f (patch)
tree3cabee508e843d2f5cda819f688355d59714c633 /www/neon
parentc65e145f999f3b3eb1903a45fa15d0181de1e2f7 (diff)
downloadpkgsrc-8d96f6e5ff4dbd92b87d3007efd65767d5b4ae3f.tar.gz
Update neon to 0.28.3
Remove comment about checking subversion for neon > 0.27 as 0.28.3 is in fact the prefered version for the current subversion. Several years of bug fixes.
Diffstat (limited to 'www/neon')
-rw-r--r--www/neon/Makefile7
-rw-r--r--www/neon/PLIST16
-rw-r--r--www/neon/buildlink3.mk4
-rw-r--r--www/neon/distinfo8
4 files changed, 19 insertions, 16 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index debb608f8cc..a05d954ea3a 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2008/08/18 00:55:48 epg Exp $
+# $NetBSD: Makefile,v 1.45 2009/04/06 12:54:06 markd Exp $
-# Note: when upgrading neon to >=0.27, make sure that subversion still
-# works. 1.4.5 does not.
-DISTNAME= neon-0.26.3
-PKGREVISION= 2
+DISTNAME= neon-0.28.3
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
diff --git a/www/neon/PLIST b/www/neon/PLIST
index 2df9fedbdf3..fcb0bdb81ce 100644
--- a/www/neon/PLIST
+++ b/www/neon/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2007/03/11 21:01:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2009/04/06 12:54:06 markd Exp $
bin/neon-config
include/neon/ne_207.h
include/neon/ne_acl.h
@@ -11,6 +11,7 @@ include/neon/ne_defs.h
include/neon/ne_i18n.h
include/neon/ne_locks.h
include/neon/ne_md5.h
+include/neon/ne_pkcs11.h
include/neon/ne_props.h
include/neon/ne_redirect.h
include/neon/ne_request.h
@@ -47,9 +48,11 @@ man/man3/ne_calloc.3
man/man3/ne_close_connection.3
man/man3/ne_forget_auth.3
man/man3/ne_get_error.3
+man/man3/ne_get_request_flag.3
man/man3/ne_get_response_header.3
man/man3/ne_get_scheme.3
man/man3/ne_get_server_hostport.3
+man/man3/ne_get_session_flag.3
man/man3/ne_get_status.3
man/man3/ne_has_support.3
man/man3/ne_i18n_init.3
@@ -70,15 +73,16 @@ man/man3/ne_response_header_iterate.3
man/man3/ne_session_create.3
man/man3/ne_session_destroy.3
man/man3/ne_session_proxy.3
+man/man3/ne_set_connect_timeout.3
man/man3/ne_set_error.3
-man/man3/ne_set_persist.3
man/man3/ne_set_proxy_auth.3
man/man3/ne_set_read_timeout.3
man/man3/ne_set_request_body_buffer.3
man/man3/ne_set_request_body_fd.3
man/man3/ne_set_request_body_fd64.3
-man/man3/ne_set_request_expect100.3
+man/man3/ne_set_request_flag.3
man/man3/ne_set_server_auth.3
+man/man3/ne_set_session_flag.3
man/man3/ne_set_useragent.3
man/man3/ne_shave.3
man/man3/ne_sock_exit.3
@@ -139,11 +143,12 @@ share/doc/${PKGNAME}/html/refneon.html
share/doc/${PKGNAME}/html/refopts.html
share/doc/${PKGNAME}/html/refreq.html
share/doc/${PKGNAME}/html/refreqbody.html
+share/doc/${PKGNAME}/html/refreqflags.html
share/doc/${PKGNAME}/html/refreqhdr.html
-share/doc/${PKGNAME}/html/refreqopts.html
share/doc/${PKGNAME}/html/refresolve.html
share/doc/${PKGNAME}/html/refresphdr.html
share/doc/${PKGNAME}/html/refsess.html
+share/doc/${PKGNAME}/html/refsessflags.html
share/doc/${PKGNAME}/html/refshave.html
share/doc/${PKGNAME}/html/refsockinit.html
share/doc/${PKGNAME}/html/refsslca.html
@@ -162,9 +167,10 @@ share/locale/de/LC_MESSAGES/neon.mo
share/locale/fr/LC_MESSAGES/neon.mo
share/locale/ja/LC_MESSAGES/neon.mo
share/locale/nn/LC_MESSAGES/neon.mo
+share/locale/pl/LC_MESSAGES/neon.mo
share/locale/ru/LC_MESSAGES/neon.mo
share/locale/tr/LC_MESSAGES/neon.mo
-share/locale/zh/LC_MESSAGES/neon.mo
+share/locale/zh_CN/LC_MESSAGES/neon.mo
@dirrm share/doc/${PKGNAME}/html
@dirrm share/doc/${PKGNAME}
@dirrm include/neon
diff --git a/www/neon/buildlink3.mk b/www/neon/buildlink3.mk
index 08377f4ce2d..eb3f336646e 100644
--- a/www/neon/buildlink3.mk
+++ b/www/neon/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2009/03/20 19:25:37 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2009/04/06 12:54:06 markd Exp $
BUILDLINK_TREE+= neon
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= neon
NEON_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.neon+= neon>=0.24.4
-BUILDLINK_ABI_DEPENDS.neon+= neon>=0.26.3nb2
+BUILDLINK_ABI_DEPENDS.neon+= neon>=0.28.3
BUILDLINK_PKGSRCDIR.neon?= ../../www/neon
.include "../../devel/zlib/buildlink3.mk"
diff --git a/www/neon/distinfo b/www/neon/distinfo
index 5310ae46c61..ff0a311d087 100644
--- a/www/neon/distinfo
+++ b/www/neon/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2007/03/11 21:01:31 adam Exp $
+$NetBSD: distinfo,v 1.18 2009/04/06 12:54:06 markd Exp $
-SHA1 (neon-0.26.3.tar.gz) = 8f3191cc6fe0aee5323dac58b03362cddc5d80d0
-RMD160 (neon-0.26.3.tar.gz) = df2410c898341587ca43f52cc0874a18820e72d1
-Size (neon-0.26.3.tar.gz) = 789289 bytes
+SHA1 (neon-0.28.3.tar.gz) = 544a92dbfba144ec600506cadbda92ae0b0eb9b0
+RMD160 (neon-0.28.3.tar.gz) = de6666a3f0e006e208b38a8133b43f647e35ddf8
+Size (neon-0.28.3.tar.gz) = 799681 bytes