From owner-freebsd-ports Thu Oct 26 6:30: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82E3037B4C5 for ; Thu, 26 Oct 2000 06:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA72295; Thu, 26 Oct 2000 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from relay-1.ziplink.net (relay-1.ziplink.net [206.15.170.62]) by hub.freebsd.org (Postfix) with ESMTP id A042A37B4C5; Thu, 26 Oct 2000 06:23:24 -0700 (PDT) Received: from aldan.algebra.com (bronx-ip-11-38.dynamic.ziplink.net [209.206.104.38]) by relay-1.ziplink.net (8.10.2/8.10.2) with ESMTP id e9QDN9B23977; Thu, 26 Oct 2000 09:23:09 -0400 (EDT) Received: (from root@localhost) by aldan.algebra.com (8.11.0/8.11.0) id e9QDN5225559; Thu, 26 Oct 2000 09:23:05 -0400 (EDT) (envelope-from mi) Message-Id: <200010261323.e9QDN5225559@aldan.algebra.com> Date: Thu, 26 Oct 2000 09:23:05 -0400 (EDT) From: root@aldan.algebra.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: tarkhil@over.ru, jeh@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22311: upgrade of www/cadaver to the latest 1.15.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22311 >Category: ports >Synopsis: upgrade of www/cadaver to the latest 1.15.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 26 06:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.1.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: Now, that the www/neon is committed, the new cadaver (which uses the neon library) can be built nicely. This patch also adds the WWW entry for pkg-descr. >How-To-Repeat: >Fix: --- Makefile Sun Apr 9 20:04:35 2000 +++ Makefile Fri Oct 13 19:57:16 2000 @@ -8,3 +8,3 @@ PORTNAME= cadaver -PORTVERSION= 0.10.0 +PORTVERSION= 0.15.1 CATEGORIES= www @@ -14,7 +14,12 @@ -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= neon:${PORTSDIR}/www/neon GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-netrc +CONFIGURE_ARGS= --with-neon=${LOCALBASE} ALL_TARGET= cadaver + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/cadaver.1 ${PREFIX}/man/man1 + +MAN1= cadaver.1 diff -r -U1 ../cadaver/distinfo ./distinfo --- distinfo Sat Jan 29 00:54:09 2000 +++ distinfo Fri Oct 13 11:37:48 2000 @@ -1 +1 @@ -MD5 (cadaver-0.10.0.tar.gz) = 198312bd4b83dfbeab381ea6d241fdc4 +MD5 (cadaver-0.15.1.tar.gz) = 71bf4dc0c4655e1e25eac03d3737e1bb Only in .: files diff -r -U1 ../cadaver/pkg-descr ./pkg-descr --- pkg-descr Sat Jan 29 00:54:10 2000 +++ pkg-descr Fri Oct 13 20:11:50 2000 @@ -16 +16,3 @@ Joe Orton + +WWW: http://www.webdav.org/cadaver/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message