Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CC0D84EAB for ; Sat, 30 Dec 2023 20:49:59 +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 cdWWc-JuEgXm for ; Sat, 30 Dec 2023 20:49:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0750784D74 for ; Sat, 30 Dec 2023 20:49:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EACA3FA42; Sat, 30 Dec 2023 20:49:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703969398194130" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 20:49:58 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/converters/libcdr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230204958.EACA3FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703969398194130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 20:49:58 UTC 2023 Modified Files: pkgsrc/converters/libcdr: Makefile Log Message: use https To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/converters/libcdr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703969398194130 Content-Disposition: inline Content-Length: 654 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/libcdr/Makefile diff -u pkgsrc/converters/libcdr/Makefile:1.62 pkgsrc/converters/libcdr/Makefile:1.63 --- pkgsrc/converters/libcdr/Makefile:1.62 Fri Dec 29 18:24:36 2023 +++ pkgsrc/converters/libcdr/Makefile Sat Dec 30 20:49:58 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.62 2023/12/29 18:24:36 adam Exp $ +# $NetBSD: Makefile,v 1.63 2023/12/30 20:49:58 zafer Exp $ DISTNAME= libcdr-0.1.7 PKGREVISION= 12 CATEGORIES= converters -MASTER_SITES= http://dev-www.libreoffice.org/src/libcdr/ +MASTER_SITES= https://dev-www.libreoffice.org/src/libcdr/ EXTRACT_SUFX= .tar.xz MAINTAINER= ftigeot@wolfpond.org --_----------=_1703969398194130--