Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2019 23:08:29 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490019 - head/devel/rubygem-pathspec
Message-ID:  <201901112308.x0BN8TBv078529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Fri Jan 11 23:08:29 2019
New Revision: 490019
URL: https://svnweb.freebsd.org/changeset/ports/490019

Log:
  Fix plist
  
  The gem install a tiny utility so let's install it.

Modified:
  head/devel/rubygem-pathspec/Makefile

Modified: head/devel/rubygem-pathspec/Makefile
==============================================================================
--- head/devel/rubygem-pathspec/Makefile	Fri Jan 11 22:00:44 2019	(r490018)
+++ head/devel/rubygem-pathspec/Makefile	Fri Jan 11 23:08:29 2019	(r490019)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pathspec
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,5 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		gem
 USE_RUBY=	yes
+
+PLIST_FILES=	bin/pathspec-rb
 
 .include <bsd.port.mk>



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