svn commit: r497902 - in head/devel: rust-bindgen rust-cbindgen

Jan Beich jbeich at FreeBSD.org
Fri Apr 5 03:06:18 UTC 2019


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 \


More information about the svn-ports-all mailing list