Received: by mail.netbsd.org (Postfix, from userid 605) id C27DC84DC1; Fri, 1 May 2020 00:15:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8221F84D8A for ; Fri, 1 May 2020 00:03:11 +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 bPchb0wH-DI0 for ; Fri, 1 May 2020 00:03:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D623F84CE3 for ; Fri, 1 May 2020 00:03:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D37E7FB27; Fri, 1 May 2020 00:03:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1588291390224950" MIME-Version: 1.0 Date: Fri, 1 May 2020 00:03:10 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/eet To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200501000310.D37E7FB27@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. --_----------=_1588291390224950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri May 1 00:03:10 UTC 2020 Modified Files: pkgsrc/devel/eet: Makefile Log Message: Switch to HTTPS for distfiles To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/eet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1588291390224950 Content-Disposition: inline Content-Length: 910 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/eet/Makefile diff -u pkgsrc/devel/eet/Makefile:1.31 pkgsrc/devel/eet/Makefile:1.32 --- pkgsrc/devel/eet/Makefile:1.31 Mon Apr 20 13:19:38 2020 +++ pkgsrc/devel/eet/Makefile Fri May 1 00:03:10 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2020/04/20 13:19:38 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2020/05/01 00:03:10 joerg Exp $ # DISTNAME= eet-1.7.10 CATEGORIES= devel archivers -MASTER_SITES= http://download.enlightenment.org/att/releases/ +MASTER_SITES= https://download.enlightenment.org/att/releases/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org @@ -25,7 +25,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/AUTHORS \ ${DESTDIR}${PREFIX}/share/doc/eet -BUILDLINK_API_DEPENDS.eina+= eina>=1.7.10 .include "../../devel/eina/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" --_----------=_1588291390224950--