svn commit: r520360 - head/devel/racer

Tobias Kortkamp tobik at FreeBSD.org
Wed Dec 18 05:07:51 UTC 2019


Author: tobik
Date: Wed Dec 18 05:07:50 2019
New Revision: 520360
URL: https://svnweb.freebsd.org/changeset/ports/520360

Log:
  devel/racer: Assign to rust@
  
  Racer often needs to be updated when we update lang/rust since it's
  tied to nightly features.  We have always just updated this port
  in the past and will do so again when updating to Rust 1.40.0.
  Let's make it official and assign the port to the Rust team.
  
  PR:		242685
  Approved by:	beyert at cs.ucr.edu (maintainer)

Modified:
  head/devel/racer/Makefile

Modified: head/devel/racer/Makefile
==============================================================================
--- head/devel/racer/Makefile	Wed Dec 18 05:07:44 2019	(r520359)
+++ head/devel/racer/Makefile	Wed Dec 18 05:07:50 2019	(r520360)
@@ -7,7 +7,7 @@ DISTVERSION=	2.1.27
 PORTREVISION=	1
 CATEGORIES=	devel
 
-MAINTAINER=	beyert at cs.ucr.edu
+MAINTAINER=	rust at FreeBSD.org
 COMMENT=	Rust code completion helper
 
 LICENSE=	MIT


More information about the svn-ports-head mailing list