Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 03:06:15 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
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
Message-ID:  <201904050306.x3536Fig041862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050306.x3536Fig041862>