Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 871A984EF3 for ; Sat, 23 Dec 2023 03:08:06 +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 T9Y51K_9x1Cs for ; Sat, 23 Dec 2023 03:08:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 70C9284CCF for ; Sat, 23 Dec 2023 03:08:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64AC5FA42; Sat, 23 Dec 2023 03:08:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170330088570690" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 03:08:05 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/editors/abiword-plugins To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223030805.64AC5FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170330088570690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 03:08:05 UTC 2023 Modified Files: pkgsrc/editors/abiword-plugins: Makefile Log Message: update master site To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 pkgsrc/editors/abiword-plugins/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170330088570690 Content-Disposition: inline Content-Length: 863 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/abiword-plugins/Makefile diff -u pkgsrc/editors/abiword-plugins/Makefile:1.145 pkgsrc/editors/abiword-plugins/Makefile:1.146 --- pkgsrc/editors/abiword-plugins/Makefile:1.145 Tue Nov 14 14:01:41 2023 +++ pkgsrc/editors/abiword-plugins/Makefile Sat Dec 23 03:08:05 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.145 2023/11/14 14:01:41 wiz Exp $ +# $NetBSD: Makefile,v 1.146 2023/12/23 03:08:05 zafer Exp $ PKGREVISION= 19 .include "../../editors/abiword/Makefile.common" DISTNAME= abiword-${ABIVERSION} PKGNAME= abiword-plugins-${ABIVERSION} CATEGORIES= editors -MASTER_SITES= https://www.abisource.com/downloads/abiword/${PKGVERSION_NOREV}/source/ +MASTER_SITES= http://www.nl.abisource.com/downloads/abiword/${PKGVERSION_NOREV}/source/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.abisource.com/ --_----------=_170330088570690--