Received: by mail.netbsd.org (Postfix, from userid 605) id 35FC884E82; Wed, 5 Apr 2023 09:11:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6889584E80 for ; Wed, 5 Apr 2023 09:11:18 +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 MHhjIueUHwVY for ; Wed, 5 Apr 2023 09:11:18 +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 ECA9084CD0 for ; Wed, 5 Apr 2023 09:11:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3D8CFA81; Wed, 5 Apr 2023 09:11:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680685877232290" MIME-Version: 1.0 Date: Wed, 5 Apr 2023 09:11:17 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/www/weex To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230405091117.E3D8CFA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680685877232290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Wed Apr 5 09:11:17 UTC 2023 Modified Files: pkgsrc/www/weex: Makefile Log Message: weex: fix permanent https redirect in homepage To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/weex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680685877232290 Content-Disposition: inline Content-Length: 675 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/weex/Makefile diff -u pkgsrc/www/weex/Makefile:1.17 pkgsrc/www/weex/Makefile:1.18 --- pkgsrc/www/weex/Makefile:1.17 Tue Aug 9 12:08:32 2022 +++ pkgsrc/www/weex/Makefile Wed Apr 5 09:11:17 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2022/08/09 12:08:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2023/04/05 09:11:17 nikita Exp $ DISTNAME= weex-2.6.1.5 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/} MAINTAINER= tech-pkg-ja@jp.NetBSD.org -HOMEPAGE= http://weex.sourceforge.net/ +HOMEPAGE= https://weex.sourceforge.net/ COMMENT= Non-interactive ftp client GNU_CONFIGURE= yes --_----------=_1680685877232290--