Received: by mail.netbsd.org (Postfix, from userid 605) id 65CA684D3A; Sat, 24 Apr 2021 11:34:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1AFE84D24 for ; Sat, 24 Apr 2021 11:34:19 +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 sy6ixYe53wca for ; Sat, 24 Apr 2021 11:34:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0773784CBC for ; Sat, 24 Apr 2021 11:34:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04D75FA95; Sat, 24 Apr 2021 11:34:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619264059232420" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 11:34:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/wl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210424113419.04D75FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619264059232420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Apr 24 11:34:18 UTC 2021 Modified Files: pkgsrc/mail/wl: Makefile Log Message: wl: update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/mail/wl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619264059232420 Content-Disposition: inline Content-Length: 734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/wl/Makefile diff -u pkgsrc/mail/wl/Makefile:1.51 pkgsrc/mail/wl/Makefile:1.52 --- pkgsrc/mail/wl/Makefile:1.51 Sat Apr 24 11:33:05 2021 +++ pkgsrc/mail/wl/Makefile Sat Apr 24 11:34:18 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2021/04/24 11:33:05 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2021/04/24 11:34:18 wiz Exp $ DISTNAME= wl-2.14.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= mail #MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org -#HOMEPAGE= http://www.gohome.org/wl/ +HOMEPAGE= https://www.emacswiki.org/emacs/WanderLust COMMENT= Mail/news management system with IMAP4rev1 support for Emacs LICENSE= gnu-gpl-v2 --_----------=_1619264059232420--