Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7ECE85107 for ; Fri, 29 Dec 2023 01:03:44 +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 pmiV66suEVvj for ; Fri, 29 Dec 2023 01:03:44 +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 37A2684EBB for ; Fri, 29 Dec 2023 01:03:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 305DEFA42; Fri, 29 Dec 2023 01:03:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703811824205370" MIME-Version: 1.0 Date: Fri, 29 Dec 2023 01:03:44 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/comms/gammu To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231229010344.305DEFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703811824205370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 29 01:03:44 UTC 2023 Modified Files: pkgsrc/comms/gammu: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/comms/gammu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703811824205370 Content-Disposition: inline Content-Length: 613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/gammu/Makefile diff -u pkgsrc/comms/gammu/Makefile:1.54 pkgsrc/comms/gammu/Makefile:1.55 --- pkgsrc/comms/gammu/Makefile:1.54 Wed Nov 8 13:18:20 2023 +++ pkgsrc/comms/gammu/Makefile Fri Dec 29 01:03:44 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.54 2023/11/08 13:18:20 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2023/12/29 01:03:44 zafer Exp $ # DISTNAME= gammu-1.41.0 PKGREVISION= 13 CATEGORIES= comms -MASTER_SITES= http://dl.cihar.com/gammu/releases/ +MASTER_SITES= https://dl.cihar.com/gammu/releases/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1703811824205370--