pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/neon Update neon to 0.28.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16077f3549d7
branches:  trunk
changeset: 556916:16077f3549d7
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 06 12:54:06 2009 +0000

description:
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:

 www/neon/Makefile      |   7 ++-----
 www/neon/PLIST         |  16 +++++++++++-----
 www/neon/buildlink3.mk |   4 ++--
 www/neon/distinfo      |   8 ++++----
 4 files changed, 19 insertions(+), 16 deletions(-)

diffs (120 lines):

diff -r 56d8a2bf365b -r 16077f3549d7 www/neon/Makefile
--- a/www/neon/Makefile Mon Apr 06 12:41:41 2009 +0000
+++ b/www/neon/Makefile Mon Apr 06 12:54:06 2009 +0000
@@ -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 -r 56d8a2bf365b -r 16077f3549d7 www/neon/PLIST
--- a/www/neon/PLIST    Mon Apr 06 12:41:41 2009 +0000
+++ b/www/neon/PLIST    Mon Apr 06 12:54:06 2009 +0000
@@ -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_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_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_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/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/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 -r 56d8a2bf365b -r 16077f3549d7 www/neon/buildlink3.mk
--- a/www/neon/buildlink3.mk    Mon Apr 06 12:41:41 2009 +0000
+++ b/www/neon/buildlink3.mk    Mon Apr 06 12:54:06 2009 +0000
@@ -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 @@
 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 -r 56d8a2bf365b -r 16077f3549d7 www/neon/distinfo
--- a/www/neon/distinfo Mon Apr 06 12:41:41 2009 +0000
+++ b/www/neon/distinfo Mon Apr 06 12:54:06 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index