Received: by mail.netbsd.org (Postfix, from userid 605) id 7E65884D52; Thu, 20 Feb 2020 15:36:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0614384CE8 for ; Thu, 20 Feb 2020 15:36:18 +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 CsQqhi-ii4AM for ; Thu, 20 Feb 2020 15:36:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8DBDE84CD4 for ; Thu, 20 Feb 2020 15:36:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8190CFBF4; Thu, 20 Feb 2020 15:36:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582212977278930" MIME-Version: 1.0 Date: Thu, 20 Feb 2020 15:36:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/libexif To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200220153617.8190CFBF4@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. --_----------=_1582212977278930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 20 15:36:17 UTC 2020 Modified Files: pkgsrc/graphics/libexif: Makefile Log Message: libexif: Update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/libexif/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582212977278930 Content-Disposition: inline Content-Length: 698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libexif/Makefile diff -u pkgsrc/graphics/libexif/Makefile:1.45 pkgsrc/graphics/libexif/Makefile:1.46 --- pkgsrc/graphics/libexif/Makefile:1.45 Sat Jan 18 23:32:14 2020 +++ pkgsrc/graphics/libexif/Makefile Thu Feb 20 15:36:17 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2020/01/18 23:32:14 rillig Exp $ +# $NetBSD: Makefile,v 1.46 2020/02/20 15:36:17 nia Exp $ DISTNAME= libexif-0.6.21 PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE: EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org -HOMEPAGE= https://libexif.sourceforge.net/ +HOMEPAGE= https://libexif.github.io/ COMMENT= EXIF file library LICENSE= gnu-lgpl-v2.1 --_----------=_1582212977278930--