Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1695B84D6F for ; Sat, 23 Dec 2023 10:12:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4nEWpKIra2l8 for ; Sat, 23 Dec 2023 10:12:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 958B684CD9 for ; Sat, 23 Dec 2023 10:12:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F8A1FA42; Sat, 23 Dec 2023 10:12:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703326321243610" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 10:12:01 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/sysutils/libisoburn To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223101201.8F8A1FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703326321243610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 10:12:01 UTC 2023 Modified Files: pkgsrc/sysutils/libisoburn: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/libisoburn/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703326321243610 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/libisoburn/Makefile diff -u pkgsrc/sysutils/libisoburn/Makefile:1.6 pkgsrc/sysutils/libisoburn/Makefile:1.7 --- pkgsrc/sysutils/libisoburn/Makefile:1.6 Sun Apr 5 12:49:44 2020 +++ pkgsrc/sysutils/libisoburn/Makefile Sat Dec 23 10:12:01 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2020/04/05 12:49:44 nia Exp $ +# $NetBSD: Makefile,v 1.7 2023/12/23 10:12:01 zafer Exp $ DISTNAME= libisoburn-1.5.2 #PKGNAME= ${DISTNAME:S/.pl/pl/} CATEGORIES= sysutils -MASTER_SITES= http://files.libburnia-project.org/releases/ +MASTER_SITES= https://files.libburnia-project.org/releases/ MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://libburnia-project.org/wiki/Libisoburn --_----------=_1703326321243610--