From owner-freebsd-ports Thu Oct 21 13:11:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 4878814CEC; Thu, 21 Oct 1999 13:11:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 35BF61CD441 for ; Thu, 21 Oct 1999 13:11:40 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Thu, 21 Oct 1999 13:11:40 -0700 (PDT) From: Kris Kennaway To: ports@freebsd.org Subject: curl upgrade Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone test whether the following patch to the curl port will build correctly with USE_SSL enabled? I'm trying to upgrade this using freefall (my machine is off-net), and that doesn't have openssl installed, so I can't test it. Apply the following patch and remove the patches/ directory. Thanks, Kris Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/curl/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1999/08/31 06:43:59 1.10 +++ Makefile 1999/10/21 19:51:50 @@ -1,11 +1,11 @@ # New ports collection makefile for: curl -# Version required: 5.9 +# Version required: 6.1 # Date created: 12 December 1998 # Whom: Neil Blakey-Milner # # $FreeBSD: ports/ftp/curl/Makefile,v 1.10 1999/08/31 06:43:59 mharo Exp $ -DISTNAME= curl-5.9 +DISTNAME= curl-6.1 CATEGORIES= ftp www MASTER_SITES= http://www.fts.frontec.se/~dast/stuff/ \ ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/inet/ \ Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/ftp/curl/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/05/27 12:33:19 1.4 +++ md5 1999/10/21 19:51:56 @@ -1 +1 @@ -MD5 (curl-5.9.tar.gz) = c073c04a85392825bc7c8be279799ad6 +MD5 (curl-6.1.tar.gz) = 9451e8a241b51bd612b4a0c86ae39a13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message