Received: by mail.netbsd.org (Postfix, from userid 605) id CD1E384EA8; Tue, 16 May 2023 15:41:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A9CA84E63 for ; Tue, 16 May 2023 15:41:01 +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 J-qvFPwK7xnK for ; Tue, 16 May 2023 15:41:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6076684CCC for ; Tue, 16 May 2023 15:41:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5D050FA87; Tue, 16 May 2023 15:41:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684251660287980" MIME-Version: 1.0 Date: Tue, 16 May 2023 15:41:00 +0000 From: "nikita" Subject: CVS commit: pkgsrc/www/zola To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230516154100.5D050FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684251660287980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Tue May 16 15:41:00 UTC 2023 Modified Files: pkgsrc/www/zola: Makefile Log Message: zola: use new cargo do-install To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/zola/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684251660287980 Content-Disposition: inline Content-Length: 814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/zola/Makefile diff -u pkgsrc/www/zola/Makefile:1.13 pkgsrc/www/zola/Makefile:1.14 --- pkgsrc/www/zola/Makefile:1.13 Sun Apr 23 10:21:53 2023 +++ pkgsrc/www/zola/Makefile Tue May 16 15:41:00 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2023/04/23 10:21:53 nikita Exp $ +# $NetBSD: Makefile,v 1.14 2023/05/16 15:41:00 nikita Exp $ DISTNAME= zola-0.17.2 CATEGORIES= www @@ -23,9 +23,6 @@ INSTALLATION_DIRS= bin MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q} RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libsass}/lib -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/zola ${DESTDIR}${PREFIX}/bin - .include "../../lang/rust/cargo.mk" .include "../../security/openssl/buildlink3.mk" .include "../../graphics/libwebp/buildlink3.mk" --_----------=_1684251660287980--