Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D02D84E8E for ; Sat, 30 Dec 2023 01:43:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bzTYIGuYzfSI for ; Sat, 30 Dec 2023 01:43:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B2E7184D08 for ; Sat, 30 Dec 2023 01:43:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7690FA42; Sat, 30 Dec 2023 01:43:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703900616222470" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 01:43:36 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/www/libwww To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230014336.A7690FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703900616222470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 01:43:36 UTC 2023 Modified Files: pkgsrc/www/libwww: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/www/libwww/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703900616222470 Content-Disposition: inline Content-Length: 653 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/libwww/Makefile diff -u pkgsrc/www/libwww/Makefile:1.102 pkgsrc/www/libwww/Makefile:1.103 --- pkgsrc/www/libwww/Makefile:1.102 Tue Oct 24 22:11:29 2023 +++ pkgsrc/www/libwww/Makefile Sat Dec 30 01:43:36 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.102 2023/10/24 22:11:29 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2023/12/30 01:43:36 zafer Exp $ DISTNAME= w3c-libwww-5.4.2 PKGNAME= ${DISTNAME:S/^w3c-//} PKGREVISION= 7 CATEGORIES= www devel -MASTER_SITES= http://www.w3.org/Library/Distribution/ +MASTER_SITES= https://www.w3.org/Library/Distribution/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1703900616222470--