Date: Thu, 21 Oct 1999 13:11:40 -0700 (PDT) From: Kris Kennaway <kris@hub.freebsd.org> To: ports@freebsd.org Subject: curl upgrade Message-ID: <Pine.BSF.4.10.9910211309480.62133-100000@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <nbm@rucus.ru.ac.za> # # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910211309480.62133-100000>