Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADDAE84E67 for ; Sat, 16 Dec 2023 12:12:07 +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 XHkyGxtnxxqA for ; Sat, 16 Dec 2023 12:12:07 +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 0D80284D26 for ; Sat, 16 Dec 2023 12:12:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04B52FA42; Sat, 16 Dec 2023 12:12:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702728727135290" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 12:12:07 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/graphics/ImageViewer To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231216121207.04B52FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702728727135290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 16 12:12:06 UTC 2023 Modified Files: pkgsrc/graphics/ImageViewer: Makefile Log Message: update master site and homepage To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/ImageViewer/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702728727135290 Content-Disposition: inline Content-Length: 791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ImageViewer/Makefile diff -u pkgsrc/graphics/ImageViewer/Makefile:1.56 pkgsrc/graphics/ImageViewer/Makefile:1.57 --- pkgsrc/graphics/ImageViewer/Makefile:1.56 Wed Nov 8 13:19:26 2023 +++ pkgsrc/graphics/ImageViewer/Makefile Sat Dec 16 12:12:06 2023 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.56 2023/11/08 13:19:26 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2023/12/16 12:12:06 zafer Exp $ DISTNAME= ImageViewer-0.6.3 PKGREVISION= 33 CATEGORIES= graphics gnustep -MASTER_SITES= http://www.nice.ch/~phip/ +MASTER_SITES= https://nice.ch/~phip/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nice.ch/~phip/softcorner.html +HOMEPAGE= https://nice.ch/~phip/softcorner.html COMMENT= GNUstep image display application LICENSE= gnu-gpl-v2 --_----------=_1702728727135290--