ports/57201: Upgrade www/neon to 0.24.2.

plasma plasma at freebsd.sinica.edu.tw
Thu Sep 25 03:50:22 UTC 2003


>Number:         57201
>Category:       ports
>Synopsis:       Upgrade www/neon to 0.24.2.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 24 20:50:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     plasma
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD freebsd.sinica.edu.tw 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #4: Mon Sep 15 18:44:48 CST 2003 root at freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386


	
>Description:
	Upgrade www/neon to 0.24.2.  Subversion 0.30.0 needs neon 0.24.x.
>How-To-Repeat:
	none.
>Fix:


diff -ruN /usr/ports/www/neon/Makefile neon/Makefile
--- /usr/ports/www/neon/Makefile	Mon Apr 21 10:57:09 2003
+++ neon/Makefile	Thu Sep 25 11:25:25 2003
@@ -2,11 +2,11 @@
 # Date created:		13 October 2000
 # Whom:			Mikhail Teterin <mi at aldan.algebra.com>
 #
-# $FreeBSD: ports/www/neon/Makefile,v 1.22 2003/04/19 00:36:38 fjoe Exp $
+# $FreeBSD: ports/www/neon/Makefile,v 1.21 2003/02/23 10:58:41 leeym Exp $
 #
 
 PORTNAME=	neon
-PORTVERSION=	0.23.9
+PORTVERSION=	0.24.2
 CATEGORIES=	www
 MASTER_SITES=	http://www.webdav.org/neon/
 
@@ -25,7 +25,8 @@
 CONFIGURE_ARGS=	--with-ssl \
 		--enable-xml \
 		--enable-shared \
-		--with-expat=${PREFIX}
+		--with-expat \
+		--with-libs=${PREFIX}
 CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
 
 MAN1=	neon-config.1
diff -ruN /usr/ports/www/neon/distinfo neon/distinfo
--- /usr/ports/www/neon/distinfo	Mon Apr 21 10:57:09 2003
+++ neon/distinfo	Thu Sep 25 11:25:25 2003
@@ -1 +1 @@
-MD5 (neon-0.23.9.tar.gz) = b63b0430df64bb3c60b7fd0fc37d9004
+MD5 (neon-0.24.2.tar.gz) = 170ee966d3217031347d878f614033cd
diff -ruN /usr/ports/www/neon/files/patch-Makefile.in neon/files/patch-Makefile.in
--- /usr/ports/www/neon/files/patch-Makefile.in	Thu Jan  2 16:48:43 2003
+++ neon/files/patch-Makefile.in	Thu Sep 25 11:25:25 2003
@@ -1,5 +1,5 @@
---- Makefile.in.orig	Sat Jun 22 17:56:55 2002
-+++ Makefile.in	Thu Jan  2 16:41:37 2003
+--- Makefile.in.orig	Thu Sep 25 09:54:22 2003
++++ Makefile.in	Thu Sep 25 09:58:23 2003
 @@ -21,7 +21,7 @@
  man1dir = $(mandir)/man1
  man3dir = $(mandir)/man3
@@ -8,13 +8,13 @@
 +docdir = $(datadir)/doc/neon
  includedir = @includedir@
  neonincludes = $(includedir)/neon
+ pkgconfigdir = $(libdir)/pkgconfig
+@@ -132,7 +132,7 @@
+ 	@echo "ERROR: purposes only; this copy of neon must not be installed."
+ 	@false
  
-@@ -115,7 +115,7 @@
- 	for m in $(srcdir)/doc/man/*.1; do \
- 	 $(INSTALL_DATA) $$m $(DESTDIR)$(man1dir); done
- 
--install: subdirs install-headers install-lib install-config install-docs
-+install: subdirs install-headers install-lib install-config
+-install-yes: install-lib install-headers install-config install-docs
++install-yes: install-lib install-headers install-config
  
  # libtool does all the necessary magic here
- install-lib: src/libneon.la
+ install-lib: subdirs
diff -ruN /usr/ports/www/neon/files/patch-configure neon/files/patch-configure
--- /usr/ports/www/neon/files/patch-configure	Mon Apr 29 17:27:43 2002
+++ neon/files/patch-configure	Thu Jan  1 08:00:00 1970
@@ -1,23 +0,0 @@
---- configure.orig	Fri Apr 26 17:15:20 2002
-+++ configure	Fri Apr 26 17:15:51 2002
-@@ -10792,7 +10792,7 @@
- _ACEOF
- 
- fi
--if test -r "$neon_expat_dir/expat.h"; then
-+if test -r "$neon_expat_dir/include/expat.h"; then
-        ne_found_hdr=yes
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -10806,9 +10806,9 @@
- #define HAVE_EXPAT 1
- _ACEOF
- 
--	CFLAGS="$CFLAGS -I$neon_expat_dir"
-+	CFLAGS="$CFLAGS -I$neon_expat_dir/include"
- 		if test -z "$neon_using_libtool_expat"; then
--		NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat"
-+		NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat"
- 	fi
- 	neon_xml_parser_message="expat in $neon_expat_dir"
- 	neon_found_parser="yes"
diff -ruN /usr/ports/www/neon/files/patch-ltmain.sh neon/files/patch-ltmain.sh
--- /usr/ports/www/neon/files/patch-ltmain.sh	Sun Mar 17 14:57:47 2002
+++ neon/files/patch-ltmain.sh	Thu Sep 25 11:25:25 2003
@@ -17,16 +17,6 @@
  	continue
  	;;
  
-@@ -2412,6 +2420,9 @@
- 	  *-*-netbsd*)
- 	    # Don't link with libc until the a.out ld.so is fixed.
- 	    ;;
-+	  *-*-freebsd*)
-+	    # FreeBSD doesn't need this...
-+	    ;;
- 	  *)
- 	    # Add libc to deplibs on all other systems if necessary.
- 	    if test "$build_libtool_need_lc" = "yes"; then
 @@ -4179,10 +4190,12 @@
  	fi
  
diff -ruN /usr/ports/www/neon/pkg-plist neon/pkg-plist
--- /usr/ports/www/neon/pkg-plist	Fri Jan  3 09:36:24 2003
+++ neon/pkg-plist	Thu Sep 25 11:25:25 2003
@@ -21,9 +21,10 @@
 include/neon/ne_utils.h
 include/neon/ne_xml.h
 @dirrm include/neon
-lib/libneon.so.23
+lib/libneon.so.24
 lib/libneon.so
 lib/libneon.a
+%%PORTDOCS%%%%DOCSDIR%%/html/apas01.html
 %%PORTDOCS%%%%DOCSDIR%%/html/apas02.html
 %%PORTDOCS%%%%DOCSDIR%%/html/apas03.html
 %%PORTDOCS%%%%DOCSDIR%%/html/apas04.html
@@ -35,18 +36,13 @@
 %%PORTDOCS%%%%DOCSDIR%%/html/apas10.html
 %%PORTDOCS%%%%DOCSDIR%%/html/apas11.html
 %%PORTDOCS%%%%DOCSDIR%%/html/apas12.html
-%%PORTDOCS%%%%DOCSDIR%%/html/auth.html
-%%PORTDOCS%%%%DOCSDIR%%/html/basic.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ch01s02.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ch01s03.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ch02.html
+%%PORTDOCS%%%%DOCSDIR%%/html/api.html
+%%PORTDOCS%%%%DOCSDIR%%/html/biblio.html
 %%PORTDOCS%%%%DOCSDIR%%/html/compliance.html
+%%PORTDOCS%%%%DOCSDIR%%/html/features.html
 %%PORTDOCS%%%%DOCSDIR%%/html/gfdl.html
 %%PORTDOCS%%%%DOCSDIR%%/html/index.html
 %%PORTDOCS%%%%DOCSDIR%%/html/intro.html
-%%PORTDOCS%%%%DOCSDIR%%/html/locking.html
-%%PORTDOCS%%%%DOCSDIR%%/html/lowlevel.html
-%%PORTDOCS%%%%DOCSDIR%%/html/props.html
 %%PORTDOCS%%%%DOCSDIR%%/html/ref.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refalloc.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refauth.html
@@ -55,9 +51,12 @@
 %%PORTDOCS%%%%DOCSDIR%%/html/refbufcr.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refbufdest.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refbufutil.html
+%%PORTDOCS%%%%DOCSDIR%%/html/refcert.html
+%%PORTDOCS%%%%DOCSDIR%%/html/refclicert.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refconfig.html
 %%PORTDOCS%%%%DOCSDIR%%/html/referr.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refgetst.html
+%%PORTDOCS%%%%DOCSDIR%%/html/refiaddr.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refneon.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refopts.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refreq.html
@@ -68,14 +67,14 @@
 %%PORTDOCS%%%%DOCSDIR%%/html/refshave.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refsockinit.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refsslca.html
-%%PORTDOCS%%%%DOCSDIR%%/html/reftok.html
-%%PORTDOCS%%%%DOCSDIR%%/html/refsslcert.html
+%%PORTDOCS%%%%DOCSDIR%%/html/refsslcert2.html
+%%PORTDOCS%%%%DOCSDIR%%/html/refsslcertio.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refssldname.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refsslvfy.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refstatus.html
+%%PORTDOCS%%%%DOCSDIR%%/html/reftok.html
 %%PORTDOCS%%%%DOCSDIR%%/html/refvers.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ssl.html
-%%PORTDOCS%%%%DOCSDIR%%/html/utils.html
+%%PORTDOCS%%%%DOCSDIR%%/html/using.html
 %%PORTDOCS%%%%DOCSDIR%%/html/xml.html
 %%PORTDOCS%%%%DOCSDIR%%/using-neon.txt
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/html

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list