Received: by mail.netbsd.org (Postfix, from userid 605) id 66D0984D75; Sun, 23 Feb 2020 18:07:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E49FD84D66 for ; Sun, 23 Feb 2020 18:07:10 +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 9F_Gpd3X_rdB for ; Sun, 23 Feb 2020 18:07:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E14C84D58 for ; Sun, 23 Feb 2020 18:07:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48008FBF4; Sun, 23 Feb 2020 18:07:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582481230110700" MIME-Version: 1.0 Date: Sun, 23 Feb 2020 18:07:10 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/libotr To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200223180710.48008FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1582481230110700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Feb 23 18:07:10 UTC 2020 Modified Files: pkgsrc/chat/libotr: Makefile Log Message: libotr: Update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/libotr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582481230110700 Content-Disposition: inline Content-Length: 792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/libotr/Makefile diff -u pkgsrc/chat/libotr/Makefile:1.19 pkgsrc/chat/libotr/Makefile:1.20 --- pkgsrc/chat/libotr/Makefile:1.19 Sat Nov 2 22:18:23 2019 +++ pkgsrc/chat/libotr/Makefile Sun Feb 23 18:07:10 2020 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.19 2019/11/02 22:18:23 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2020/02/23 18:07:10 nia Exp $ VERSION= 4.1.1 DISTNAME= libotr-${VERSION} PKGNAME= libotr-${VERSION} CATEGORIES= chat security -MASTER_SITES= http://www.cypherpunks.ca/otr/ +MASTER_SITES= https://otr.cypherpunks.ca/ MAINTAINER= nathanw@NetBSD.org # also gdt@NetBSD.org -HOMEPAGE= http://www.cypherpunks.ca/otr/ +HOMEPAGE= https://otr.cypherpunks.ca/ COMMENT= Library for Off-The-Record encrypted messaging LICENSE= gnu-gpl-v2 --_----------=_1582481230110700--