Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2002 20:43:10 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41506: Update port: www/cadaver to 0.20.4
Message-ID:  <200208100343.g7A3hAnF099480@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         41506
>Category:       ports
>Synopsis:       Update port: www/cadaver to 0.20.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 09 20:52:52 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.20.4

Remove file:
files/patch-aa

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/www/cadaver/Makefile www/cadaver/Makefile
--- /usr/ports/www/cadaver/Makefile	Fri Aug  2 18:25:51 2002
+++ www/cadaver/Makefile	Sat Aug 10 12:36:12 2002
@@ -6,29 +6,29 @@
 #
 
 PORTNAME=	cadaver
-PORTVERSION=	0.19.1
+PORTVERSION=	0.20.4
 CATEGORIES=	www
 MASTER_SITES=	http://www.webdav.org/cadaver/
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
-
-.ifndef NO_OPENSSL
-USE_OPENSSL=	yes
-.endif
+LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
+		expat.3:${PORTSDIR}/textproc/expat2
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
-CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE} \
-		--enable-netrc \
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+CONFIGURE_ARGS=	--enable-netrc \
 		--with-included-neon \
-		--with-included-expat
+		--with-expat
 ALL_TARGET=	cadaver
 
-post-install:
-	${INSTALL_MAN} ${WRKSRC}/doc/cadaver.1 ${PREFIX}/man/man1
-
 MAN1=	cadaver.1
+
+.if !defined(WITHOUT_OPENSSL)
+USE_OPENSSL=	yes
+CONFIGURE_ARGS+=	--with-ssl --with-force-ssl
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/www/cadaver/distinfo www/cadaver/distinfo
--- /usr/ports/www/cadaver/distinfo	Mon May 13 19:30:07 2002
+++ www/cadaver/distinfo	Sat Aug 10 11:21:10 2002
@@ -1 +1 @@
-MD5 (cadaver-0.19.1.tar.gz) = 968b668006dad89912cad51ad3befc43
+MD5 (cadaver-0.20.4.tar.gz) = f74962ee69ba09c5353b1e0c78dd7fb2
diff -urN /usr/ports/www/cadaver/files/patch-aa www/cadaver/files/patch-aa
--- /usr/ports/www/cadaver/files/patch-aa	Tue Jun 18 19:37:40 2002
+++ www/cadaver/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,17 +0,0 @@
-$FreeBSD: ports/www/cadaver/files/patch-aa,v 1.2 2002/06/17 19:20:04 glewis Exp $
-
---- Makefile.in.orig	Mon Jun 17 12:02:32 2002
-+++ Makefile.in	Mon Jun 17 12:04:36 2002
-@@ -29,10 +29,10 @@
- 
- # 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@
-+LIBS = @NEON_LIBS@ @LIBS@
- 
- TARGET = $(PACKAGE)
- SUBDIRS = libneon @SUBDIRS@

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208100343.g7A3hAnF099480>