From owner-svn-ports-head@freebsd.org Fri Apr 5 03:06:18 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E30B91566931; Fri, 5 Apr 2019 03:06:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B015723BE; Fri, 5 Apr 2019 03:06:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 238FC709D; Fri, 5 Apr 2019 03:06:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3536GaM041864; Fri, 5 Apr 2019 03:06:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3536Fig041862; Fri, 5 Apr 2019 03:06:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201904050306.x3536Fig041862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 5 Apr 2019 03:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497902 - in head/devel: rust-bindgen rust-cbindgen X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel: rust-bindgen rust-cbindgen X-SVN-Commit-Revision: 497902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6B015723BE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2019 03:06:18 -0000 Author: jbeich Date: Fri Apr 5 03:06:15 2019 New Revision: 497902 URL: https://svnweb.freebsd.org/changeset/ports/497902 Log: devel/rust-*bindgen: switch PLIST_FILES to PORTNAME to make diff smaller Modified: head/devel/rust-bindgen/Makefile (contents, props changed) head/devel/rust-cbindgen/Makefile (contents, props changed) Modified: head/devel/rust-bindgen/Makefile ============================================================================== --- head/devel/rust-bindgen/Makefile Fri Apr 5 03:06:04 2019 (r497901) +++ head/devel/rust-bindgen/Makefile Fri Apr 5 03:06:15 2019 (r497902) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} USES= cargo -PLIST_FILES= bin/bindgen +PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= aho-corasick-0.6.8 \ ansi_term-0.11.0 \ Modified: head/devel/rust-cbindgen/Makefile ============================================================================== --- head/devel/rust-cbindgen/Makefile Fri Apr 5 03:06:04 2019 (r497901) +++ head/devel/rust-cbindgen/Makefile Fri Apr 5 03:06:15 2019 (r497902) @@ -16,7 +16,7 @@ LICENSE= MPL20 RUN_DEPENDS= cargo:lang/${RUST_DEFAULT} USES= cargo -PLIST_FILES= bin/cbindgen +PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.11 \