svn commit: r490019 - head/devel/rubygem-pathspec

Romain Tartière romain at FreeBSD.org
Fri Jan 11 23:08:30 UTC 2019


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>


More information about the svn-ports-head mailing list